Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
Questionhow to get Serial Number? Pin
SherKar6-Mar-04 7:29
SherKar6-Mar-04 7:29 
AnswerRe: how to get Serial Number? Pin
Mazdak6-Mar-04 10:48
Mazdak6-Mar-04 10:48 
QuestionAccess to Streaming data? Pin
holt6-Mar-04 5:31
holt6-Mar-04 5:31 
AnswerRe: Access to Streaming data? Pin
ian mariano6-Mar-04 6:22
ian mariano6-Mar-04 6:22 
Generalfrom a listbox to a database Pin
ASGill6-Mar-04 5:05
ASGill6-Mar-04 5:05 
GeneralRe: from a listbox to a database Pin
Mazdak6-Mar-04 7:28
Mazdak6-Mar-04 7:28 
GeneralRe: from a listbox to a database Pin
ASGill6-Mar-04 17:44
ASGill6-Mar-04 17:44 
GeneralRe: from a listbox to a database Pin
Mazdak6-Mar-04 19:44
Mazdak6-Mar-04 19:44 
For your first question you need to install .NET framework on each machine you want to run your application. Also if you use ADO.NET (which you used) you need to install latest version of MDAC on that machine, specially if that OS is not WinXP.

About spalsh screen, I haven't done it myself in C# but if you want to put it before Application.Run() you have to close before it too cause that line actualy doesn't finish until you close your application. You can first show splash, then use sleep function for wait some seconds,then close it. Same thing can be done in Load event too, but I don't know best solution until I test it myself.


ASGill wrote:
can i have your name...

Well, you already know it. My name is Mazdak.



Mazy

"A bank is a place that will lend you money if you can prove that you don't need it." - Bob Hope
GeneralRe: from a listbox to a database Pin
ASGill7-Mar-04 15:19
ASGill7-Mar-04 15:19 
GeneralRe: from a listbox to a database Pin
Mazdak7-Mar-04 19:04
Mazdak7-Mar-04 19:04 
Questionhow to get and set scrollbar positions of a rich textbox control.? Pin
neoksd6-Mar-04 2:27
neoksd6-Mar-04 2:27 
AnswerRe: how to get and set scrollbar positions of a rich textbox control.? Pin
Nick Parker6-Mar-04 4:52
protectorNick Parker6-Mar-04 4:52 
Generalcreating a GUID for a file Pin
obaidullah5-Mar-04 23:10
obaidullah5-Mar-04 23:10 
GeneralRe: creating a GUID for a file Pin
leppie6-Mar-04 0:24
leppie6-Mar-04 0:24 
GeneralRe: creating a GUID for a file Pin
Nick Parker6-Mar-04 4:29
protectorNick Parker6-Mar-04 4:29 
GeneralRe: creating a GUID for a file Pin
Dave Kreskowiak6-Mar-04 5:54
mveDave Kreskowiak6-Mar-04 5:54 
GeneralRe: creating a GUID for a file Pin
Heath Stewart6-Mar-04 17:44
protectorHeath Stewart6-Mar-04 17:44 
GeneralRe: creating a GUID for a file Pin
Dave Kreskowiak7-Mar-04 5:21
mveDave Kreskowiak7-Mar-04 5:21 
GeneralHelp ! DOS 8.3 File Name to Full Path Pin
Andy Hampshire5-Mar-04 22:18
Andy Hampshire5-Mar-04 22:18 
GeneralRe: Help ! DOS 8.3 File Name to Full Path Pin
Nick Parker6-Mar-04 8:48
protectorNick Parker6-Mar-04 8:48 
GeneralRe: Help ! DOS 8.3 File Name to Full Path Pin
Andy Hampshire8-Mar-04 4:19
Andy Hampshire8-Mar-04 4:19 
GeneralPassword Checking Pin
ASGill5-Mar-04 17:21
ASGill5-Mar-04 17:21 
GeneralRe: Password Checking Pin
mav.northwind5-Mar-04 20:02
mav.northwind5-Mar-04 20:02 
GeneralPramodKumarSingh mail sample Pin
jimaya5-Mar-04 10:13
jimaya5-Mar-04 10:13 
GeneralRe: PramodKumarSingh mail sample Pin
Heath Stewart5-Mar-04 12:06
protectorHeath Stewart5-Mar-04 12:06 

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.