Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
Generalon windows logon program...help!!! Pin
Veelone14-Jun-05 17:23
Veelone14-Jun-05 17:23 
GeneralRe: on windows logon program...help!!! Pin
nemopeti14-Jun-05 22:59
nemopeti14-Jun-05 22:59 
GeneralRe: on windows logon program...help!!! Pin
Veelone14-Jun-05 23:13
Veelone14-Jun-05 23:13 
GeneralDebugger Failure Pin
Expert Coming14-Jun-05 12:54
Expert Coming14-Jun-05 12:54 
GeneralListBox serialization wont work! :-( Pin
Green Fuze14-Jun-05 12:10
Green Fuze14-Jun-05 12:10 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy14-Jun-05 19:57
occcy14-Jun-05 19:57 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze14-Jun-05 20:40
Green Fuze14-Jun-05 20:40 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy14-Jun-05 20:54
occcy14-Jun-05 20:54 
try this:

<br />
 string[] items;<br />
 items=new string[listbox.Items.Count]<br />
 for(int i=0;i<listbox.Items.Count;i++)<br />
 {<br />
   items[i]=(string)listbox.Items[i];<br />
 }<br />
 info.AddValue("List",items);<br />

GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 2:23
Green Fuze16-Jun-05 2:23 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 4:53
Green Fuze16-Jun-05 4:53 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy16-Jun-05 19:49
occcy16-Jun-05 19:49 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 21:55
Green Fuze16-Jun-05 21:55 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy16-Jun-05 22:08
occcy16-Jun-05 22:08 
GeneralTextBox Enter/Break Pin
Expert Coming14-Jun-05 11:16
Expert Coming14-Jun-05 11:16 
GeneralRe: TextBox Enter/Break Pin
bneacetp14-Jun-05 11:31
bneacetp14-Jun-05 11:31 
GeneralRe: TextBox Enter/Break Pin
Vasudevan Deepak Kumar14-Jun-05 19:17
Vasudevan Deepak Kumar14-Jun-05 19:17 
GeneralRe: TextBox Enter/Break Pin
S. Senthil Kumar14-Jun-05 20:08
S. Senthil Kumar14-Jun-05 20:08 
GeneralCommon Languge Runtime Debugging Services Pin
adonisv14-Jun-05 10:19
adonisv14-Jun-05 10:19 
GeneralRe: Common Languge Runtime Debugging Services Pin
nemopeti14-Jun-05 23:34
nemopeti14-Jun-05 23:34 
GeneralRe: Common Languge Runtime Debugging Services Pin
adonisv15-Jun-05 9:16
adonisv15-Jun-05 9:16 
Generalsystem.transactions problem Pin
Anonymous14-Jun-05 10:11
Anonymous14-Jun-05 10:11 
Generalhey Pin
Anonymous14-Jun-05 10:17
Anonymous14-Jun-05 10:17 
Generalsmall problem Pin
snouto14-Jun-05 8:56
snouto14-Jun-05 8:56 
GeneralRe: small problem Pin
Marc Clifton14-Jun-05 9:03
mvaMarc Clifton14-Jun-05 9:03 
GeneralRe: small problem Pin
snouto14-Jun-05 9:07
snouto14-Jun-05 9:07 

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.