Click here to Skip to main content
15,914,071 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionRecommendations for a grid that can be displayed left to right. (Arabic Support) Pin
mejax28-Apr-07 1:26
mejax28-Apr-07 1:26 
QuestionTaskbar icon problem with FormBorderStyle.None Pin
Kashif Iqbal Khan27-Apr-07 7:09
Kashif Iqbal Khan27-Apr-07 7:09 
QuestionHelp textbox Pin
Anka_Ame27-Apr-07 2:11
Anka_Ame27-Apr-07 2:11 
AnswerRe: Help textbox Pin
Arun.Immanuel27-Apr-07 2:16
Arun.Immanuel27-Apr-07 2:16 
QuestionRe: Help textbox Pin
Anka_Ame27-Apr-07 2:37
Anka_Ame27-Apr-07 2:37 
AnswerRe: Help textbox Pin
Arun.Immanuel27-Apr-07 2:57
Arun.Immanuel27-Apr-07 2:57 
GeneralRe: Help textbox Pin
Anka_Ame27-Apr-07 3:04
Anka_Ame27-Apr-07 3:04 
GeneralRe: Help textbox Pin
Arun.Immanuel27-Apr-07 3:27
Arun.Immanuel27-Apr-07 3:27 
Please do the following changes and let me know if it works:


else
{
myStream->Close(); //Insert this line
StreamWriter^ txtWriter;
txtWriter = gcnew System::IO::StreamWriter(filename);
txtWriter->Write(textOutput->Text);



txtWriter = nullptr;//Remove this line.


Regards,
Arun Kumar.A

GeneralRe: Help textbox Pin
Anka_Ame27-Apr-07 3:35
Anka_Ame27-Apr-07 3:35 
QuestionXml read in C++ Pin
Anka_Ame26-Apr-07 10:14
Anka_Ame26-Apr-07 10:14 
AnswerRe: Xml read in C++ Pin
pbraun27-Apr-07 8:32
pbraun27-Apr-07 8:32 
AnswerRe: Xml read in C++ Pin
sthotakura30-Apr-07 5:17
sthotakura30-Apr-07 5:17 
GeneralSimple App Strategy Pin
Brady Kelly24-Apr-07 5:07
Brady Kelly24-Apr-07 5:07 
GeneralRe: Simple App Strategy Pin
kubben25-Apr-07 2:09
kubben25-Apr-07 2:09 
GeneralRe: Simple App Strategy Pin
Dave Sexton25-Apr-07 20:45
Dave Sexton25-Apr-07 20:45 
GeneralRe: Simple App Strategy Pin
Brady Kelly25-Apr-07 20:54
Brady Kelly25-Apr-07 20:54 
GeneralRe: Simple App Strategy Pin
Dave Sexton25-Apr-07 23:48
Dave Sexton25-Apr-07 23:48 
GeneralRe: Simple App Strategy Pin
Brady Kelly25-Apr-07 23:58
Brady Kelly25-Apr-07 23:58 
GeneralRe: Simple App Strategy Pin
Dave Sexton26-Apr-07 0:38
Dave Sexton26-Apr-07 0:38 
GeneralRe: Simple App Strategy Pin
Brady Kelly26-Apr-07 0:48
Brady Kelly26-Apr-07 0:48 
GeneralRe: Simple App Strategy Pin
Dave Sexton26-Apr-07 0:56
Dave Sexton26-Apr-07 0:56 
QuestionHow to identify the changes made to the form data? Pin
Subrahmanyam K24-Apr-07 3:41
Subrahmanyam K24-Apr-07 3:41 
AnswerRe: How to identify the changes made to the form data? Pin
roel_v24-Apr-07 20:11
roel_v24-Apr-07 20:11 
GeneralRe: How to identify the changes made to the form data? Pin
Subrahmanyam K25-Apr-07 0:04
Subrahmanyam K25-Apr-07 0:04 
QuestionSystem Tray Time Interval Notify Pin
Shoot2ill24-Apr-07 2:43
Shoot2ill24-Apr-07 2:43 

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.