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

C / C++ / MFC

 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:09
JGStanier16-Feb-04 23:09 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:16
JGStanier16-Feb-04 23:16 
GeneralRe: Problem with MessageBox Pin
Selvam R16-Feb-04 23:45
professionalSelvam R16-Feb-04 23:45 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:50
JGStanier16-Feb-04 23:50 
GeneralRe: Problem with MessageBox Pin
Prakash Nadar16-Feb-04 23:37
Prakash Nadar16-Feb-04 23:37 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:44
JGStanier16-Feb-04 23:44 
GeneralGetting Output Parameter from _CommandPtr Pin
alex120516-Feb-04 21:50
alex120516-Feb-04 21:50 
GeneralRe: Getting Output Parameter from _CommandPtr Pin
RChin16-Feb-04 23:02
RChin16-Feb-04 23:02 
Having compared your code with the one that I use, it looks perfectly fine,
except that I instantiated an instance of my command pointer before use:

<code>
TESTHR( pCmd.CreateInstance(__uuidof(Command)) );
pCmd->CommandText = _T("sproc_thingy");
pCmd->CommandType = adCmdStoredProc;
..
..
//etc.
</code>


This my be your problem.




I Dream of Absolute Zero

GeneralRe: Getting Output Parameter from _CommandPtr Pin
alex120517-Feb-04 16:38
alex120517-Feb-04 16:38 
GeneralCEdit focus problem Pin
Niko Tanghe16-Feb-04 21:20
Niko Tanghe16-Feb-04 21:20 
GeneralRe: CEdit focus problem Pin
Selvam R16-Feb-04 23:58
professionalSelvam R16-Feb-04 23:58 
GeneralRe: CEdit focus problem Pin
David Crow17-Feb-04 3:03
David Crow17-Feb-04 3:03 
GeneralRouting jobs to Multiple trays in a printer Pin
Member 64506716-Feb-04 21:10
Member 64506716-Feb-04 21:10 
QuestionWhat is the difference between Tab Control and Property Sheet?Is there any advantages and dis between these two? Pin
P_JAYAPRAKASH16-Feb-04 21:09
P_JAYAPRAKASH16-Feb-04 21:09 
AnswerRe: What is the difference between Tab Control and Property Sheet?Is there any advantages and dis between these two? Pin
Prakash Nadar16-Feb-04 22:07
Prakash Nadar16-Feb-04 22:07 
GeneralMFC Dialog app and ShellExecute() Pin
Steve Messer16-Feb-04 20:20
Steve Messer16-Feb-04 20:20 
GeneralRe: MFC Dialog app and ShellExecute() Pin
Prakash Nadar16-Feb-04 20:41
Prakash Nadar16-Feb-04 20:41 
GeneralRe: MFC Dialog app and ShellExecute() Pin
Steve Messer16-Feb-04 20:51
Steve Messer16-Feb-04 20:51 
GeneralRe: MFC Dialog app and ShellExecute() Pin
Prakash Nadar16-Feb-04 22:10
Prakash Nadar16-Feb-04 22:10 
GeneralRe: MFC Dialog app and ShellExecute() Pin
Steve Messer16-Feb-04 22:24
Steve Messer16-Feb-04 22:24 
GeneralRe: MFC Dialog app and ShellExecute() Pin
David Crow17-Feb-04 3:05
David Crow17-Feb-04 3:05 
GeneralRe: MFC Dialog app and ShellExecute() Pin
Steve Messer17-Feb-04 6:00
Steve Messer17-Feb-04 6:00 
GeneralI have written a program which will accept only 20 connections to the server port. If connection goes beyond 20 then below mentioned code will be executed which is in while loop Pin
kathyayini16-Feb-04 19:39
kathyayini16-Feb-04 19:39 
GeneralRe: I have written a program which will accept only 20 connections to the server port. If connection goes beyond 20 then below mentioned code will be executed which is in while loop Pin
pfsat16-Feb-04 20:45
pfsat16-Feb-04 20:45 
GeneralRe: I have written a program which will accept only 20 connections to the server port. If connection goes beyond 20 then below mentioned code will be executed which is in while loop Pin
kathyayini16-Feb-04 22:54
kathyayini16-Feb-04 22:54 

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.