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.62 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-05-25
[20:05]<wyfaj>sure
[20:05]<fyfuym-syfggag>cant they build intellisense into msn
[20:05]<fyfuym-syfggag>ffs
[20:05]<dyguw>It's a class derived from Exception :)
[20:06]<mdsvyrmrg>Kind of unrelated question, does anyone use a good multidesktop solution for Windows, the one in the power toys sucks
[20:06]<fyfuym-syfggag>MysticMan look at TrueLaunchBar
[20:06]<dyguw>wilco: There are tons of Exceptions, but none for missing Attributes =)
[20:06]<fyfuym-syfggag>its got a plugin
[20:06]<fyfuym-syfggag>I have not used it tho
[20:07]<mdsvyrmrg>ok
[20:07]<mdsvyrmrg>thanks
[20:07]<fyfuym-syfggag>np man
[20:07]<wyfaj>minux: right, because i dont think anywhere you are forced to use an attribute :)
[20:07]<fyfuym-syfggag>there is a free alternative
[20:07]<fyfuym-syfggag>call freelaunchbar
[20:07]<dyguw>wilco: Well, my plugins tell the application where the entry point is via assembly attributes :)
[20:08]<wyfaj>are you sure it's such a good idea to build everything in plugins?
[20:08]<wyfaj>sounds like you're only making things overcomplex without really adding much
[20:08]<dyguw>wilco: No, I am just making a framework for my system
[20:09]<dyguw>wilco: Once I am finished I can show you and you will understand :)
[20:09]<wyfaj>EntryPointNotFoundException
[20:09]<wyfaj> ?
[20:09]<dyguw>Yeah, why not... but I thought I might reuse it so why not make a more generic class?
[20:09]<dyguw>Up to me I guess...
[20:09]<wyfaj>;)
[20:10]<dyguw>I hate static stuff, I want it dynamic :)
[20:10]<fyfuym-syfggag>MysticMan
[20:10]<fyfuym-syfggag>http://www.freelaunchbar.com/
[20:11]<dyguw>wilco: Identify so that I can talk to you in private =)
[20:11]<dyguw>wilco: I don't want to explain my little application in here once more :)
[20:11]<fyfuym-syfggag>but it does not support the vdesktops
[20:11]<mdsvyrmrg>ah
[20:11]<mdsvyrmrg>yea just looked at it
[20:13]<wyfaj`>I believe I'm identifier
[20:14]<fyfuym-syfggag>MysticMan pm?
[20:16]<mdsvyrmrg>sure
[20:21]<fyfuym-syfggag>how does one reset the auto_number in access?
[20:22]<sz2yzgrzzsx>change the datatype of the column
[20:22]<sz2yzgrzzsx>then set it back to autonumber
[20:22]<sz2yzgrzzsx>making sure to save the table inbetween steps
[20:23]<sz2yzgrzzsx>or drop/add the column
[20:57]<afnwyt>what .NET class method can i use to allow a method to be trigger at a certain time according to the system clock
[20:58]<wyfaj`>lookup System.Timers.Timer, System.Threading.Timer or System.Windows.Forms.Timer
[21:11]<dgrrdrg69>why doesnt the point 0,0 or the screen bounds left and top move the form to the very top left corner of the screen?
[21:12]<fyfuym-syfggag>D:\Music\Korn - Greatest Hits Vol 1\08-korn-trash-h8me.mp3
[21:12]<fyfuym-syfggag>wilco` I think the system.forms.timer was broken in 1.1
[21:13]<fyfuym-syfggag>well I used to use system.timers.timer all the time
[21:13]<fyfuym-syfggag>because the forms.timer did not work
[21:16]<dgrrdrg69>hmm why would someone use Location rather than DesktopLocation other than for a MDI child?
[21:17]<fyfuym-syfggag>megaman74 ok repeat that in english
[21:18]<dgrrdrg69>como se llama
[21:18]<fyfuym-syfggag>ok
[21:18]<fyfuym-syfggag>yeah
[21:18]<fyfuym-syfggag>this is why
[21:18]<fyfuym-syfggag>because you dont wnat forms over each other
[21:18]<fyfuym-syfggag>you want it to be readable
[21:18]<fyfuym-syfggag>userfriendly
[21:18]<fyfuym-syfggag>etc..
[21:19]<dgrrdrg69>lol no dude. i have been trying to figure out why Location = new Point(0, 0); wouldnt put the form in the top left
[21:19]<dgrrdrg69>then i found desktoplocation
[21:19]<dgrrdrg69>so why even have a Location property other than if the form has a container
[21:20]<dgrrdrg69>8===========================D
[21:20]<azyfm>Form inherits from Control, which does need a Location
[21:23]<dyguw>Ugh, why have 3 different timers?
[21:23]<dyguw>System.Timers.Timer, System.Threading.Timer or System.Windows.Forms.Timer
[21:24]<azyfm>they work differently
[21:24]<dyguw>ok
[21:24]<zgzzcydjvgev>System.Timers.Timer is probably a generic one
[21:24]<zgzzcydjvgev>used for actual time
[21:25]<zgzzcydjvgev>whereas the other two are most likely used for synchronization
[21:25]<fyfuym-syfggag> System.Threading.Timer is for threads
[21:25]<azyfm>S.W.F.Timer works off the windows message pump
[21:25]<fyfuym-syfggag>and the System.Timers.Timer, is for time
[21:25]<azyfm>timer callbacks always happen on the UI thread
[21:30]<2funvznn>Is there a function I can use in the MySQL Connector/NET stuff to use escape sequences like mysql_real_escape() ?
[21:31]<nvzzfzsv>php is evil.
[21:31]<nvzzfzsv>;)
[21:31]<nvzzfzsv>what are you trying to escape? don't create sql statements with string manipulation. Use parameters.
[21:33]<aa-mggvjg>python python python
[21:33]<2funvznn>any good doc about that?
[21:33]<aa-mggvjg>(my comment to php)
[21:36]<fyfuym-syfggag>ooooooooh
[21:36]<fyfuym-syfggag>sql injection here we come
[21:36]<fyfuym-syfggag>:D
[21:38]<2uc>mmmh, how do I calculate an md5 hash over a string?
[21:39]<fyfuym-syfggag>buk msdn has good documentation on md4
[21:39]<fyfuym-syfggag>md5 even
[21:52]<gjrvcxnne>say I have a pointer to an unmanages object created with GlobalAlloc, but i have the pointer to it as an int, so I can make a System.IntPtr from it by new System.IntPtr(varname).... I want to put that data into a byte array, how would I go about doing that without using any win32 api calls?
[21:53]<gjrvcxnne>or do I have to make at lease one? (GlobalSize I would assume)
[21:56]<gjrvcxnne>hmmm
[21:56]<gjrvcxnne>lol
[21:57]<aa-mggvjg>how can i convert a string to an int
[21:57]<aa-mggvjg>?
[21:57]<gjrvcxnne>Convert.ToInt32
[21:58]<aa-mggvjg>thx
[21:59]<aa-mggvjg>how can i mesure the time c# needs to do something
[22:00]<aa-mggvjg>in java i used System.currentTimeMillis(); for that
[22:00]<gjrvcxnne>I use an API call... QueryPerformanceCounter
[22:00]<gjrvcxnne>it gives the best accuracy







