Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i run an exe application in Diagol Based Application ?? Pin
Shyam Kodase23-Jul-08 19:03
Shyam Kodase23-Jul-08 19:03 
AnswerRe: How can i run an exe application in Diagol Based Application ?? Pin
Cedric Moonen23-Jul-08 20:21
Cedric Moonen23-Jul-08 20:21 
AnswerRe: How can i run an exe application in Diagol Based Application ?? Pin
ThatsAlok23-Jul-08 20:47
ThatsAlok23-Jul-08 20:47 
GeneralRe: How can i run an exe application in Diagol Based Application ?? Pin
Shyam Kodase24-Jul-08 20:39
Shyam Kodase24-Jul-08 20:39 
GeneralRe: How can i run an exe application in Diagol Based Application ?? Pin
Shyam Kodase24-Jul-08 20:40
Shyam Kodase24-Jul-08 20:40 
QuestionHow can color a button? Pin
Le@rner23-Jul-08 18:47
Le@rner23-Jul-08 18:47 
AnswerRe: How can color a button? Pin
Naveen23-Jul-08 19:21
Naveen23-Jul-08 19:21 
Questionreading check box from mdb Pin
GPat2423-Jul-08 11:02
GPat2423-Jul-08 11:02 
can someone show me how I can read and display checkbox value(True/False)and display it into listbox.

VEdb.Open("ICTNAS.mdb"); // Open Clients.MDB
rveSet.Open(AFX_DAO_USE_DEFAULT_TYPE,"SELECT * FROM ExcludedUsers ",NULL);
while(!rveSet.IsEOF()) // Do until EOF
{
int i = 0;
bdate = rveSet.GetFieldValue("Ban Date");
csbDate = bdate.Format();
m_ViewExclusions.InsertItem(i,csbDate,0);
rveSet.GetFieldValue("Student Name",var);
SName =(LPCSTR)var.pbstrVal;
i=i++;
rveSet.MoveNext();


}
rveSet.Close();
VEdb.Close();
}
Thank Frown | :( s

Gpat

AnswerRe: reading check box from mdb Pin
David Crow23-Jul-08 17:08
David Crow23-Jul-08 17:08 
GeneralRe: reading check box from mdb Pin
GPat2424-Jul-08 2:34
GPat2424-Jul-08 2:34 
GeneralRe: reading check box from mdb Pin
David Crow24-Jul-08 3:31
David Crow24-Jul-08 3:31 
QuestionHandling events for the controls on a Win32 dialog. Pin
Hari-Adarapu23-Jul-08 9:00
Hari-Adarapu23-Jul-08 9:00 
AnswerRe: Handling events for the controls on a Win32 dialog. Pin
JudyL_MD23-Jul-08 9:04
JudyL_MD23-Jul-08 9:04 
GeneralRe: Handling events for the controls on a Win32 dialog. Pin
Hari-Adarapu23-Jul-08 9:45
Hari-Adarapu23-Jul-08 9:45 
GeneralRe: Handling events for the controls on a Win32 dialog. Pin
JudyL_MD23-Jul-08 10:06
JudyL_MD23-Jul-08 10:06 
AnswerRe: Handling events for the controls on a Win32 dialog. Pin
Mark Salsbery23-Jul-08 9:57
Mark Salsbery23-Jul-08 9:57 
GeneralRe: Handling events for the controls on a Win32 dialog. Pin
Hari-Adarapu28-Jul-08 10:41
Hari-Adarapu28-Jul-08 10:41 
GeneralRe: Handling events for the controls on a Win32 dialog. Pin
Mark Salsbery28-Jul-08 13:26
Mark Salsbery28-Jul-08 13:26 
GeneralRe: Handling events for the controls on a Win32 dialog. Pin
Hari-Adarapu15-Aug-08 5:22
Hari-Adarapu15-Aug-08 5:22 
QuestionChanging a disabled edit ctrl's color. Pin
Like2Byte23-Jul-08 8:43
Like2Byte23-Jul-08 8:43 
AnswerRe: Changing a disabled edit ctrl's color. Pin
Mark Salsbery23-Jul-08 9:13
Mark Salsbery23-Jul-08 9:13 
GeneralRe: Changing a disabled edit ctrl's color. Pin
Like2Byte23-Jul-08 9:58
Like2Byte23-Jul-08 9:58 
GeneralRe: Changing a disabled edit ctrl's color. Pin
Mark Salsbery23-Jul-08 10:03
Mark Salsbery23-Jul-08 10:03 
GeneralRe: Changing a disabled edit ctrl's color. Pin
Like2Byte23-Jul-08 10:08
Like2Byte23-Jul-08 10:08 
GeneralRe: Changing a disabled edit ctrl's color. Pin
Mark Salsbery23-Jul-08 10:12
Mark Salsbery23-Jul-08 10:12 

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.