Hi Mohammad, Thanks for the help, I will try this option. Regards, Dinesh.
User 900278
Posts
-
Socket Programming -
Socket ProgrammingThanks Ravi, I will try this option. Dinesh.
-
Socket ProgrammingHello Freinds, I want to transfere one structure from client to server. structure contains one String and INT data, INT is the length of that string. I am trying send(); function of CSocket to transfere the structure but I am getting some garbage at server end and missing my strings address. Can anyone pl's help me. I have dought that the function I am using may not be currect. Thanks. Dinesh.
-
CCommandLineInfo cmdInfo;I have two modules. 1. is a calibration modul, in which I am doing calibration of the system(that is doing some setting) and storing those values to .INI file. Now, 2. in second module I want to initialise this module or read some values from that .INI file which is set by first module. I have some Idea that I need to use CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); but how to pass values to above class? can any one please help me out. "or" give any sample code. Dinesh Salvi
-
Image flickers when Invalidate() is called.First store your Image in MemoryDC. then call Invalidaterect(); You will get code in KRUGLANSKI.
-
How to corelate VC++ data to EXCElL sheetHi I am dinesh, I want to produce the report using EXCEL sheet, I have my data in some variables. I am using VC++ for my project. can any one help me by giving hint, how to link VC++ with MS-Excel. Dinesh Salvi.