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

Visual Basic

 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak27-Jun-04 18:15
mveDave Kreskowiak27-Jun-04 18:15 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 20:31
beowulfagate27-Jun-04 20:31 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak28-Jun-04 0:36
mveDave Kreskowiak28-Jun-04 0:36 
GeneralIm a Newbie looking for ideas Pin
gazfun25-Jun-04 13:12
gazfun25-Jun-04 13:12 
GeneralRe: Im a Newbie looking for ideas Pin
Colin Angus Mackay25-Jun-04 14:15
Colin Angus Mackay25-Jun-04 14:15 
General"Too many arguments to Public Sub New()" Pin
tanstaafl2825-Jun-04 10:45
tanstaafl2825-Jun-04 10:45 
General"Too many arguments to Public Sub New()" Pin
tanstaafl2825-Jun-04 10:41
tanstaafl2825-Jun-04 10:41 
GeneralRe: "Too many arguments to Public Sub New()" Pin
VenkatFor.NET25-Jun-04 11:44
VenkatFor.NET25-Jun-04 11:44 
You need to change the constructor of the form 'form2' such that it accepts a parameter of type 'form1' if you are in the current form.


Constructor of the form 'form2' goes like this

Sub New ( f as Form1 )
...Code goes here
End Sub



Bhaskara
GeneralRe: "Too many arguments to Public Sub New()" Pin
Dave Kreskowiak25-Jun-04 11:56
mveDave Kreskowiak25-Jun-04 11:56 
GeneralRe: "Too many arguments to Public Sub New()" Pin
tanstaafl2825-Jun-04 13:25
tanstaafl2825-Jun-04 13:25 
GeneralRe: "Too many arguments to Public Sub New()" Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: "Too many arguments to Public Sub New()" Pin
tanstaafl2825-Jun-04 20:42
tanstaafl2825-Jun-04 20:42 
GeneralMost Commonly Used Classes Pin
tanstaafl2825-Jun-04 9:40
tanstaafl2825-Jun-04 9:40 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 10:25
mveDave Kreskowiak25-Jun-04 10:25 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 10:36
tanstaafl2825-Jun-04 10:36 
GeneralRe: Most Commonly Used Classes Pin
VenkatFor.NET25-Jun-04 11:51
VenkatFor.NET25-Jun-04 11:51 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 11:53
mveDave Kreskowiak25-Jun-04 11:53 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 20:32
tanstaafl2825-Jun-04 20:32 
GeneralProbs with Faxing Pin
sandeegk7725-Jun-04 8:19
sandeegk7725-Jun-04 8:19 
GeneralCrystal Report Problem Pin
htourne25-Jun-04 7:56
htourne25-Jun-04 7:56 
GeneralRe: Crystal Report Problem Pin
Mekong River26-Jun-04 18:32
Mekong River26-Jun-04 18:32 
Generalreading from a notepad Pin
GaryKoh25-Jun-04 6:36
GaryKoh25-Jun-04 6:36 

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.