Click here to Skip to main content
15,898,769 members
Home / Discussions / C#
   

C#

 
AnswerRe: ultragrid update sql server???? Pin
pmarfleet25-Oct-07 7:27
pmarfleet25-Oct-07 7:27 
AnswerRe: ultragrid update sql server???? Pin
Dave Kreskowiak25-Oct-07 7:38
mveDave Kreskowiak25-Oct-07 7:38 
QuestionPlacing tabs on main menu. Pin
cooltuxxx25-Oct-07 4:22
cooltuxxx25-Oct-07 4:22 
AnswerRe: Placing tabs on main menu. Pin
Judah Gabriel Himango25-Oct-07 4:32
sponsorJudah Gabriel Himango25-Oct-07 4:32 
QuestionHow to display build version on your form... Pin
TheMattster25-Oct-07 4:17
TheMattster25-Oct-07 4:17 
AnswerRe: How to display build version on your form... Pin
Judah Gabriel Himango25-Oct-07 4:31
sponsorJudah Gabriel Himango25-Oct-07 4:31 
QuestionSerialization Pin
lokeshgm725-Oct-07 3:26
lokeshgm725-Oct-07 3:26 
AnswerRe: Serialization Pin
mav.northwind25-Oct-07 3:43
mav.northwind25-Oct-07 3:43 
Hi!

You can iterate through the items in a Hashtable using foreach:
foreach (DictionaryEntry ent in group1.serializedhashtable)
{
  myarray.Add(ent);
}


Oh, and by the way, your assignment for 'i' is wrong. It should be 42, not 26 Wink | ;) .

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Serialization Pin
lokeshgm725-Oct-07 3:51
lokeshgm725-Oct-07 3:51 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 4:04
lokeshgm725-Oct-07 4:04 
QuestionDetecting Hybernation Pin
gmarappledude25-Oct-07 3:15
gmarappledude25-Oct-07 3:15 
AnswerRe: Detecting Hybernation Pin
leppie25-Oct-07 3:48
leppie25-Oct-07 3:48 
GeneralRe: Detecting Hybernation Pin
gmarappledude25-Oct-07 3:54
gmarappledude25-Oct-07 3:54 
QuestionHas somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 2:44
Klive825-Oct-07 2:44 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
sujithkumarsl25-Oct-07 2:55
sujithkumarsl25-Oct-07 2:55 
GeneralRe: Has somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 3:23
Klive825-Oct-07 3:23 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
mav.northwind25-Oct-07 3:48
mav.northwind25-Oct-07 3:48 
QuestionProblem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 1:50
Chintan.Desai25-Oct-07 1:50 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Christian Graus25-Oct-07 1:55
protectorChristian Graus25-Oct-07 1:55 
GeneralRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 22:59
Chintan.Desai25-Oct-07 22:59 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Abhijit Jana25-Oct-07 2:34
professionalAbhijit Jana25-Oct-07 2:34 
QuestionHow to store and retreave a word document in sql server data base using c#.net Pin
bobin scaria25-Oct-07 1:39
bobin scaria25-Oct-07 1:39 
AnswerRe: How to store and retreave a word document in sql server data base using c#.net Pin
Pete O'Hanlon25-Oct-07 1:46
mvePete O'Hanlon25-Oct-07 1:46 
Questioncustom control Pin
Tauseef A25-Oct-07 1:17
Tauseef A25-Oct-07 1:17 
AnswerRe: custom control Pin
Martin#25-Oct-07 1:40
Martin#25-Oct-07 1:40 

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.