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

C#

 
GeneralRe: Print Pin
kiran@p2softech11-Mar-08 0:30
kiran@p2softech11-Mar-08 0:30 
Questionhow to get only the image files ??? Pin
md_azy10-Mar-08 20:05
md_azy10-Mar-08 20:05 
GeneralRe: how to get only the image files ??? Pin
Christian Graus10-Mar-08 20:32
protectorChristian Graus10-Mar-08 20:32 
GeneralRe: how to get only the image files ??? Pin
Vikram A Punathambekar10-Mar-08 23:15
Vikram A Punathambekar10-Mar-08 23:15 
QuestionNT Authentication Pin
Programm3r10-Mar-08 19:57
Programm3r10-Mar-08 19:57 
GeneralRe: NT Authentication Pin
stancrm10-Mar-08 21:35
stancrm10-Mar-08 21:35 
GeneralRe: NT Authentication Pin
Programm3r10-Mar-08 21:49
Programm3r10-Mar-08 21:49 
Generalmdi form datagridview problem Pin
Miss Maheshwari10-Mar-08 19:57
Miss Maheshwari10-Mar-08 19:57 
i m having a mdi form which displays a main form on its load containing a datagridview with users detail...and a add form on click of its toolstrip which adds new users record...i want to refresh my main form datagridview when a new record is added....i did
void AddNewRecord_FormClosed(object sender, System.Windows.Forms.FormClosedEventArgs e)
{
MDIDiary.Main mn = new Main();
mn.loadPage();
}
this but it is not refreshing please help...loadpage() is a function which displays the users record on datagridview(bind the datagridview)...please someone help
GeneralRe: mdi form datagridview problem Pin
Chetan Patel10-Mar-08 23:00
Chetan Patel10-Mar-08 23:00 
GeneralRe: mdi form datagridview problem Pin
Miss Maheshwari11-Mar-08 18:37
Miss Maheshwari11-Mar-08 18:37 
QuestionInclude another EXE(having UI) in my C# Desktop Application Pin
Amjath Rahman10-Mar-08 15:58
Amjath Rahman10-Mar-08 15:58 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Paul Conrad10-Mar-08 16:56
professionalPaul Conrad10-Mar-08 16:56 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Christian Graus10-Mar-08 17:35
protectorChristian Graus10-Mar-08 17:35 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Amjath Rahman10-Mar-08 19:37
Amjath Rahman10-Mar-08 19:37 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Christian Graus10-Mar-08 19:51
protectorChristian Graus10-Mar-08 19:51 
GeneralSwitch with Strings Pin
Jammer10-Mar-08 13:25
Jammer10-Mar-08 13:25 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 13:44
Matthew Butler10-Mar-08 13:44 
GeneralRe: Switch with Strings Pin
Jammer10-Mar-08 13:48
Jammer10-Mar-08 13:48 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 14:06
Matthew Butler10-Mar-08 14:06 
GeneralRe: Switch with Strings Pin
Luc Pattyn10-Mar-08 14:14
sitebuilderLuc Pattyn10-Mar-08 14:14 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 14:19
Matthew Butler10-Mar-08 14:19 
GeneralRe: Switch with Strings Pin
darkelv10-Mar-08 14:00
darkelv10-Mar-08 14:00 
GeneralRe: Switch with Strings Pin
Jammer10-Mar-08 14:01
Jammer10-Mar-08 14:01 
GeneralRe: Switch with Strings Pin
Scott Dorman10-Mar-08 15:35
professionalScott Dorman10-Mar-08 15:35 
GeneralRe: Switch with Strings Pin
Vikram A Punathambekar10-Mar-08 18:45
Vikram A Punathambekar10-Mar-08 18:45 

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.