Click here to Skip to main content
16,005,826 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: button back in VB.net Pin
ezajan24-Apr-06 17:50
ezajan24-Apr-06 17:50 
GeneralRe: button back in VB.net Pin
Dave Kreskowiak25-Apr-06 1:48
mveDave Kreskowiak25-Apr-06 1:48 
QuestionHow to send a string to an application? Pin
cylix200024-Apr-06 17:10
cylix200024-Apr-06 17:10 
AnswerRe: How to send a string to an application? Pin
Dave Kreskowiak24-Apr-06 17:35
mveDave Kreskowiak24-Apr-06 17:35 
Questionhow to update data with commande builder ?? Pin
Mohammed Amine24-Apr-06 16:44
Mohammed Amine24-Apr-06 16:44 
Questionhow can i hear music during the excecution of my prog Pin
Mohammed Amine24-Apr-06 16:26
Mohammed Amine24-Apr-06 16:26 
Questionit is abt forms & proprieties can you enter to help please ?? Pin
Mohammed Amine24-Apr-06 16:17
Mohammed Amine24-Apr-06 16:17 
AnswerRe: it is abt forms & proprieties can you enter to help please ?? Pin
PremalathaP24-Apr-06 20:47
PremalathaP24-Apr-06 20:47 
In Form1's Button Click event, write the following code.

[code]
Load Form2
Form2.Show
[/code]

In Form2's Button Click event, write the following code.

[code]
Me.Label1.Caption=Form1.Text1.Text
[/code]
Questionbutton back Pin
ezajan24-Apr-06 15:59
ezajan24-Apr-06 15:59 
AnswerRe: button back Pin
Dave Kreskowiak24-Apr-06 16:34
mveDave Kreskowiak24-Apr-06 16:34 
Questionplease how can i make my own controls ?? Pin
Mohammed Amine24-Apr-06 14:06
Mohammed Amine24-Apr-06 14:06 
AnswerRe: please how can i make my own controls ?? Pin
Dave Kreskowiak24-Apr-06 16:37
mveDave Kreskowiak24-Apr-06 16:37 
GeneralRe: please how can i make my own controls ?? Pin
Mohammed Amine24-Apr-06 16:48
Mohammed Amine24-Apr-06 16:48 
GeneralRe: please how can i make my own controls ?? Pin
Dave Kreskowiak24-Apr-06 17:29
mveDave Kreskowiak24-Apr-06 17:29 
QuestionPocket PC error Pin
dptalt24-Apr-06 10:40
dptalt24-Apr-06 10:40 
QuestionVB Generated Code in Designer.vb Pin
MikeUPMC24-Apr-06 9:40
MikeUPMC24-Apr-06 9:40 
Questionupgrading a dll Pin
shrinker11124-Apr-06 6:00
shrinker11124-Apr-06 6:00 
QuestionDisable form while dialog is open Pin
G7236024-Apr-06 5:00
G7236024-Apr-06 5:00 
AnswerRe: Disable form while dialog is open Pin
Dave Kreskowiak24-Apr-06 8:49
mveDave Kreskowiak24-Apr-06 8:49 
QuestionParse xmldocument attributes(not elements) and display in treeview, then save treeview into xmldocument Pin
tanya foster24-Apr-06 3:17
tanya foster24-Apr-06 3:17 
Questionlogical Pin
Amit Agarrwal24-Apr-06 2:43
Amit Agarrwal24-Apr-06 2:43 
AnswerRe: logical Pin
Steve Pullan24-Apr-06 2:53
Steve Pullan24-Apr-06 2:53 
GeneralRe: logical Pin
Amit Agarrwal24-Apr-06 3:12
Amit Agarrwal24-Apr-06 3:12 
GeneralRe: logical Pin
Dave Kreskowiak24-Apr-06 6:27
mveDave Kreskowiak24-Apr-06 6:27 
AnswerRe: logical Pin
Mohammed Amine24-Apr-06 16:05
Mohammed Amine24-Apr-06 16:05 

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.