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

C#

 
GeneralRe: constructors in VisualC#.NET Pin
Malcolm Smart31-Mar-08 2:49
Malcolm Smart31-Mar-08 2:49 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 2:55
mvePete O'Hanlon31-Mar-08 2:55 
GeneralRe: constructors in VisualC#.NET Pin
carbon_golem31-Mar-08 2:21
carbon_golem31-Mar-08 2:21 
GeneralRe: constructors in VisualC#.NET Pin
Scott Dorman1-Apr-08 7:28
professionalScott Dorman1-Apr-08 7:28 
GeneralRe: constructors in VisualC#.NET Pin
Rajesh R Subramanian31-Mar-08 2:50
professionalRajesh R Subramanian31-Mar-08 2:50 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 2:57
mvePete O'Hanlon31-Mar-08 2:57 
GeneralRe: constructors in VisualC#.NET Pin
Kevin McFarlane31-Mar-08 2:56
Kevin McFarlane31-Mar-08 2:56 
GeneralNotification From Problem Pin
half-life31-Mar-08 1:11
half-life31-Mar-08 1:11 
Hi,

i'm trying To Display a Notification Form To the User Telling him that tha App is loading
Sql DataBase.

The frmLoading Load From Contains Label that states "Please Wait While Loading"
but when the Form Loads it do not shows me the Label and the Cursor over the Label is in
TimeClock Mode Like it's Waiting For Something!!!!,
The Thing is that The From is Active and can Be Moved

The Operation of The Fill Methods Takes Very Small Time Slice if The Connection Succeded
so the Form is immediatly Closed after Shown.
if the Loading Was Not Succesful
The Fill Methods Will Wait For A While if the Connection To SQL Server Could Not Be Done

The Point of the Form is to Give the User the Feeling That Something is Happening

I've tried a Thread But Got The Same resaults

Help AnyBody Smile | :)

Here is The Code :
<br />
           try<br />
            {<br />
                frmLoading Load = new frmLoading();<br />
                Load.Show();// Here is The Problem<br />
<br />
                TA_OCards.Fill(dS_CarManager.T_OpenCards);<br />
                TA_CCards.Fill(dS_CarManager.T_ClosedCards);<br />
                TA_Dest.Fill(dS_CarManager.T_Destinations);<br />
                TA_Users.Fill(dS_CarManager.T_Users);<br />
                TA_CDetails.Fill(dS_CarManager.T_CarDetails);<br />
<br />
               Load.Close();<br />
<br />
            }<br />
            catch<br />
            {<br />
                MessageBox.Show("Server is Not Connectet, Please Try Later", "DataBase Error");<br />
                this.Close();<br />
            }<br />
<br />


Have Fun
Never forget it

GeneralRe: Notification From Problem Pin
Pete O'Hanlon31-Mar-08 1:41
mvePete O'Hanlon31-Mar-08 1:41 
GeneralRe: Notification From Problem Pin
half-life31-Mar-08 2:19
half-life31-Mar-08 2:19 
GeneralPicklist - How to display a picklist in a datagrid Pin
amdacc31-Mar-08 0:55
amdacc31-Mar-08 0:55 
GeneralRe: Picklist - How to display a picklist in a datagrid Pin
J4amieC31-Mar-08 1:00
J4amieC31-Mar-08 1:00 
GeneralRe: Picklist - How to display a picklist in a datagrid Pin
amdacc31-Mar-08 1:24
amdacc31-Mar-08 1:24 
GeneralRunning operation at shutdown Pin
__DanC__31-Mar-08 0:21
__DanC__31-Mar-08 0:21 
GeneralRe: Running operation at shutdown Pin
mav.northwind31-Mar-08 8:10
mav.northwind31-Mar-08 8:10 
GeneralRe: Running operation at shutdown Pin
__DanC__31-Mar-08 22:12
__DanC__31-Mar-08 22:12 
GeneralRe: Running operation at shutdown Pin
mav.northwind1-Apr-08 19:22
mav.northwind1-Apr-08 19:22 
GeneralQuery the active directory to get the user name for given login id Pin
rozhanin30-Mar-08 23:57
rozhanin30-Mar-08 23:57 
GeneralReportViewer Error: Subreport could not be shown Pin
Maddie from Dartford30-Mar-08 23:03
Maddie from Dartford30-Mar-08 23:03 
GeneralRe: ReportViewer Error: Subreport could not be shown Pin
carbon_golem31-Mar-08 2:43
carbon_golem31-Mar-08 2:43 
GeneralRe: ReportViewer Error: Subreport could not be shown Pin
Maddie from Dartford31-Mar-08 3:26
Maddie from Dartford31-Mar-08 3:26 
QuestionEvent without focus Pin
Member 353710930-Mar-08 22:56
Member 353710930-Mar-08 22:56 
GeneralRe: Event without focus Pin
Laddie30-Mar-08 23:33
Laddie30-Mar-08 23:33 
GeneralRe: Event without focus Pin
Member 353710930-Mar-08 23:41
Member 353710930-Mar-08 23:41 
GeneralRe: Event without focus Pin
Laddie30-Mar-08 23:45
Laddie30-Mar-08 23:45 

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.