Click here to Skip to main content
15,917,971 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionlist of runtime files Pin
raaman29-Feb-08 1:08
raaman29-Feb-08 1:08 
GeneralRe: list of runtime files Pin
Dave Kreskowiak29-Feb-08 2:55
mveDave Kreskowiak29-Feb-08 2:55 
GeneralMobile Application Pin
Usharva28-Feb-08 23:35
Usharva28-Feb-08 23:35 
GeneralRe: Mobile Application Pin
Dave Kreskowiak29-Feb-08 3:44
mveDave Kreskowiak29-Feb-08 3:44 
GeneralabControl Problem Pin
soniasan28-Feb-08 23:30
soniasan28-Feb-08 23:30 
GeneralRe: abControl Problem [modified] Pin
yogesh_kumar_agarwal28-Feb-08 23:34
yogesh_kumar_agarwal28-Feb-08 23:34 
Questionhow can i use values form one form to another in vb.net Pin
r_mohd28-Feb-08 22:24
r_mohd28-Feb-08 22:24 
AnswerRe: how can i use values form one form to another in vb.net Pin
yogesh_kumar_agarwal28-Feb-08 22:58
yogesh_kumar_agarwal28-Feb-08 22:58 
Hi

You could use the code like this.

<br />
form1.textbox3.text=form2.textbox1.text<br />
form1.show<br />


Here i assume that form1 is the object for form1 but there i sno requirement to use form2 here i just use it to make understandable.

Or you could create the static public variable so that you could use it directly without static you have to call using obj name and new object will distroy the value you store in you public variable so use static variable concept

Hope the solution will help you

With Regards

Yogesh Agarwal
AnswerRe: how can i use values form one form to another in vb.net Pin
darkelv29-Feb-08 3:38
darkelv29-Feb-08 3:38 
AnswerRe: how can i use values form one form to another in vb.net Pin
tjskcp5-Mar-08 18:07
tjskcp5-Mar-08 18:07 
GeneralLighttpd & HTTPWEBREQUEST question Pin
Daniel Lopez28-Feb-08 17:35
Daniel Lopez28-Feb-08 17:35 
Questionmenu strip Pin
Tauseef A28-Feb-08 17:23
Tauseef A28-Feb-08 17:23 
GeneralRe: menu strip Pin
Xmen Real 28-Feb-08 17:38
professional Xmen Real 28-Feb-08 17:38 
Generalerror-cannot check the checkbox in datagrid after 2nd search Pin
Eunice (VB junior)28-Feb-08 14:51
Eunice (VB junior)28-Feb-08 14:51 
QuestionSave image in PostgresSQL DB Pin
nishkarsh_k28-Feb-08 8:56
nishkarsh_k28-Feb-08 8:56 
GeneralRe: Save image in PostgresSQL DB Pin
Christian Graus28-Feb-08 9:32
protectorChristian Graus28-Feb-08 9:32 
GeneralRe: Save image in PostgresSQL DB Pin
nishkarsh_k28-Feb-08 18:08
nishkarsh_k28-Feb-08 18:08 
GeneralRe: Save image in PostgresSQL DB Pin
Christian Graus28-Feb-08 18:29
protectorChristian Graus28-Feb-08 18:29 
QuestionNeed Help... Dial, Connect and Use a BBS in VB.Net Pin
Scyrious28-Feb-08 5:03
Scyrious28-Feb-08 5:03 
GeneralRe: Need Help... Dial, Connect and Use a BBS in VB.Net Pin
Christian Graus28-Feb-08 9:38
protectorChristian Graus28-Feb-08 9:38 
GeneralRe: Need Help... Dial, Connect and Use a BBS in VB.Net Pin
Scyrious29-Feb-08 3:12
Scyrious29-Feb-08 3:12 
QuestionAdd records to databound datagridview Pin
David Mujica28-Feb-08 4:40
David Mujica28-Feb-08 4:40 
GeneralRe: Add records to databound datagridview Pin
Dave Kreskowiak29-Feb-08 3:21
mveDave Kreskowiak29-Feb-08 3:21 
AnswerWorking now Pin
David Mujica29-Feb-08 9:39
David Mujica29-Feb-08 9:39 
QuestionAcessing certificate store of local system Pin
shinlang28-Feb-08 3:51
shinlang28-Feb-08 3:51 

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.