Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File rights after SQLConfigDataSource Pin
S. Becker7-Feb-08 20:20
S. Becker7-Feb-08 20:20 
QuestionRe: File rights after SQLConfigDataSource Pin
David Crow8-Feb-08 2:29
David Crow8-Feb-08 2:29 
GeneralRe: File rights after SQLConfigDataSource [modified] Pin
S. Becker10-Feb-08 21:54
S. Becker10-Feb-08 21:54 
GeneralCannot access the file while one is accessing Pin
sharanu6-Feb-08 22:08
sharanu6-Feb-08 22:08 
QuestionRe: Cannot access the file while one is accessing Pin
CPallini6-Feb-08 22:27
mveCPallini6-Feb-08 22:27 
GeneralRe: Cannot access the file while one is accessing Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:27
Iain Clarke, Warrior Programmer6-Feb-08 22:27 
GeneralRe: Cannot access the file while one is accessing Pin
David Crow7-Feb-08 2:33
David Crow7-Feb-08 2:33 
Generalinsert text into notepad Pin
<color>Aljechin 6-Feb-08 21:57
<color>Aljechin 6-Feb-08 21:57 
i am trying to insert text into notepad.

CWnd *myWnd = FindWindow(_T("Notepad"), _T("Untitled - Notepad"));
if(myWnd)
{
::PostMessage(myWnd->GetSafeHwnd(),WM_CHAR,(BYTE)'a',0x000e0001);
//::PostMessage(myWnd->GetSafeHwnd(),WM_DESTROY,0,0);
}
if i enable the second line, notepad is quitting. how to insert a character? it is not working.

Rose | [Rose]

GeneralRe: insert text into notepad Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:17
Iain Clarke, Warrior Programmer6-Feb-08 22:17 
GeneralRe: insert text into notepad Pin
CPallini6-Feb-08 22:20
mveCPallini6-Feb-08 22:20 
GeneralRe: insert text into notepad Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:30
Iain Clarke, Warrior Programmer6-Feb-08 22:30 
GeneralRe: insert text into notepad Pin
<color>Aljechin 6-Feb-08 23:01
<color>Aljechin 6-Feb-08 23:01 
GeneralRe: insert text into notepad Pin
CPallini6-Feb-08 23:23
mveCPallini6-Feb-08 23:23 
GeneralRe: insert text into notepad Pin
<color>Aljechin 6-Feb-08 22:38
<color>Aljechin 6-Feb-08 22:38 
GeneralRe: insert text into notepad Pin
Mark Salsbery7-Feb-08 6:13
Mark Salsbery7-Feb-08 6:13 
GeneralRe: insert text into notepad Pin
baerten6-Feb-08 22:18
baerten6-Feb-08 22:18 
JokeRe: insert text into notepad Pin
CPallini6-Feb-08 22:22
mveCPallini6-Feb-08 22:22 
GeneralRe: insert text into notepad [modified] Pin
Rajkumar R7-Feb-08 0:30
Rajkumar R7-Feb-08 0:30 
Generalfrom resource Pin
josip cagalj6-Feb-08 21:55
josip cagalj6-Feb-08 21:55 
GeneralRe: from resource Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:38
Iain Clarke, Warrior Programmer6-Feb-08 22:38 
GeneralRe: from resource Pin
josip cagalj7-Feb-08 0:28
josip cagalj7-Feb-08 0:28 
GeneralRe: from resource Pin
josip cagalj7-Feb-08 1:55
josip cagalj7-Feb-08 1:55 
GeneralRe: from resource Pin
Iain Clarke, Warrior Programmer7-Feb-08 2:14
Iain Clarke, Warrior Programmer7-Feb-08 2:14 
Generalstore and retrieve images from sql database Pin
Paulraj G6-Feb-08 21:45
Paulraj G6-Feb-08 21:45 
GeneralRe: store and retrieve images from sql database Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:44
Iain Clarke, Warrior Programmer6-Feb-08 22:44 

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.