Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to create user in windows using vc++ Pin
ThatsAlok19-Jun-04 3:43
ThatsAlok19-Jun-04 3:43 
GeneralWhen I create a vector of GraphicsPath class and its iterator, A compilation error occurs ! Pin
Gem19-Jun-04 3:02
Gem19-Jun-04 3:02 
GeneralCreating DSN Programatically Pin
Imtiaz Murtaza19-Jun-04 2:09
Imtiaz Murtaza19-Jun-04 2:09 
GeneralRe: Creating DSN Programatically Pin
Ghazi H. Wadi19-Jun-04 3:36
Ghazi H. Wadi19-Jun-04 3:36 
GeneralRe: Creating DSN Programatically Pin
palbano19-Jun-04 7:17
palbano19-Jun-04 7:17 
GeneralHI MR VC Pin
Anonymous19-Jun-04 1:37
Anonymous19-Jun-04 1:37 
QuestionHow can I disable PowerOff key? Pin
MiCROHARD19-Jun-04 1:33
MiCROHARD19-Jun-04 1:33 
AnswerRe: How can I disable PowerOff key? Pin
Ghazi H. Wadi19-Jun-04 2:00
Ghazi H. Wadi19-Jun-04 2:00 
Look for WM_POWERBROADCAST
and return BROADCAST_QUERY_DENY
<br />
case  WM_POWERBROADCAST:<br />
			MessageBox (hWnd, "Colsing Why, We've just met ","System CLosing??",0);<br />
			return BROADCAST_QUERY_DENY;<br />




Cheers


It is Illogical to define an inventor by his invention
GeneralEncryption Pin
sschilachi19-Jun-04 1:11
sschilachi19-Jun-04 1:11 
GeneralRe: Encryption Pin
palbano19-Jun-04 7:11
palbano19-Jun-04 7:11 
GeneralRe: Encryption Pin
Ravi Bhavnani19-Jun-04 17:28
professionalRavi Bhavnani19-Jun-04 17:28 
GeneralRe: Encryption Pin
Henry miller21-Jun-04 3:49
Henry miller21-Jun-04 3:49 
QuestionHow to Insert Combo in MS Datagrid Ctrl Pin
Sumit Kapoor18-Jun-04 23:53
Sumit Kapoor18-Jun-04 23:53 
GeneralCMonthCalCtrl Pin
sschilachi18-Jun-04 23:20
sschilachi18-Jun-04 23:20 
GeneralRe: CMonthCalCtrl Pin
palbano19-Jun-04 7:05
palbano19-Jun-04 7:05 
Generaldrawing in CRichEditView Pin
AntonGogolev18-Jun-04 22:58
AntonGogolev18-Jun-04 22:58 
GeneralUse office automation in batch Pin
novachen18-Jun-04 21:47
novachen18-Jun-04 21:47 
Generalrich edit Pin
ramtinbahal18-Jun-04 20:43
ramtinbahal18-Jun-04 20:43 
GeneralRe: rich edit Pin
Anonymous18-Jun-04 21:09
Anonymous18-Jun-04 21:09 
GeneralRe: rich edit Pin
David Crow21-Jun-04 3:24
David Crow21-Jun-04 3:24 
GeneralRe: rich edit Pin
mohsen nourian25-Jun-04 20:20
mohsen nourian25-Jun-04 20:20 
GeneralRe: rich edit Pin
David Crow28-Jun-04 2:25
David Crow28-Jun-04 2:25 
GeneralRe: rich edit Pin
mohsen nourian28-Jun-04 20:58
mohsen nourian28-Jun-04 20:58 
GeneralRe: rich edit Pin
mohsen nourian28-Jun-04 20:59
mohsen nourian28-Jun-04 20:59 
Questionhyperlink limit? Pin
vancouver77718-Jun-04 20:29
vancouver77718-Jun-04 20:29 

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.