Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
GeneralRe: URGENT : Display HTML Document into an Application Form Pin
Ahmad_kaau17-Nov-06 4:45
Ahmad_kaau17-Nov-06 4:45 
AnswerRe: URGENT : Display HTML Document into an Application Form Pin
ejuanpp16-Nov-06 23:41
ejuanpp16-Nov-06 23:41 
Questionhow to set a property in CustomWebControl like WinForm TextBox's 'lines' Property Pin
wstech16-Nov-06 23:16
wstech16-Nov-06 23:16 
QuestionClose ModalForm & refresh Listbox on Main Form Pin
GermanDM16-Nov-06 23:08
GermanDM16-Nov-06 23:08 
AnswerRe: Close ModalForm & refresh Listbox on Main Form Pin
Christian Graus16-Nov-06 23:41
protectorChristian Graus16-Nov-06 23:41 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
GermanDM17-Nov-06 0:47
GermanDM17-Nov-06 0:47 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
quiteSmart17-Nov-06 1:05
quiteSmart17-Nov-06 1:05 
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
GermanDM17-Nov-06 1:23
GermanDM17-Nov-06 1:23 
oh ok lol thanks for your help guys I managed to find another solution thought are faster and easy one. Big Grin | :-D
All I did was:
<br />
if (EditAccount.ShowDialog() == DialogResult.OK)<br />
            {<br />
                Populate();<br />
            }<br />
            else<br />
            {<br />
 <br />
            }<br />

So i just set the dialog results on the buttons as OK and Cancel on the edit form.
I cant believe I missed this lol duh D'Oh! | :doh:

thanks again guys
GeneralRe: Close ModalForm & refresh Listbox on Main Form Pin
quiteSmart17-Nov-06 1:56
quiteSmart17-Nov-06 1:56 
QuestionSend Bitmap directly to the printer. Pin
Martin#16-Nov-06 22:32
Martin#16-Nov-06 22:32 
AnswerRe: Send Bitmap directly to the printer. Pin
Robert Rohde16-Nov-06 22:36
Robert Rohde16-Nov-06 22:36 
GeneralRe: Send Bitmap directly to the printer. Pin
Martin#16-Nov-06 22:42
Martin#16-Nov-06 22:42 
GeneralRe: Send Bitmap directly to the printer. Pin
Martin#16-Nov-06 23:12
Martin#16-Nov-06 23:12 
QuestionLabel.TextAlign problem Pin
stancrm16-Nov-06 22:18
stancrm16-Nov-06 22:18 
AnswerRe: Label.TextAlign problem Pin
Robert Rohde16-Nov-06 22:32
Robert Rohde16-Nov-06 22:32 
QuestionScaling Images in Data Grid View cell Pin
rahuljosh007200016-Nov-06 22:12
rahuljosh007200016-Nov-06 22:12 
AnswerRe: Scaling Images in Data Grid View cell Pin
Robert Rohde16-Nov-06 22:37
Robert Rohde16-Nov-06 22:37 
GeneralRe: Scaling Images in Data Grid View cell Pin
rahuljosh007200016-Nov-06 23:56
rahuljosh007200016-Nov-06 23:56 
QuestionObject refernce from its string name Pin
RuslanKulubaev16-Nov-06 21:45
RuslanKulubaev16-Nov-06 21:45 
AnswerRe: Object refernce from its string name Pin
Christian Graus16-Nov-06 21:48
protectorChristian Graus16-Nov-06 21:48 
AnswerRe: Object refernce from its string name Pin
Russell Jones17-Nov-06 0:21
Russell Jones17-Nov-06 0:21 
QuestionGetting reference to object from its stringname c# Pin
RuslanKulubaev16-Nov-06 21:42
RuslanKulubaev16-Nov-06 21:42 
AnswerRe: Getting reference to object from its stringname c# Pin
Christian Graus16-Nov-06 21:49
protectorChristian Graus16-Nov-06 21:49 
AnswerRe: foreach on a List Pin
Christian Graus16-Nov-06 21:52
protectorChristian Graus16-Nov-06 21:52 
Questiongrab data from datagrid Pin
nasyiqin16-Nov-06 21:16
nasyiqin16-Nov-06 21:16 

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.