Click here to Skip to main content
15,794,978 members
Home / Discussions / C#
   

C#

 
Questionlocating a node in a treeview control? Pin
misterbear17-Jul-03 9:54
misterbear17-Jul-03 9:54 
AnswerRe: locating a node in a treeview control? Pin
Nick Parker17-Jul-03 10:13
protectorNick Parker17-Jul-03 10:13 
QuestionCan you have a space in Table Name & query it from C# Pin
Khang Nguyen17-Jul-03 8:32
Khang Nguyen17-Jul-03 8:32 
AnswerRe: Can you have a space in Table Name & query it from C# Pin
Ray Cassick17-Jul-03 8:53
Ray Cassick17-Jul-03 8:53 
GeneralRe: Can you have a space in Table Name & query it from C# Pin
Khang Nguyen17-Jul-03 9:53
Khang Nguyen17-Jul-03 9:53 
GeneralRe: Can you have a space in Table Name & query it from C# Pin
Uwe Keim17-Jul-03 23:47
sitebuilderUwe Keim17-Jul-03 23:47 
GeneralWhere do i find an Object Int type Pin
Anonymous17-Jul-03 7:34
Anonymous17-Jul-03 7:34 
GeneralRe: Where do i find an Object Int type Pin
leppie17-Jul-03 8:17
leppie17-Jul-03 8:17 
No you cant! A valuetype cannot be null, but a boxed valuetype can. This means you will have to cast the int to object ie:

object myint = (object) 5;



leppie::AllocCPArticle(Generic DFA State Machine for .NET);
GeneralSaving Images Pin
Johan Lombaard17-Jul-03 7:07
Johan Lombaard17-Jul-03 7:07 
GeneralRe: Saving Images Pin
leppie17-Jul-03 8:13
leppie17-Jul-03 8:13 
Generalplace a file into clipboard Pin
tomc17-Jul-03 7:07
tomc17-Jul-03 7:07 
GeneralRe: place a file into clipboard Pin
leppie17-Jul-03 8:19
leppie17-Jul-03 8:19 
GeneralRe: place a file into clipboard Pin
tomc17-Jul-03 9:13
tomc17-Jul-03 9:13 
GeneralListView Header Icons for Sorts Pin
jzal817-Jul-03 6:12
jzal817-Jul-03 6:12 
GeneralDataSet Pin
totig17-Jul-03 5:57
totig17-Jul-03 5:57 
GeneralCheck prev program Pin
Pham Minh Ngoc17-Jul-03 3:01
Pham Minh Ngoc17-Jul-03 3:01 
GeneralRe: Check prev program Pin
Anthony_Yio18-Jul-03 2:23
Anthony_Yio18-Jul-03 2:23 
Question"dataGrid",No one can Help?? Pin
Anonymous17-Jul-03 0:31
Anonymous17-Jul-03 0:31 
GeneralHashtable question Pin
Venkatraman17-Jul-03 0:06
Venkatraman17-Jul-03 0:06 
GeneralRe: Hashtable question Pin
Arjan Einbu17-Jul-03 1:16
Arjan Einbu17-Jul-03 1:16 
GeneralRe: Hashtable question Pin
Frank Olorin Rizzi17-Jul-03 6:13
Frank Olorin Rizzi17-Jul-03 6:13 
GeneralRe: Hashtable question Pin
Jim Stewart17-Jul-03 6:14
Jim Stewart17-Jul-03 6:14 
GeneralRe: Hashtable question Pin
Arun Bhalla22-Jul-03 16:16
Arun Bhalla22-Jul-03 16:16 
GeneralAssigning text or name of button to variable Pin
eggie516-Jul-03 23:38
eggie516-Jul-03 23:38 
GeneralRe: Assigning text or name of button to variable Pin
fool17-Jul-03 0:39
fool17-Jul-03 0:39 

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.