Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: CPU
Forum: C Jul 18th, 2008, 6:05 PM
Replies: 19
Views: 1,199
Posted By CPU
Wink Re: How to retrieve file name without path?

Maybe it is not for *nix etc. But it is a standart for windows and i asked for windows.but i dont want to argue with you again.you are a billion times more better than me :)
Forum: C Jul 18th, 2008, 4:55 PM
Replies: 19
Views: 1,199
Posted By CPU
Re: How to retrieve file name without path?

Sane you are right there is a standart
PathStripPath:
http://msdn.microsoft.com/en-us/library/bb773756(VS.85).aspx
Forum: C Jul 17th, 2008, 3:48 PM
Replies: 6
Views: 339
Posted By CPU
Re: How to take Screenshot?

i found this
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=5431&lngWId=3

It can take mouse cursor.But i have some trouble to modify it.I want to save screenshot.But in this...
Forum: C Jul 15th, 2008, 10:54 AM
Replies: 6
Views: 339
Posted By CPU
Re: How to take Screenshot?

I use print screen event to take screenshot from clipboard and save a bmp
but screenshots dont show mouse cursor.Normal printscreen button doesnt show either.How can i add mouse cursor icon in my...
Forum: C Jul 15th, 2008, 3:31 AM
Replies: 6
Views: 339
Posted By CPU
How to take Screenshot?

How can i take screenshots with the Mouse Pointer.are there any samples?
Forum: C May 12th, 2008, 11:00 AM
Replies: 1
Views: 206
Posted By CPU
Re: SetPasswordChar method

Edit_SetPasswordChar(editcntrl,'l');

this code solves my problem.

more information:
http://msdn.microsoft.com/en-us/library/bb849154(VS.85).aspx
Forum: C May 12th, 2008, 10:43 AM
Replies: 1
Views: 206
Posted By CPU
SetPasswordChar method

In MFC you can change default password char (*) asterix with SetPasswordChar.
In win32 is there any function something like SetPasswordChar??
Forum: C May 1st, 2008, 10:21 AM
Replies: 19
Views: 1,199
Posted By CPU
Re: How to retrieve file name without path?

thank you SANE for explaining what i try to imply
Forum: C Apr 29th, 2008, 10:48 AM
Replies: 19
Views: 1,199
Posted By CPU
Re: How to retrieve file name without path?

I wrote my own code but i want to learn a simple function can do same job which i dont know.But "Sane" answered my question.and IT IS NOT NECESSARY TO INSULT ME.
Forum: C Apr 27th, 2008, 6:13 AM
Replies: 19
Views: 1,199
Posted By CPU
Forum: C Apr 27th, 2008, 5:55 AM
Replies: 19
Views: 1,199
Posted By CPU
How to retrieve file name without path?

GetModuleFileName() function gets filename and its full path.How to retrieve file name without path?
Forum: C Apr 26th, 2008, 1:13 PM
Replies: 4
Views: 208
Posted By CPU
Re: reverse connection

Finally i solve.
server sourcecodes:

#include <stdio.h>
#include <stdlib.h>
#include <winsock.h>
#include <string.h>

#define MAXPENDING 5
#define BUFFER_SIZE 1024
Forum: C Apr 26th, 2008, 11:31 AM
Replies: 4
Views: 208
Posted By CPU
Re: reverse connection

in reverse connection server acts like client and client acts like server
Forum: C Apr 26th, 2008, 8:24 AM
Replies: 4
Views: 208
Posted By CPU
reverse connection

In reverse connection server connects clients.(client is listening)So how clients sends its commands through to server?
Forum: C Apr 10th, 2008, 9:39 AM
Replies: 1
Views: 217
Posted By CPU
Multithread Programming in C

Any good tutorial about Multithread Programming for windows? I have found posix types but not windows
Showing results 1 to 15 of 15

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:43 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC