Click here to Skip to main content
15,898,222 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to debug Visual Studio Crashing Pin
Eddy Vluggen23-Aug-12 2:06
professionalEddy Vluggen23-Aug-12 2:06 
GeneralRe: How to debug Visual Studio Crashing Pin
Richard MacCutchan23-Aug-12 2:49
mveRichard MacCutchan23-Aug-12 2:49 
Questionfirst time application starts Pin
Member 429909620-Aug-12 19:52
Member 429909620-Aug-12 19:52 
AnswerRe: first time application starts Pin
Shameel20-Aug-12 20:31
professionalShameel20-Aug-12 20:31 
AnswerRe: first time application starts Pin
Richard MacCutchan20-Aug-12 21:13
mveRichard MacCutchan20-Aug-12 21:13 
GeneralRe: first time application starts Pin
Member 429909621-Aug-12 23:01
Member 429909621-Aug-12 23:01 
QuestionRe: first time application starts Pin
Eddy Vluggen20-Aug-12 23:10
professionalEddy Vluggen20-Aug-12 23:10 
AnswerRe: first time application starts Pin
Sandip.Nascar23-Aug-12 4:45
Sandip.Nascar23-Aug-12 4:45 
If I get you correctly, you are talking about windows application. If yes, there is a simple approach

Unlike c#, which has a entry point "static void Main()"
VB.NET has no such stuff.

The simple trick is to add a form which you make it invisible. Write your start up code in the form load event and at the end, open your main form.

Right click Projects, go to Properties, change your startup form with invisible form you made.

Hope this helps.
cheers
GeneralRe: first time application starts Pin
Member 429909623-Aug-12 18:11
Member 429909623-Aug-12 18:11 
QuestionLatent semantic indexing C# Pin
Anup Shinde18-Aug-12 18:24
Anup Shinde18-Aug-12 18:24 
AnswerRe: Latent semantic indexing C# Pin
Richard MacCutchan18-Aug-12 22:30
mveRichard MacCutchan18-Aug-12 22:30 
QuestionGetting Bytes from Class Pin
blackchaosv218-Aug-12 1:01
blackchaosv218-Aug-12 1:01 
AnswerRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 1:30
professionalEddy Vluggen18-Aug-12 1:30 
GeneralRe: Getting Bytes from Class Pin
blackchaosv218-Aug-12 1:35
blackchaosv218-Aug-12 1:35 
GeneralRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 2:02
professionalEddy Vluggen18-Aug-12 2:02 
GeneralRe: Getting Bytes from Class Pin
blackchaosv218-Aug-12 2:04
blackchaosv218-Aug-12 2:04 
GeneralRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 2:10
professionalEddy Vluggen18-Aug-12 2:10 
Questionsend sms to mob. number Pin
love jeet verma17-Aug-12 2:30
love jeet verma17-Aug-12 2:30 
AnswerRe: send sms to mob. number Pin
Eddy Vluggen17-Aug-12 3:18
professionalEddy Vluggen17-Aug-12 3:18 
AnswerRe: send sms to mob. number Pin
Sandip.Nascar22-Aug-12 11:20
Sandip.Nascar22-Aug-12 11:20 
QuestionParsing Inside XML Pin
jitforce258516-Aug-12 7:09
jitforce258516-Aug-12 7:09 
AnswerRe: Parsing Inside XML Pin
Wes Aday16-Aug-12 9:22
professionalWes Aday16-Aug-12 9:22 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:35
jitforce258516-Aug-12 9:35 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:42
jitforce258516-Aug-12 9:42 
AnswerRe: Parsing Inside XML Pin
jitforce258516-Aug-12 17:00
jitforce258516-Aug-12 17:00 

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.