Click here to Skip to main content
15,881,898 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
metagoth24-Apr-12 19:42
metagoth24-Apr-12 19:42 
AnswerRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
Eddy Vluggen25-Apr-12 0:39
professionalEddy Vluggen25-Apr-12 0:39 
Questionvb.net Pin
Hermaine22-Apr-12 18:53
Hermaine22-Apr-12 18:53 
AnswerRe: vb.net Pin
JohnPayton22-Apr-12 19:21
JohnPayton22-Apr-12 19:21 
Questiondictionary as string Pin
haneeno22-Apr-12 14:13
haneeno22-Apr-12 14:13 
AnswerRe: dictionary as string Pin
Eddy Vluggen23-Apr-12 0:12
professionalEddy Vluggen23-Apr-12 0:12 
QuestionStart up Fade Pin
kirubelye22-Apr-12 6:31
kirubelye22-Apr-12 6:31 
AnswerRe: Start up Fade Pin
JohnPayton22-Apr-12 15:50
JohnPayton22-Apr-12 15:50 
I suppose there may be another way to achieve this, but ....

If the information to be displayed on the Startup Form is to remain static (ie not changing) may I suggest using an image transition effect to achieve your "Start Up Fade".

First create a graphic of your "startup page information" which will be displayed in a picturebox control.

Then I would add a new winform or splash to your project, set FormBorderStyle to None, add a PictureBox the size of the form that will load the page graphic (Startup Image) you created, then when the new form loads on application start, call the image transition effect, cycle through the fade in, small delay then fade out then close the window.

I believe the CodeProject has a project that demonstrates how to implement a simple trasition on images in vb.net which could be used to create the fade in fade out process.

http://www.codeproject.com/Articles/43605/Image-Transition-in-VB-NET-Windows-Forms

Hope this helps
AnswerRe: Start up Fade Pin
Bernhard Hiller22-Apr-12 21:50
Bernhard Hiller22-Apr-12 21:50 
AnswerRe: Start up Fade Pin
Dave Kreskowiak23-Apr-12 6:50
mveDave Kreskowiak23-Apr-12 6:50 
Questionhow to display image from gridview on picturebox Pin
romo2221-Apr-12 3:49
romo2221-Apr-12 3:49 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 4:16
professionalEddy Vluggen21-Apr-12 4:16 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 6:12
romo2221-Apr-12 6:12 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 6:39
professionalEddy Vluggen21-Apr-12 6:39 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 6:57
romo2221-Apr-12 6:57 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 7:03
professionalEddy Vluggen21-Apr-12 7:03 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 7:11
romo2221-Apr-12 7:11 
GeneralRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 7:21
professionalEddy Vluggen21-Apr-12 7:21 
GeneralRe: how to display image from gridview on picturebox Pin
Wes Aday21-Apr-12 8:40
professionalWes Aday21-Apr-12 8:40 
QuestionSoap Envelope Response and Download Docs Pin
VBseasons20-Apr-12 20:53
VBseasons20-Apr-12 20:53 
AnswerRe: Soap Envelope Response and Download Docs Pin
Eddy Vluggen20-Apr-12 23:54
professionalEddy Vluggen20-Apr-12 23:54 
QuestionHelp! Saving data from a datagridview to a local table in Visual Studio Pin
AnthonyDailyMail20-Apr-12 8:10
AnthonyDailyMail20-Apr-12 8:10 
AnswerRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
Eddy Vluggen21-Apr-12 4:18
professionalEddy Vluggen21-Apr-12 4:18 
GeneralRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
AnthonyDailyMail23-Apr-12 3:40
AnthonyDailyMail23-Apr-12 3:40 
AnswerRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
Eddy Vluggen23-Apr-12 8:03
professionalEddy Vluggen23-Apr-12 8:03 

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.