Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
Generaldraggable app. Pin
Pyro Joe24-Jan-05 1:29
Pyro Joe24-Jan-05 1:29 
GeneralRe: draggable app. Pin
Christian Graus24-Jan-05 9:04
protectorChristian Graus24-Jan-05 9:04 
GeneralRe: draggable app. Pin
Andy Brummer24-Jan-05 9:13
sitebuilderAndy Brummer24-Jan-05 9:13 
Generalhtml color coding Pin
Pyro Joe24-Jan-05 1:26
Pyro Joe24-Jan-05 1:26 
GeneralRe: html color coding Pin
Nick Parker24-Jan-05 6:17
protectorNick Parker24-Jan-05 6:17 
GeneralRe: html color coding Pin
Richard Schneider26-Jan-05 1:27
Richard Schneider26-Jan-05 1:27 
GeneralRe: html color coding Pin
Nick Parker26-Jan-05 4:16
protectorNick Parker26-Jan-05 4:16 
Generalerror in casting hashtable Pin
rathishps24-Jan-05 0:45
rathishps24-Jan-05 0:45 
hai everybody,
i used the following code to cast an item from the hashtable. but i always get an exception that is an invalid casting.

<br />
foreach (Object objActiveObject  in _breathObjectHash)<br />
{<br />
ActiveObjectsInLevel tmpObject = (ActiveObjectsInLevel)  objActiveObject;<br />
ActiveObjectsInLevel myXml = new ActiveObjectsInLevel(tmpObject.Row,tmpObject.Column,tmpObject.ExistingObjects);<br />
myObject.SetValue(myXml,count);<br />
count++;<br />
}


please help me

Regards,
Rathish P S
GeneralRe: error in casting hashtable Pin
Corinna John24-Jan-05 6:24
Corinna John24-Jan-05 6:24 
GeneralRe: error in casting hashtable Pin
rathishps31-Jan-05 18:05
rathishps31-Jan-05 18:05 
Generaluser32.dll Pin
realmontanakid24-Jan-05 0:17
realmontanakid24-Jan-05 0:17 
GeneralRe: user32.dll Pin
Stefan Troschuetz24-Jan-05 1:11
Stefan Troschuetz24-Jan-05 1:11 
GeneralRe: user32.dll Pin
mav.northwind24-Jan-05 3:09
mav.northwind24-Jan-05 3:09 
GeneralRe: user32.dll Pin
Stefan Troschuetz24-Jan-05 3:30
Stefan Troschuetz24-Jan-05 3:30 
GeneralRe: user32.dll Pin
Dave Kreskowiak24-Jan-05 4:15
mveDave Kreskowiak24-Jan-05 4:15 
General[newbie] using legacy dll Pin
bluish23-Jan-05 23:00
bluish23-Jan-05 23:00 
GeneralRe: [newbie] using legacy dll Pin
Mike Dimmick24-Jan-05 2:17
Mike Dimmick24-Jan-05 2:17 
Generalreport generator like jasper reports under .net Pin
Alexander Roos23-Jan-05 18:54
sussAlexander Roos23-Jan-05 18:54 
GeneralIE Toolbar Backspace problem Pin
Adnan Siddiqi23-Jan-05 18:02
Adnan Siddiqi23-Jan-05 18:02 
GeneralRe: IE Toolbar Backspace problem Pin
Andy Brummer23-Jan-05 18:05
sitebuilderAndy Brummer23-Jan-05 18:05 
GeneralRe: IE Toolbar Backspace problem Pin
Adnan Siddiqi23-Jan-05 23:52
Adnan Siddiqi23-Jan-05 23:52 
GeneralRe: IE Toolbar Backspace problem Pin
Andy Brummer24-Jan-05 3:18
sitebuilderAndy Brummer24-Jan-05 3:18 
GeneralRe: IE Toolbar Backspace problem Pin
Adnan Siddiqi24-Jan-05 7:58
Adnan Siddiqi24-Jan-05 7:58 
GeneralProblem with WebResponse Pin
xdavidx23-Jan-05 16:53
xdavidx23-Jan-05 16:53 
GeneralRe: Problem with WebResponse Pin
Andy Brummer23-Jan-05 17:52
sitebuilderAndy Brummer23-Jan-05 17:52 

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.