Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what are back pointers Pin
Girish60126-Feb-05 2:41
Girish60126-Feb-05 2:41 
GeneralReading/Writing from/to a device Pin
User 137680025-Feb-05 23:17
User 137680025-Feb-05 23:17 
QuestionHow to notice and stop new device Pin
atsuki25-Feb-05 22:44
atsuki25-Feb-05 22:44 
GeneralMySql / MFC VC++ Pin
_kane_25-Feb-05 21:58
_kane_25-Feb-05 21:58 
GeneralRe: MySql / MFC VC++ Pin
David Crow26-Feb-05 3:26
David Crow26-Feb-05 3:26 
GeneralRe: MySql / MFC VC++ Pin
realloc26-Feb-05 6:51
realloc26-Feb-05 6:51 
GeneralRe: MySql / MFC VC++ Pin
Anonymous26-Feb-05 12:48
Anonymous26-Feb-05 12:48 
Questioncan i use setwindowrgn() to create irregular shaped figures on the desktop Pin
uday__m25-Feb-05 20:13
uday__m25-Feb-05 20:13 
hi,
i was trying to create irregular shaped figures on the desktop,i was able to do that in winnt using

HWND hwnd = ::FindWindow("Progman","Program Manager");
HRGN hrgn = createrectrgn(10,10,100,100);
::setwindowrgn(hwnd,rgn,TRUE);
& it worked fine ,but in the case of win98 the setwindowrgn always returns 0,so i changed the setwindowrgn to a MFC call it returns success but no desired results are seen.
And after all now iam confused over Createrectrgn about what it returns.It is said that it returns the handle to the region ,but is it region on the desktop or current.
I am really lost and confused.
any suggestions will be really helpful.
thanx in advance
regards



udaykumar
AnswerRe: can i use setwindowrgn() to create irregular shaped figures on the desktop Pin
Ravi Bhavnani26-Feb-05 4:30
professionalRavi Bhavnani26-Feb-05 4:30 
GeneralAccelerators Pin
doctorpi25-Feb-05 20:10
doctorpi25-Feb-05 20:10 
GeneralRe: Accelerators Pin
Bob Ciora26-Feb-05 3:51
Bob Ciora26-Feb-05 3:51 
Generalhandling list controls Pin
laiju25-Feb-05 19:24
laiju25-Feb-05 19:24 
QuestionWhy doesn't VC7.1 like this code? Pin
Anonymous25-Feb-05 19:01
Anonymous25-Feb-05 19:01 
AnswerRe: Why doesn't VC7.1 like this code? Pin
Anonymous25-Feb-05 19:02
Anonymous25-Feb-05 19:02 
QuestionHow to create a connection using 802.1x authentication Pin
Chuaaico25-Feb-05 18:28
Chuaaico25-Feb-05 18:28 
QuestionHow to get Interface? Pin
teremin25-Feb-05 17:26
teremin25-Feb-05 17:26 
AnswerRe: How to get Interface? Pin
PJ Arends26-Feb-05 9:22
professionalPJ Arends26-Feb-05 9:22 
Questionhow to use WinHTTP Pin
qdzhulf25-Feb-05 16:37
qdzhulf25-Feb-05 16:37 
AnswerRe: how to use WinHTTP Pin
Anonymous25-Feb-05 17:05
Anonymous25-Feb-05 17:05 
GeneralRe: how to use WinHTTP Pin
qdzhulf25-Feb-05 18:16
qdzhulf25-Feb-05 18:16 
GeneralHelp getting this template to compile under VC++ 2003 Pin
Anonymous25-Feb-05 16:15
Anonymous25-Feb-05 16:15 
GeneralRe: Help getting this template to compile under VC++ 2003 Pin
Anonymous25-Feb-05 18:31
Anonymous25-Feb-05 18:31 
GeneralRe: Help getting this template to compile under VC++ 2003 Pin
Joaquín M López Muñoz27-Feb-05 0:41
Joaquín M López Muñoz27-Feb-05 0:41 
GeneralWinsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator25-Feb-05 15:18
sussTheBurninator25-Feb-05 15:18 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
Ravi Bhavnani25-Feb-05 16:03
professionalRavi Bhavnani25-Feb-05 16:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.