Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionregarding ADO.net Pin
GoodBoy17-Jun-06 0:46
GoodBoy17-Jun-06 0:46 
AnswerRe: regarding ADO.net Pin
Hamid_RT17-Jun-06 1:04
Hamid_RT17-Jun-06 1:04 
AnswerRe: regarding ADO.net Pin
Christian Graus17-Jun-06 1:30
protectorChristian Graus17-Jun-06 1:30 
Questionsimple smallest windows program not running. [modified] Pin
sunnyboy_anshu17-Jun-06 0:38
sunnyboy_anshu17-Jun-06 0:38 
AnswerRe: simple smallest windows program not running. [modified] Pin
_AnsHUMAN_ 17-Jun-06 0:45
_AnsHUMAN_ 17-Jun-06 0:45 
GeneralRe: simple smallest windows program not running. Pin
sunnyboy_anshu17-Jun-06 0:57
sunnyboy_anshu17-Jun-06 0:57 
AnswerRe: simple smallest windows program not running. Pin
Hamid_RT17-Jun-06 0:57
Hamid_RT17-Jun-06 0:57 
Questionhow to read the file Pin
happy_ram17-Jun-06 0:32
happy_ram17-Jun-06 0:32 
iwrote the file by folowing code
	CFile time;
time.Open("c:\\abc.txt",CFile::modeCreate|CFile::modeReadWrite );
	 CString str;
	 str.Format ("%d",i); // The index starts from 0 in 
	 time.Write(str,strlen(str));
	 time.Close();
			UpdateData(FALSE);

So please tell how to read this and how to convert to int.
AnswerRe: how to read the file Pin
_AnsHUMAN_ 17-Jun-06 0:43
_AnsHUMAN_ 17-Jun-06 0:43 
GeneralRe: how to read the file Pin
happy_ram17-Jun-06 1:01
happy_ram17-Jun-06 1:01 
AnswerRe: how to read the file Pin
Hamid_RT17-Jun-06 0:58
Hamid_RT17-Jun-06 0:58 
Questionselect and delete query Pin
shuchigo_jane16-Jun-06 23:21
shuchigo_jane16-Jun-06 23:21 
GeneralRe: select and delete query Pin
Laxman Auti16-Jun-06 23:33
Laxman Auti16-Jun-06 23:33 
GeneralRe: select and delete query Pin
shuchigo_jane16-Jun-06 23:43
shuchigo_jane16-Jun-06 23:43 
AnswerRe: select and delete query Pin
Laxman Auti16-Jun-06 23:52
Laxman Auti16-Jun-06 23:52 
GeneralRe: select and delete query Pin
shuchigo_jane17-Jun-06 2:19
shuchigo_jane17-Jun-06 2:19 
GeneralRe: select and delete query Pin
Laxman Auti17-Jun-06 2:46
Laxman Auti17-Jun-06 2:46 
QuestionEdit Box, Display of Status [modified] Pin
Rahul32116-Jun-06 23:04
Rahul32116-Jun-06 23:04 
AnswerRe: Edit Box, Display of Status Pin
_AnsHUMAN_ 16-Jun-06 23:09
_AnsHUMAN_ 16-Jun-06 23:09 
AnswerRe: Edit Box, Display of Status Pin
Ganesh_T16-Jun-06 23:15
Ganesh_T16-Jun-06 23:15 
AnswerRe: Edit Box, Display of Status Pin
Laxman Auti16-Jun-06 23:28
Laxman Auti16-Jun-06 23:28 
AnswerRe: Edit Box, Display of Status Pin
ThatsAlok17-Jun-06 0:08
ThatsAlok17-Jun-06 0:08 
QuestionSimultaneous Previewing & Video Capture using DirectShow [modified] Pin
aloha181216-Jun-06 23:02
aloha181216-Jun-06 23:02 
AnswerRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Justin Tay16-Jun-06 23:18
Justin Tay16-Jun-06 23:18 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181217-Jun-06 22:01
aloha181217-Jun-06 22:01 

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.