IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.59 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-05-20
[22:41]<prsvfd>+the reason i'm in here is i write my windows apps in c#
[22:41]<sdnffdxdlld>+I like to make my own wheel so I know how wheels work
[22:42]<eg->-I need to uncheck all items in a checkedlistbox but it seems I need to enumerate through all checked items in a loop to uncheck them. Is there simply a property or default method I can call that will do this for me? Thanks (.net 2.0 fyi).
[22:42]<prsvfd>+vs2005 is the best IDE i've ever used too...
[22:42]<zgzzcydjvgev>+yep
[22:43]<zgzzcydjvgev>+zn- - just loop through them
[22:43]<zgzzcydjvgev>+then if you find a better way later on, you can go back and improve it
[22:43]<eg->-yeah was hoping not to loop ok thanks
[23:00]<fyfuym-syfggag>-hmm
[23:00]<fyfuym-syfggag>-performance question
[23:00]<fyfuym-syfggag>-for (int i = 0; i < objTable.Rows.Count; i++)
[23:01]<fyfuym-syfggag>-or
[23:01]<fyfuym-syfggag>-foreach(DataRow objRow in objTable.Rows)
[23:01]<fyfuym-syfggag>-what will be faster?
[23:01]<sdnffdxdlld>+foreach and while are just syntaxical sugar for for loops iirc
[23:01]<sdnffdxdlld>+the for loop will havbe a tiny performance advantage but really small iirc
[23:06]<fyfuym-syfggag>-smellyhippy you got time for a pm>
[23:07]<sdnffdxdlld>+alas no, i'm just bruning an mp3 cd or 2 the off to bed. gotta be up early to drive to amsterdam :D
[23:08]<fyfuym-syfggag>+ah
[23:08]<fyfuym-syfggag>+ok 5 minutes of you time
[23:08]<fyfuym-syfggag>+I need to make wizard like stuff
[23:08]<fyfuym-syfggag>+but wiz 97 seems really out of date
[23:09]<sdnffdxdlld>+I havent looked into wizard controls at all
[23:09]<zgzzcydjvgev>+just use NSIS :)
[23:09]<zgzzcydjvgev>+you can make all sorts of stuff in NSIS
[23:09]<sdnffdxdlld>+great if you want an installer AnarkiDotNET, not so great if you just want a wizzard ;)
[23:09]<zgzzcydjvgev>+i made a project/compiling system for counter-strike maps with NSIS
[23:09]<zgzzcydjvgev>+smellyhippy - wrong
[23:09]<zgzzcydjvgev>+an installer is just a wizard that copies files
[23:10]<zgzzcydjvgev>+NSIS can be used to make all sorts of stuff
[23:10]<sdnffdxdlld>+generally if your asking in a c# chan your want c# controls ;)
[23:10]<zgzzcydjvgev>+http://game-advance.net/e107_images/newspost_images/smisinstaller_options.png <--
[23:11]<fyfuym-syfggag>+AnarkiDotNET NSIS?
[23:11]<zgzzcydjvgev>+yes
[23:11]<zgzzcydjvgev>+thats all created with NSIS script
[23:12]<zgzzcydjvgev>+there is multiple pages/steps and they are all custompages like that
[23:12]<fyfuym-syfggag>+that site is down
[23:12]<zgzzcydjvgev>+no
[23:12]<zgzzcydjvgev>+its not, just slow
[23:13]<fyfuym-syfggag>+fucking slow
[23:13]<fyfuym-syfggag>+Gateway Timeout
[23:13]<fyfuym-syfggag>+The following error occurred:
[23:13]<fyfuym-syfggag>+[code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Retry the request.
[23:16]<zgzzcydjvgev>+i can upload it to imageshack if its timing out for you
[23:18]<fyfuym-syfggag>+nah works now
[23:20]<fyfuym-syfggag>+any sql fundies here?







