Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Still not working... Pin
Chaos Lawful3-Oct-01 19:02
Chaos Lawful3-Oct-01 19:02 
GeneralRe: Still not working... Pin
Mr.Freeze3-Oct-01 19:08
Mr.Freeze3-Oct-01 19:08 
GeneralRe: Still not working... Pin
Chaos Lawful3-Oct-01 19:32
Chaos Lawful3-Oct-01 19:32 
GeneralWow... Pin
Mr.Freeze3-Oct-01 19:54
Mr.Freeze3-Oct-01 19:54 
GeneralReadString faster than std getline Pin
3-Oct-01 15:53
suss3-Oct-01 15:53 
GeneralRe: ReadString faster than std getline Pin
Mike Nordell4-Oct-01 9:09
Mike Nordell4-Oct-01 9:09 
Question[Q] How can I make right-arranged Tree Control ? Pin
Minkyuman3-Oct-01 14:37
Minkyuman3-Oct-01 14:37 
GeneralMSComm VC, Help I'm stuck... Pin
3-Oct-01 11:20
suss3-Oct-01 11:20 
Hi,

I am trying to use the mscomm control within VC++, and am not being o successfull... however if I execute the same statement in VB it seems to work.. the problem is this...

in VB I issue:

Form1.MSComm1.Output = Chr(&H90)

upon doing this I immediate get a reply back in the receive buffer, also I am using a Belkin usb to serial adapter and when I look at it I can see both the send and receive light flicker quickly..

When I try and execute the code below in VC++, I never get a response and also only see the send light on the adapter flicker, never the receive as I do when executing the VB code.. This is the code within my VC++ of which I believe is doing the same as the VB..

CByteArray aBytes;
aBytes.Add( '\x90' );
COleVariant var( aBytes );
m_mscomm1.SetOutput( var );

any help would be grealy APPRECIATED...

GeneralLooking for someone knowledgeable in Visual C.net Pin
3-Oct-01 10:44
suss3-Oct-01 10:44 
GeneralLeft justifying CString Pin
duggie3-Oct-01 10:38
duggie3-Oct-01 10:38 
GeneralRe: Left justifying CString Pin
3-Oct-01 12:38
suss3-Oct-01 12:38 
QuestionCArchive problem - is there a genius who can help? Pin
Joel Holdsworth3-Oct-01 9:39
Joel Holdsworth3-Oct-01 9:39 
AnswerRe: CArchive problem - is there a genius who can help? Pin
Joaquín M López Muñoz3-Oct-01 9:54
Joaquín M López Muñoz3-Oct-01 9:54 
GeneralSorry, but no that won't work Pin
Joel Holdsworth3-Oct-01 10:03
Joel Holdsworth3-Oct-01 10:03 
GeneralRe: Sorry, but no that won't work Pin
Joaquín M López Muñoz3-Oct-01 10:39
Joaquín M López Muñoz3-Oct-01 10:39 
GeneralDeleting a file Pin
RobJones3-Oct-01 9:28
RobJones3-Oct-01 9:28 
GeneralRe: Deleting a file Pin
Joaquín M López Muñoz3-Oct-01 9:46
Joaquín M López Muñoz3-Oct-01 9:46 
GeneralRe: Deleting a file Pin
Joaquín M López Muñoz3-Oct-01 9:48
Joaquín M López Muñoz3-Oct-01 9:48 
GeneralRe: Deleting a file Pin
RobJones3-Oct-01 11:39
RobJones3-Oct-01 11:39 
GeneralRe: Deleting a file Pin
Joaquín M López Muñoz3-Oct-01 11:58
Joaquín M López Muñoz3-Oct-01 11:58 
GeneralRe: Deleting a file Pin
RobJones3-Oct-01 12:53
RobJones3-Oct-01 12:53 
GeneralRe: Deleting a file Pin
Bernhard3-Oct-01 23:26
Bernhard3-Oct-01 23:26 
GeneralRe: Deleting a file Pin
RobJones4-Oct-01 7:10
RobJones4-Oct-01 7:10 
GeneralSaving file with MCI Pin
3-Oct-01 9:16
suss3-Oct-01 9:16 
QuestionHow do I get a process' opened files names Pin
Le centriste3-Oct-01 9:03
Le centriste3-Oct-01 9: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.