Click here to Skip to main content
15,927,694 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Calculate totals from a col of a datagrid Pin
Dave Kreskowiak5-Oct-04 8:39
mveDave Kreskowiak5-Oct-04 8:39 
GeneralRe: Calculate totals from a col of a datagrid Pin
Paps25-Oct-04 10:04
Paps25-Oct-04 10:04 
GeneralRe: File Formatting Pin
Dave Kreskowiak5-Oct-04 8:33
mveDave Kreskowiak5-Oct-04 8:33 
GeneralTool tip text on DataGrid Pin
Paps25-Oct-04 3:46
Paps25-Oct-04 3:46 
GeneralRe: Tool tip text on DataGrid Pin
Dave Kreskowiak5-Oct-04 4:45
mveDave Kreskowiak5-Oct-04 4:45 
GeneralThe application's forms collection. Pin
PinMaker5-Oct-04 2:26
PinMaker5-Oct-04 2:26 
GeneralRe: The application's forms collection. Pin
Dave Kreskowiak5-Oct-04 4:39
mveDave Kreskowiak5-Oct-04 4:39 
GeneralRe: The application's forms collection. Pin
PinMaker6-Oct-04 0:58
PinMaker6-Oct-04 0:58 
Thank you for your reply to my problem. But perhaps a bit of code in a hypathetical situation might describe my problem better.

'k Lets say i have an application with 2 forms "frmList", "frmDetails"

......... some code .........

Dim chrSelectedForm as String = "frmList"
Dim objSelectedForm as Form

objSelectedForm = new chrSelectedForm
objSelectedForm.Show()

............ or ..............

For each objSelectedForm in "MyApp.Form" - there'sno forms collection
if objSelectedForm.Name=chrSelectedForm
objSelectedForm.Show
End If
Next



--- end --------

I hope you can see from the above what i'm trying to achive.............. it's driving me nusts - i have a whole system thats been designed around this concenpt and will now not work..........


Please - HELP !!!!!!!

Confused | :confused:
GeneralRe: The application's forms collection. Pin
mtone6-Oct-04 6:30
mtone6-Oct-04 6:30 
GeneralRe: The application's forms collection. Pin
Dave Kreskowiak6-Oct-04 13:19
mveDave Kreskowiak6-Oct-04 13:19 
Generalhosting multiple dlls in asp.net Pin
Anushu5-Oct-04 0:28
Anushu5-Oct-04 0:28 
GeneralRe: hosting multiple dlls in asp.net Pin
Dave Kreskowiak5-Oct-04 4:19
mveDave Kreskowiak5-Oct-04 4:19 
GeneralRe: hosting multiple dlls in asp.net Pin
Anushu14-Oct-04 3:47
Anushu14-Oct-04 3:47 
GeneralRe: hosting multiple dlls in asp.net Pin
Dave Kreskowiak14-Oct-04 12:21
mveDave Kreskowiak14-Oct-04 12:21 
GeneralPassing Event From ouside of the form Pin
Member 12723814-Oct-04 19:44
Member 12723814-Oct-04 19:44 
GeneralRe: Passing Event From ouside of the form Pin
sreejith ss nair4-Oct-04 23:57
sreejith ss nair4-Oct-04 23:57 
GeneralRe: Passing Event From ouside of the form Pin
Dave Kreskowiak5-Oct-04 0:01
mveDave Kreskowiak5-Oct-04 0:01 
GeneralRe: Passing Event From ouside of the form Pin
Member 12723815-Oct-04 1:47
Member 12723815-Oct-04 1:47 
GeneralImages in EMAIL Pin
Sumit Domyan4-Oct-04 18:48
Sumit Domyan4-Oct-04 18:48 
GeneralHELP NEEDED: Error in Saving the Record. Pin
website developer4-Oct-04 15:36
website developer4-Oct-04 15:36 
GeneralRe: HELP NEEDED: Error in Saving the Record. Pin
Purple Monk5-Oct-04 4:10
Purple Monk5-Oct-04 4:10 
GeneralRe: HELP NEEDED: Error in Saving the Record. Pin
website developer5-Oct-04 15:35
website developer5-Oct-04 15:35 
Generalemail datagrid contents Pin
laurathomas714-Oct-04 14:24
laurathomas714-Oct-04 14:24 
GeneralRe: email datagrid contents Pin
Dave Kreskowiak4-Oct-04 17:11
mveDave Kreskowiak4-Oct-04 17:11 
GeneralVB.Net/VS.Net Password Login Pin
Desi Bravo4-Oct-04 10:35
Desi Bravo4-Oct-04 10:35 

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.