Forum: C
Jul 18th, 2008, 6:05 PM
|
|
Replies: 19
Views: 1,199
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
|
Forum: C
Jul 17th, 2008, 3:48 PM
|
|
Replies: 6
Views: 339
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
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
|
Forum: C
May 12th, 2008, 11:00 AM
|
|
Replies: 1
Views: 206
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
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
|
Forum: C
Apr 29th, 2008, 10:48 AM
|
|
Replies: 19
Views: 1,199
|
Forum: C
Apr 27th, 2008, 6:13 AM
|
|
Replies: 19
Views: 1,199
|
Forum: C
Apr 27th, 2008, 5:55 AM
|
|
Replies: 19
Views: 1,199
|
Forum: C
Apr 26th, 2008, 1:13 PM
|
|
Replies: 4
Views: 208
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
|
Forum: C
Apr 26th, 2008, 8:24 AM
|
|
Replies: 4
Views: 208
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
|