Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# marquee control needed Pin
Paul Conrad26-Dec-07 7:41
professionalPaul Conrad26-Dec-07 7:41 
GeneralWriting Objects into a Database Pin
00carl0026-Dec-07 0:55
00carl0026-Dec-07 0:55 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili26-Dec-07 1:18
mentorGiorgi Dalakishvili26-Dec-07 1:18 
GeneralRe: Writing Objects into a Database Pin
00carl003-Jan-08 0:48
00carl003-Jan-08 0:48 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili3-Jan-08 2:50
mentorGiorgi Dalakishvili3-Jan-08 2:50 
GeneralRegarding Sorting in DataGridView Pin
Ram_Pcr26-Dec-07 0:08
Ram_Pcr26-Dec-07 0:08 
GeneralContext menu Pin
Hum Dum25-Dec-07 23:54
Hum Dum25-Dec-07 23:54 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:08
N a v a n e e t h26-Dec-07 0:08 
You need to keep the forms object somewhere, and check it's IsDisposed property before creating new Form instance. If it is not Disposed, use BringToFront() to give focus to that form. If it is disposed, create new instance and store it.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: Context menu Pin
Hum Dum26-Dec-07 0:27
Hum Dum26-Dec-07 0:27 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:34
N a v a n e e t h26-Dec-07 0:34 
GeneralRe: Context menu Pin
00carl0026-Dec-07 0:58
00carl0026-Dec-07 0:58 
GeneralRe: Context menu Pin
Xmen Real 26-Dec-07 1:01
professional Xmen Real 26-Dec-07 1:01 
GeneralSorting Array Pin
sindhutiwari25-Dec-07 22:40
sindhutiwari25-Dec-07 22:40 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:37
N a v a n e e t h25-Dec-07 23:37 
GeneralRe: Sorting Array Pin
sindhutiwari25-Dec-07 23:46
sindhutiwari25-Dec-07 23:46 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:55
N a v a n e e t h25-Dec-07 23:55 
GeneralRe: Sorting Array Pin
Xmen Real 26-Dec-07 0:58
professional Xmen Real 26-Dec-07 0:58 
AnswerRe: Sorting Array Pin
Guffa26-Dec-07 1:20
Guffa26-Dec-07 1:20 
GeneralDynamically Add Rows Pin
Laxmi R25-Dec-07 21:56
Laxmi R25-Dec-07 21:56 
GeneralRe: Dynamically Add Rows Pin
Giorgi Dalakishvili25-Dec-07 22:06
mentorGiorgi Dalakishvili25-Dec-07 22:06 
GeneralRe: Dynamically Add Rows Pin
Laxmi R25-Dec-07 22:25
Laxmi R25-Dec-07 22:25 
GeneralRe: Dynamically Add Rows Pin
N a v a n e e t h25-Dec-07 22:47
N a v a n e e t h25-Dec-07 22:47 
GeneralRe: Dynamically Add Rows Pin
Laxmi R25-Dec-07 22:57
Laxmi R25-Dec-07 22:57 
GeneralRe: Dynamically Add Rows Pin
N a v a n e e t h25-Dec-07 23:35
N a v a n e e t h25-Dec-07 23:35 
Generaldll Pin
chithra.r25-Dec-07 21:50
chithra.r25-Dec-07 21:50 

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.