Click here to Skip to main content
15,894,137 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.IO.Path Understanding Pin
Mark Churchill26-Aug-07 19:41
Mark Churchill26-Aug-07 19:41 
GeneralRe: System.IO.Path Understanding Pin
adnanrafiq27-Aug-07 19:47
adnanrafiq27-Aug-07 19:47 
Questiondebugging a windows service... how? Pin
swjam26-Aug-07 3:14
swjam26-Aug-07 3:14 
AnswerRe: debugging a windows service... how? Pin
PIEBALDconsult26-Aug-07 4:21
mvePIEBALDconsult26-Aug-07 4:21 
GeneralRe: debugging a windows service... how? Pin
swjam26-Aug-07 4:47
swjam26-Aug-07 4:47 
GeneralRe: debugging a windows service... how? Pin
PIEBALDconsult26-Aug-07 5:20
mvePIEBALDconsult26-Aug-07 5:20 
GeneralRe: debugging a windows service... how? Pin
Mark Churchill26-Aug-07 17:56
Mark Churchill26-Aug-07 17:56 
Questionmy form get lost focus in MultiThread mod. Pin
hdv21226-Aug-07 2:35
hdv21226-Aug-07 2:35 
hi i have a main form, when i click on button, the datails form show via showdialog() method, in DetailsForm_Load event, i use delegate to loading data from another thread, here is my code :
myDelegate delInctance = new myDelegate(this.gu2.Show_WaitingForm);<br />
            delInctance.BeginInvoke("در حال بارگذاري اطلاعات ...", null, null);<br />
            if (this.isNewMode)<br />
            {<br />
                this.LoadLookUp_TypeResource();<br />
                this.LoadLookUp_Group();                <br />
<br />
                this.bar_btn_edit.Enabled = false;<br />
                this.bar_btn_delete.Enabled = false;<br />
<br />
                this.barStaticItem1.Caption = "آماده";<br />
            }<br />
            else if (this.isEditeMode)<br />
            {<br />
                this.LoadLookUp_TypeResource();<br />
                this.LoadLookUp_Group();<br />
                this.InitData();<br />
                this.dataNavigator1.Position = this.currentRowIndex;<br />
                this.barStaticItem1.Caption = "آماده";<br />
            }<br />
            this.gu2.Hide_WaitingForm();

but when i load event, finish operation, my form and my app get lost focus window, how to solve my problem and keep focus on my DetailsForm ?
thanks
QuestionSELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:15
Muammar©26-Aug-07 1:15 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Christian Graus26-Aug-07 1:28
protectorChristian Graus26-Aug-07 1:28 
GeneralRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:38
Muammar©26-Aug-07 1:38 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Luis Alonso Ramos26-Aug-07 6:52
Luis Alonso Ramos26-Aug-07 6:52 
QuestionSetup package Pin
justintimberlake25-Aug-07 23:03
justintimberlake25-Aug-07 23:03 
QuestionDataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik25-Aug-07 22:26
michal.kreslik25-Aug-07 22:26 
AnswerRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 20:01
michal.kreslik26-Aug-07 20:01 
GeneralRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 21:29
michal.kreslik26-Aug-07 21:29 
QuestionC# 2005 to VB.net 2005 project conversion? Pin
y2ktheory25-Aug-07 22:26
y2ktheory25-Aug-07 22:26 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Christian Graus26-Aug-07 1:31
protectorChristian Graus26-Aug-07 1:31 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Lutosław26-Aug-07 9:29
Lutosław26-Aug-07 9:29 
GeneralRe: C# 2005 to VB.net 2005 project conversion? Pin
y2ktheory26-Aug-07 10:14
y2ktheory26-Aug-07 10:14 
QuestionRegular expression in C# ... Question. Pin
Yanshof25-Aug-07 22:07
Yanshof25-Aug-07 22:07 
AnswerRe: Regular expression in C# ... Question. Pin
Christian Graus25-Aug-07 22:15
protectorChristian Graus25-Aug-07 22:15 
AnswerRe: Regular expression in C# ... Question. Pin
PIEBALDconsult26-Aug-07 4:37
mvePIEBALDconsult26-Aug-07 4:37 
AnswerRe: Regular expression in C# ... Question. Pin
Mark Churchill26-Aug-07 19:48
Mark Churchill26-Aug-07 19:48 
AnswerRe: Regular expression in C# ... Question. Pin
Urs Enzler26-Aug-07 20:20
Urs Enzler26-Aug-07 20:20 

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.