Click here to Skip to main content
15,902,445 members
Home / Discussions / C#
   

C#

 
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 
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 
hai Corinna John,
thanks for your comment.i tried the above.but always that else part only works so i triedthe following code and succeed.
foreach (Object objActiveObject in _breathObjectHash)
{
int index = objActiveObject.GetHashCode();
ActiveObjectsInLevel tmpObject = (ActiveObjectsInLevel) _breathObjectHash[index];
ActiveObjectsInLevel myXml = new ActiveObjectsInLevel(tmpObject.ObjectKey, tmpObject.Row,tmpObject.Column,tmpObject.ExistingObjects);
myObject.SetValue(myXml,count);
count++;
}
Smile | :)

Regards,
Rathish P S
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 
GeneralRe: Problem with WebResponse Pin
xdavidx24-Jan-05 2:24
xdavidx24-Jan-05 2:24 
GeneralProblem in Return DataReader from a ServicedComponent object Pin
kianboo23-Jan-05 15:04
kianboo23-Jan-05 15:04 

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.