Click here to Skip to main content
15,885,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Luc Pattyn16-Mar-12 5:52
sitebuilderLuc Pattyn16-Mar-12 5:52 
AnswerRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Dave Kreskowiak16-Mar-12 13:46
mveDave Kreskowiak16-Mar-12 13:46 
AnswerRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Eddy Vluggen17-Mar-12 3:06
professionalEddy Vluggen17-Mar-12 3:06 
GeneralRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Dave Kreskowiak17-Mar-12 8:17
mveDave Kreskowiak17-Mar-12 8:17 
GeneralRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Bernhard Hiller18-Mar-12 22:52
Bernhard Hiller18-Mar-12 22:52 
GeneralRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Dave Kreskowiak19-Mar-12 3:54
mveDave Kreskowiak19-Mar-12 3:54 
AnswerRe: Unable to run an VB.NET exe in Wondows 2000 Pin
Bernhard Hiller18-Mar-12 22:54
Bernhard Hiller18-Mar-12 22:54 
QuestionShow Form Pin
Midnight Ahri15-Mar-12 16:31
Midnight Ahri15-Mar-12 16:31 
Nah i got a problem here, call it mini MicrosoftWord.
The problem is, whenever I show the form with RichTextBox inside it, the program freeze for three second (only the first time).
To handle that, i show and dispose the form when i'm on the splash form (with progress bar) so that it freeze while progessing.
Is it possible to show form but user don't see it?
Yes i mean to make it invisible.

I tried this way,
VB
Dim form As New form()
form.Show()
form.Hide()
form.Dispose()

and this one too,
VB
Dim form As New form()
form.Visible = False
form.Show()


Thankyou. Laugh | :laugh:

modified 15-Mar-12 22:53pm.

AnswerRe: Show Form Pin
Bernhard Hiller15-Mar-12 22:05
Bernhard Hiller15-Mar-12 22:05 
AnswerRe: Show Form Pin
Luc Pattyn16-Mar-12 4:41
sitebuilderLuc Pattyn16-Mar-12 4:41 
GeneralRe: Show Form Pin
Midnight Ahri16-Mar-12 15:19
Midnight Ahri16-Mar-12 15:19 
QuestionPrint to file changes value being printed Pin
6rtury15-Mar-12 1:13
6rtury15-Mar-12 1:13 
AnswerRe: Print to file changes value being printed Pin
Richard MacCutchan15-Mar-12 1:38
mveRichard MacCutchan15-Mar-12 1:38 
AnswerRe: Print to file changes value being printed Pin
Eddy Vluggen15-Mar-12 9:44
professionalEddy Vluggen15-Mar-12 9:44 
QuestionJSON web service conncetion using vb-scrpit Pin
haidernitc14-Mar-12 0:31
haidernitc14-Mar-12 0:31 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Eddy Vluggen14-Mar-12 8:06
professionalEddy Vluggen14-Mar-12 8:06 
GeneralRe: JSON web service conncetion using vb-scrpit Pin
haidernitc14-Mar-12 18:32
haidernitc14-Mar-12 18:32 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Eddy Vluggen15-Mar-12 9:41
professionalEddy Vluggen15-Mar-12 9:41 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Bernhard Hiller14-Mar-12 20:57
Bernhard Hiller14-Mar-12 20:57 
QuestionStream reading embedded tar.gz files using SharpZipLib Pin
jwidhalm13-Mar-12 15:56
jwidhalm13-Mar-12 15:56 
AnswerRe: Stream reading embedded tar.gz files using SharpZipLib Pin
Eddy Vluggen14-Mar-12 7:59
professionalEddy Vluggen14-Mar-12 7:59 
QuestionSimple Way to Encrypt/Decrypt Text or String Pin
Brandon-X1200013-Mar-12 3:02
Brandon-X1200013-Mar-12 3:02 
AnswerRe: Simple Way to Encrypt/Decrypt Text or String Pin
Richard MacCutchan13-Mar-12 6:13
mveRichard MacCutchan13-Mar-12 6:13 
GeneralRe: Simple Way to Encrypt/Decrypt Text or String Pin
Brandon-X1200013-Mar-12 9:58
Brandon-X1200013-Mar-12 9:58 
QuestionHow to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 2:28
Affan Toor13-Mar-12 2:28 

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.