Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
Questioni create dll but can't get data back Pin
Naveed72724-Jan-08 20:04
Naveed72724-Jan-08 20:04 
GeneralRe: i create dll but can't get data back Pin
Giorgi Dalakishvili24-Jan-08 20:35
mentorGiorgi Dalakishvili24-Jan-08 20:35 
GeneralSetting the MySql Database password at runtime Pin
Imranlogi24-Jan-08 19:28
Imranlogi24-Jan-08 19:28 
GeneralRe: Setting the MySql Database password at runtime Pin
N a v a n e e t h24-Jan-08 19:39
N a v a n e e t h24-Jan-08 19:39 
GeneralRe: Setting the MySql Database password at runtime Pin
Imranlogi24-Jan-08 19:49
Imranlogi24-Jan-08 19:49 
GeneralRe: Setting the MySql Database password at runtime Pin
Gareth H24-Jan-08 23:58
Gareth H24-Jan-08 23:58 
Questionhow can i pass a vriable from one form to another usng C#.Net Pin
koolprasad200324-Jan-08 18:59
professionalkoolprasad200324-Jan-08 18:59 
AnswerRe: how can i pass a vriable from one form to another usng C#.Net Pin
N a v a n e e t h24-Jan-08 19:44
N a v a n e e t h24-Jan-08 19:44 
Overload form2's constructor which accepts a string value as parameter. Pass the first textbox value to this when you are invoking form2.
frmTwo frtwo = new frmTwo(txtOne.text)
frtwo.show()
Inside for2 constructor, assign the value to respective text box.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


AnswerRe: how can i pass a vriable from one form to another usng C#.Net Pin
Giorgi Dalakishvili24-Jan-08 20:36
mentorGiorgi Dalakishvili24-Jan-08 20:36 
AnswerRe: how can i pass a vriable from one form to another usng C#.Net Pin
Pete O'Hanlon24-Jan-08 22:23
mvePete O'Hanlon24-Jan-08 22:23 
GeneralRe: how can i pass a vriable from one form to another usng C#.Net Pin
N a v a n e e t h24-Jan-08 22:37
N a v a n e e t h24-Jan-08 22:37 
GeneralRe: how can i pass a vriable from one form to another usng C#.Net Pin
Pete O'Hanlon24-Jan-08 22:40
mvePete O'Hanlon24-Jan-08 22:40 
GeneralRe: how can i pass a vriable from one form to another usng C#.Net Pin
N a v a n e e t h24-Jan-08 22:44
N a v a n e e t h24-Jan-08 22:44 
GeneralRe: how can i pass a vriable from one form to another usng C#.Net Pin
Pete O'Hanlon24-Jan-08 22:54
mvePete O'Hanlon24-Jan-08 22:54 
GeneralRe: how can i pass a vriable from one form to another usng C#.Net Pin
N a v a n e e t h24-Jan-08 23:02
N a v a n e e t h24-Jan-08 23:02 
GeneralPass IP address Pin
Prabhat00324-Jan-08 18:59
Prabhat00324-Jan-08 18:59 
GeneralRe: Pass IP address Pin
imsathy24-Jan-08 19:48
imsathy24-Jan-08 19:48 
GeneralInserting Multiple Rows in a single column Pin
Imranlogi24-Jan-08 18:27
Imranlogi24-Jan-08 18:27 
GeneralRe: Inserting Multiple Rows in a single column Pin
N a v a n e e t h24-Jan-08 19:46
N a v a n e e t h24-Jan-08 19:46 
GeneralRe: Inserting Multiple Rows in a single column Pin
Imranlogi24-Jan-08 20:12
Imranlogi24-Jan-08 20:12 
GeneralLapse in Window Service Pin
Member 78161024-Jan-08 15:30
Member 78161024-Jan-08 15:30 
GeneralRe: Lapse in Window Service Pin
Pete O'Hanlon24-Jan-08 16:01
mvePete O'Hanlon24-Jan-08 16:01 
GeneralRe: Lapse in Window Service Pin
Member 78161024-Jan-08 18:38
Member 78161024-Jan-08 18:38 
GeneralRe: Lapse in Window Service Pin
Vikram A Punathambekar24-Jan-08 19:59
Vikram A Punathambekar24-Jan-08 19:59 
GeneralRe: Lapse in Window Service Pin
Pete O'Hanlon24-Jan-08 22:19
mvePete O'Hanlon24-Jan-08 22:19 

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.