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

Visual Basic

 
QuestionConverting doc file to mht file format using vb Pin
rohanr2p20-Oct-05 0:08
rohanr2p20-Oct-05 0:08 
Questionhow to pop up a form in vb.net Pin
sai_sailendra19-Oct-05 20:47
sai_sailendra19-Oct-05 20:47 
AnswerRe: how to pop up a form in vb.net Pin
Dave Kreskowiak20-Oct-05 2:28
mveDave Kreskowiak20-Oct-05 2:28 
GeneralRe: how to pop up a form in vb.net Pin
sai_sailendra20-Oct-05 20:34
sai_sailendra20-Oct-05 20:34 
GeneralRe: how to pop up a form in vb.net Pin
Dave Kreskowiak20-Oct-05 22:23
mveDave Kreskowiak20-Oct-05 22:23 
QuestionHow to Configure Web Service Calls from Client Applications at Runtime Pin
maxiachun19-Oct-05 19:27
maxiachun19-Oct-05 19:27 
QuestionVB Form - Multithreading? Pin
Brett Peirce19-Oct-05 18:54
Brett Peirce19-Oct-05 18:54 
AnswerRe: VB Form - Multithreading? Pin
uno freeware19-Oct-05 19:39
uno freeware19-Oct-05 19:39 
really no.
well it may depends in some special occasion that a separate thread would be needed, depending on the thing your form do, but generally not.
There are many way for doing it, anyway the basic solution to a have a Myforms() As Form in you BIG application and when the user wants a new one
Redim preserve myforms(myforms.length)
Myforms(myforms.lenght-1) = new yoursmallform()
myforms(myforms.lenght-1).show
and .. well for the data exchange with the parent form.. i think here also there are many way.
i just don't know.. i think after all there is some way across the .net a system for the forms to communicate... between the many ways i see for the comunications 2 are interesting in my point of view.. one is with a tcp/ip loopback connection (you may also use a small library of mine, posted here on codeproject, for doing this), but this is definetly not so efficent.
a better way (considering that you don't want to loose yourself into the .net) may be simply implement your event that may be easily thrown by the small form, and easily captured from the big one.
didn't you try this?


<- true inside to understand outside ->
QuestionVB.NET Multiline Textbox Pin
ashamsa19-Oct-05 18:35
ashamsa19-Oct-05 18:35 
AnswerRe: VB.NET Multiline Textbox Pin
Brett Peirce19-Oct-05 19:51
Brett Peirce19-Oct-05 19:51 
GeneralRe: VB.NET Multiline Textbox Pin
ashamsa20-Oct-05 0:45
ashamsa20-Oct-05 0:45 
QuestionHow to change the App.config file programmatically Pin
maxiachun19-Oct-05 16:14
maxiachun19-Oct-05 16:14 
AnswerRe: How to change the App.config file programmatically Pin
Christian Graus20-Oct-05 10:58
protectorChristian Graus20-Oct-05 10:58 
QuestionMonitor Files Copying To Bluetooth Devices Pin
tslu19-Oct-05 15:26
tslu19-Oct-05 15:26 
AnswerRe: Monitor Files Copying To Bluetooth Devices Pin
Dave Kreskowiak20-Oct-05 2:16
mveDave Kreskowiak20-Oct-05 2:16 
AnswerRe: Monitor Files Copying To Bluetooth Devices Pin
S Douglas21-Oct-05 0:14
professionalS Douglas21-Oct-05 0:14 
QuestionHelp about web service!!!! emergency!!!! Pin
maxiachun19-Oct-05 12:23
maxiachun19-Oct-05 12:23 
Questionhome-brewed method/parameter descriptions in the IDE Pin
medicenpringles19-Oct-05 9:28
medicenpringles19-Oct-05 9:28 
AnswerRe: home-brewed method/parameter descriptions in the IDE Pin
[Marc]19-Oct-05 11:25
[Marc]19-Oct-05 11:25 
QuestionHow do I host a custom windows control in IE? Pin
dundealing19-Oct-05 6:43
dundealing19-Oct-05 6:43 
AnswerRe: How do I host a custom windows control in IE? Pin
DanChin24-Oct-05 0:30
DanChin24-Oct-05 0:30 
QuestionHow to parse a text string from a row inside Access Pin
19-Oct-05 4:48
suss19-Oct-05 4:48 
QuestionIssue with datagrid Pin
Anonymous19-Oct-05 4:48
Anonymous19-Oct-05 4:48 
Questioncopy vb.net(exe) application to spacIfic folder Pin
Amr M. K.19-Oct-05 4:05
Amr M. K.19-Oct-05 4:05 
Questionfolderbrowserdialog in vb dotnet Pin
Member 237386119-Oct-05 1:35
Member 237386119-Oct-05 1: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.