Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TrueDBGrid CellTips question Pin
gpa20005-Feb-04 2:55
gpa20005-Feb-04 2:55 
GeneralRe: TrueDBGrid CellTips question Pin
gpa20008-Feb-04 20:47
gpa20008-Feb-04 20:47 
QuestionHow to add pictures to your database from the front end Pin
fready4-Feb-04 20:43
fready4-Feb-04 20:43 
AnswerRe: How to add pictures to your database from the front end Pin
Hesham Amin4-Feb-04 22:39
Hesham Amin4-Feb-04 22:39 
GeneralImage Scanning in VB with ADO conrol Pin
praveed4-Feb-04 19:13
praveed4-Feb-04 19:13 
GeneralRe: Image Scanning in VB with ADO conrol Pin
stepdaddy5-Feb-04 0:41
stepdaddy5-Feb-04 0:41 
GeneralRe: Image Scanning in VB with ADO conrol Pin
Dave Kreskowiak5-Feb-04 8:20
mveDave Kreskowiak5-Feb-04 8:20 
GeneralCall a form’s sub from a Sub Main() Pin
gregcost4-Feb-04 18:32
gregcost4-Feb-04 18:32 
I start my project with a module called SubmainController.vb which contains a Public Sub Main()

In this public sub main I want to call a sub from another form in the project. I’ve tried the following without ant success.


Dim Myform1 as new Form1
Call Myform1.LoadFromFile
(property access my assign to the property or use its value


Dim ProjectName as string “Web Project”
Call ProjectName.Myform1.LoadFromFile
(myform1 not a member of string)


I though this would be simple. I appreciate help

Thanks GregC


Thanks, GregC
GeneralRe: Call a form’s sub from a Sub Main() Pin
John Kuhn4-Feb-04 19:49
John Kuhn4-Feb-04 19:49 
GeneralRe: Call a form’s sub from a Sub Main() Pin
gregcost5-Feb-04 2:28
gregcost5-Feb-04 2:28 
GeneralRe: Call a form’s sub from a Sub Main() Pin
John Kuhn5-Feb-04 9:31
John Kuhn5-Feb-04 9:31 
GeneralRe: Call a form’s sub from a Sub Main() Pin
gregcost5-Feb-04 9:52
gregcost5-Feb-04 9:52 
Generalregistry for dummies Pin
LokmanHakim4-Feb-04 14:44
LokmanHakim4-Feb-04 14:44 
GeneralRe: registry for dummies Pin
John Kuhn4-Feb-04 14:56
John Kuhn4-Feb-04 14:56 
GeneralRe: registry for dummies Pin
LokmanHakim4-Feb-04 15:18
LokmanHakim4-Feb-04 15:18 
GeneralRe: registry for dummies Pin
John Kuhn4-Feb-04 16:22
John Kuhn4-Feb-04 16:22 
GeneralRe: registry for dummies Pin
LokmanHakim4-Feb-04 22:10
LokmanHakim4-Feb-04 22:10 
GeneralRe: registry for dummies Pin
gpa20005-Feb-04 0:00
gpa20005-Feb-04 0:00 
GeneralRe: registry for dummies Pin
LokmanHakim5-Feb-04 0:12
LokmanHakim5-Feb-04 0:12 
GeneralRe: registry for dummies Pin
gpa20005-Feb-04 2:58
gpa20005-Feb-04 2:58 
GeneralRe: registry for dummies Pin
LokmanHakim5-Feb-04 3:01
LokmanHakim5-Feb-04 3:01 
GeneralRe: registry for dummies Pin
John Kuhn5-Feb-04 6:57
John Kuhn5-Feb-04 6:57 
GeneralRe: registry for dummies Pin
Dave Kreskowiak5-Feb-04 8:27
mveDave Kreskowiak5-Feb-04 8:27 
GeneralRe: registry for dummies Pin
LokmanHakim5-Feb-04 12:00
LokmanHakim5-Feb-04 12:00 
Generalerror BC30652: Reference required to assembly Pin
Jonathan de Halleux4-Feb-04 6:47
Jonathan de Halleux4-Feb-04 6:47 

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.