Click here to Skip to main content
15,891,777 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How Can I Execute this query??????????????? Pin
Guffa29-Jan-08 7:09
Guffa29-Jan-08 7:09 
GeneralI want my URL to be static for eg "http://project1" Pin
VB.Net Developer29-Jan-08 2:13
VB.Net Developer29-Jan-08 2:13 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
Steven J Jowett29-Jan-08 5:54
Steven J Jowett29-Jan-08 5:54 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
VB.Net Developer30-Jan-08 0:06
VB.Net Developer30-Jan-08 0:06 
QuestionHow to pass value from child form to parent form Pin
ejaz_pk29-Jan-08 1:44
ejaz_pk29-Jan-08 1:44 
GeneralRe: How to pass value from child form to parent form Pin
Justin Perez29-Jan-08 2:32
Justin Perez29-Jan-08 2:32 
GeneralRe: How to pass value from child form to parent form Pin
Vanamaindia29-Jan-08 2:42
Vanamaindia29-Jan-08 2:42 
GeneralRe: How to pass value from child form to parent form Pin
BooleanTrue29-Jan-08 3:07
professionalBooleanTrue29-Jan-08 3:07 
Ejaz Bhai!

try this, Its simple to implement....
in Parent Form use this:
 <br />
dim myVal as integer<br />
Public Property SetVal() As Integer<br />
        Get<br />
            Return myVal <br />
        End Get<br />
        Set(ByVal value As Integer)<br />
            myVal = value<br />
        End Set<br />
    End Property<br />


in child form:

dim parentObj as [parentForm]
parentObj.SetVal = [Any Integer Valu]

now close child form and use variable 'myVal' in parent form as output from child form.

colgateas900197

GeneralRe: How to pass value from child form to parent form Pin
KarstenK29-Jan-08 3:11
mveKarstenK29-Jan-08 3:11 
QuestionUplaod an Excel file to ftp server from a client which is on proxy Pin
Shahid Bilal29-Jan-08 1:12
Shahid Bilal29-Jan-08 1:12 
GeneralStack Overflow Exception in Vb.Net windows Application. Pin
Balagurunathan S29-Jan-08 0:56
Balagurunathan S29-Jan-08 0:56 
GeneralRe: Stack Overflow Exception in Vb.Net windows Application. Pin
Steven J Jowett29-Jan-08 1:36
Steven J Jowett29-Jan-08 1:36 
GeneralRe: Stack Overflow Exception in Vb.Net windows Application. Pin
Luc Pattyn29-Jan-08 2:34
sitebuilderLuc Pattyn29-Jan-08 2:34 
GeneralSingle instance application Pin
manisghouri29-Jan-08 0:44
manisghouri29-Jan-08 0:44 
GeneralRe: Single instance application Pin
Steven J Jowett29-Jan-08 1:34
Steven J Jowett29-Jan-08 1:34 
GeneralRe: Single instance application Pin
manisghouri29-Jan-08 3:30
manisghouri29-Jan-08 3:30 
GeneralRe: Single instance application Pin
Steven J Jowett29-Jan-08 5:38
Steven J Jowett29-Jan-08 5:38 
GeneralRe: Single instance application Pin
Steven J Jowett29-Jan-08 5:44
Steven J Jowett29-Jan-08 5:44 
GeneralRe: Single instance application Pin
manisghouri31-Jan-08 1:41
manisghouri31-Jan-08 1:41 
Generalhh:mm:ss in web form Pin
soniasan29-Jan-08 0:16
soniasan29-Jan-08 0:16 
GeneralRe: hh:mm:ss in web form Pin
Steven J Jowett29-Jan-08 0:21
Steven J Jowett29-Jan-08 0:21 
QuestionHow can i save 'Pen' to dataset table ? Pin
BooleanTrue28-Jan-08 23:48
professionalBooleanTrue28-Jan-08 23:48 
AnswerRe: How can i save 'Pen' to dataset table ? Pin
Guffa29-Jan-08 3:24
Guffa29-Jan-08 3:24 
GeneralListView management Pin
ilgale28-Jan-08 23:38
ilgale28-Jan-08 23:38 
GeneralRe: ListView management Pin
Johan Hakkesteegt2-Feb-08 10:29
Johan Hakkesteegt2-Feb-08 10:29 

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.