Click here to Skip to main content
15,916,188 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMicrosoft Cluster Administration Pin
dhanashree_117-Jun-09 9:16
dhanashree_117-Jun-09 9:16 
AnswerRe: Microsoft Cluster Administration Pin
Dave Kreskowiak17-Jun-09 10:24
mveDave Kreskowiak17-Jun-09 10:24 
Questionvb.net developer [modified] Pin
grunfek17-Jun-09 7:26
grunfek17-Jun-09 7:26 
AnswerRe: vb.net developer Pin
Jon_Boy17-Jun-09 7:42
Jon_Boy17-Jun-09 7:42 
AnswerRe: vb.net developer Pin
Dave Kreskowiak17-Jun-09 8:16
mveDave Kreskowiak17-Jun-09 8:16 
AnswerRe: vb.net developer Pin
Christian Graus17-Jun-09 11:20
protectorChristian Graus17-Jun-09 11:20 
Question[VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 6:18
cavemen17-Jun-09 6:18 
AnswerRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 8:14
mveDave Kreskowiak17-Jun-09 8:14 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 8:41
cavemen17-Jun-09 8:41 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 10:22
mveDave Kreskowiak17-Jun-09 10:22 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Christian Graus17-Jun-09 11:21
protectorChristian Graus17-Jun-09 11:21 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 16:50
cavemen17-Jun-09 16:50 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 18:04
mveDave Kreskowiak17-Jun-09 18:04 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 18:12
cavemen17-Jun-09 18:12 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Johan Hakkesteegt17-Jun-09 20:11
Johan Hakkesteegt17-Jun-09 20:11 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
molesworth17-Jun-09 23:02
molesworth17-Jun-09 23:02 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Johan Hakkesteegt18-Jun-09 1:37
Johan Hakkesteegt18-Jun-09 1:37 
QuestionProblem in thread (VB.Net 2005) Pin
priyamtheone17-Jun-09 5:17
priyamtheone17-Jun-09 5:17 
AnswerRe: Problem in thread (VB.Net 2005) Pin
nlarson1117-Jun-09 6:14
nlarson1117-Jun-09 6:14 
GeneralRe: Problem in thread (VB.Net 2005) Pin
priyamtheone23-Jun-09 3:10
priyamtheone23-Jun-09 3:10 
AnswerRe: Problem in thread (VB.Net 2005) Pin
Dave Kreskowiak17-Jun-09 8:06
mveDave Kreskowiak17-Jun-09 8:06 
GeneralRe: Problem in thread (VB.Net 2005) Pin
priyamtheone22-Jun-09 5:58
priyamtheone22-Jun-09 5:58 
That's correct u can assume it as a login form or a splash form. First I'll show it and then I want to show the main form. Here's a brief summary:

As we have seen, if u try to treat a startup
form as a splash form and try to close it and
goto the 2nd form the application closes down.
If u try to do this by writing the following
code in the startup form:
Application.Run(frm2ndForm);
this.Close();

It'll give an error message something like
'More than one message cann't be
passed/processed through a single thread. Try
using frm2ndForm.ShowDialog();'. Keeping this
in mind I'm trying to close the initial thread
in which frmStartup is running, create and run
a new thread and then open frm2ndForm from it.
Hope u understand. Looking forward 4 ur reply.
Thanx.

N.B.- nlarson11's answer is pretty close to what I want.
QuestionSMTP Mails - working in one computer not with other computer Pin
Paramu197317-Jun-09 4:58
Paramu197317-Jun-09 4:58 
AnswerRe: SMTP Mails - working in one computer not with other computer Pin
nlarson1117-Jun-09 6:21
nlarson1117-Jun-09 6:21 
GeneralRe: SMTP Mails - working in one computer not with other computer Pin
Paramu197317-Jun-09 19:16
Paramu197317-Jun-09 19:16 

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.