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: 1952.29 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-26
[14:28]<sdnffdxdlld>doh
[14:28]<sdnffdxdlld>lo phrosty i mean ;)
[14:38]<rsdj>Anyone who used UnmanagedFunctionPointer?
[14:39]<_dgnee>is there any way how to get list of methods/mebers for say Form class available in compact framework 1.1? i'm trying to write "crossframework"(targets are wince4.1(cf1) wince5.0(cf2) winxp(cf1/cf2) code in c# but I couldnt find accurate listing
[14:40]<rwyfcygs>_ynezz: Mono must have something that does it, because they have a way of listing them for their "compliance" pages.
[14:40]<rwyfcygs>Maybe ask on a Mono dev list?
[14:41]<rwyfcygs>Or check out System.Reflection
[14:41]<_dgnee>k i'll try, thanks
[14:43]<sdnffdxdlld>uhhh if you check out the Form members on the msdn they have icons indicating support on CF
[14:43]<sdnffdxdlld>SpikeLite msdn2 Form
[14:43]<slycnlyvn>smellyhippy, Form Class (System.Windows.Forms): http://msdn2.microsoft.com/en-us/library/system.windows.forms.form.aspx
[14:44]<sdnffdxdlld>SpikeLite msdn2 Form memebers
[14:44]<slycnlyvn>smellyhippy,
[14:44]<sdnffdxdlld>ffs
[14:44]<sdnffdxdlld>lol
[14:44]<sdnffdxdlld>SpikeLite msdn2 Form members
[14:44]<slycnlyvn>smellyhippy, Form Members (System.Windows.Forms): http://msdn2.microsoft.com/en-us/library/system.windows.forms.form_members.aspx
[14:44]<sdnffdxdlld>there ya go
[14:44]<sdnffdxdlld>you'll see the lil orange handheld
[14:47]<sdnffdxdlld>the whole msdn has those
[14:47]<_dgnee>thats same like msdn docs, but you can't find out quickly if its supported in both cf1/cf2 or just in cf2
[14:49]<sdnffdxdlld>use msdn for cf1 and msdn2 for cf2
[14:50]<sdnffdxdlld>if you want to target both then just use the msdn stuff
[14:50]<sdnffdxdlld>cf1
[14:53]<_dgnee>hm, i'm always getting redirected from msdn to msdn2
[14:53]<sdnffdxdlld>thats odd :/
[14:54]<sdnffdxdlld>SpikeLite msdn1 form members
[14:54]<slycnlyvn>smellyhippy, Form Members (System.Windows.Forms): http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.forms.form_members.aspx
[14:54]<_dgnee>ah :)
[14:54]<_dgnee>cool
[14:58]<_dgnee>thanks smellyhippy
[14:59]<nnzjpfrr>hmm
[14:59]<nnzjpfrr>cool.
[14:59]<nnzjpfrr>I had more luck installing from a iso file than from the original cd...
[15:20]<y-gz>SpikeLite: msdn2 BindingFlags
[15:20]<y-gz>SpikeLite msdn2 BindingFlags
[15:20]<slycnlyvn>i-nZ, BindingFlags Enumeration (System.Reflection): http://msdn2.microsoft.com/en-us/library/system.reflection.bindingflags.aspx
[15:26]<drygq>the 'set' part of the following code looks intressting to me.. > http://pastebin.ca/100753
[15:27]<drygq>it contains a 'if - else' statement?
[15:27]<drygq>i havent seen this kinda 'evaluation' before: seconde = ((value >= 0 && value < 60) ? value : 0);
[15:28]<drygq>does this have a name.. can i read up on it somewhere?
[15:32]<y-gz>condition ? if_true : if_false
[15:33]<lcs>main2: its calles ? : operator
[15:33]<lcs>called*
[15:38]<drygq>its new to me.. verry strange
[15:38]<drygq>i was there .. with .net 1.0 / 1.1.. :P
[15:38]<drygq>for a year.. till mid 2005
[15:39]<drygq>quitted coding c# for about 1,5year..
[15:39]<drygq>how new is this?
[15:39]<mjzymygo>I was there when it was called Com++ ;P
[15:39]<mjzymygo>why did you quit?
[15:39]<drygq>com++ ?
[15:39]<drygq>Moridin8: different job..
[15:39]<mjzymygo>yeh, the project working title (for a time for .NET)
[15:39]<drygq>in a more graphical envoironment (guess..)
[15:40]<mjzymygo>uhuh
[15:40]<y-gz>SpikeLite msdn2 IServiceProvider
[15:40]<slycnlyvn>i-nZ, IServiceProvider Interface (System): http://msdn2.microsoft.com/en-us/library/system.iserviceprovider.aspx
[15:40]<y-gz>smellyhippy: please make a trigger or something
[15:41]<sdnffdxdlld>dude, bitch at me all you want but it wont get done till its done :P
[15:41]<y-gz>SpikeLite msdn2 IDesignerLoaderHost
[15:41]<sdnffdxdlld>i'm rewriting the core atm and that'll support various triggers
[15:41]<slycnlyvn>i-nZ, IDesignerLoaderHost Interface (System.ComponentModel.Design ...: http://msdn2.microsoft.com/en-us/library/system.componentmodel.design.serialization.idesignerloaderhost.aspx
[15:41]<sdnffdxdlld>until then no chance
[15:41]<y-gz>ok cool ;)
[15:41]<sdnffdxdlld>:P
[15:42]<y-gz>SpikeLite msdn2 IServiceContainer
[15:42]<slycnlyvn>i-nZ, IServiceContainer Interface (System.ComponentModel.Design): http://msdn2.microsoft.com/en-us/library/system.componentmodel.design.iservicecontainer.aspx
[15:44]<mjzymygo|f00m>why do all american politicians look like they are made of plastic?
[15:45]<sdnffdxdlld>because they are?
[15:45]<sdnffdxdlld>didnt you know they are robots created by an alien race sent to control our destanys?
[15:46]<mjzymygo|f00m>and why does condi rice wear stuff from the 80's??? (pearl neckless, shoulder pads)
[15:46]<mjzymygo|f00m>obviously i didn't...
[15:47]<sdnffdxdlld>didnt you know she is a robot created by an alien race sent to control our destanys?
[15:47]<sdnffdxdlld>lol
[15:47]<mjzymygo|f00m>dr condi rice for us president ;)
[15:49]<mjzymygo|f00m>shame she's republican...
[15:51]<sdnffdxdlld>yer
[15:53]<mjzymygo|f00m>i wonder if it would create a 2nd civil war?
[15:53]<drygq>anyone know where i can find a nice chart with operators and stuff?
[15:54]<mjzymygo|f00m>http://msdn2.microsoft.com/en-us/library/6a71f45d.aspx
[15:54]<nnzjpfrr>msdn.microsoft.com
[15:57]<drygq>yeah.., but i mean a (Ready to print) printable chart with those on it
[15:57]<drygq>+ more goodies.. i need to make my life easier (i dont do drugs)
[15:58]<mjzymygo>main2... look through it. create your own ;)
[15:59]<drygq>i cant imagine that no one did this before. thats why im asking :P
[15:59]<mjzymygo>most people either print it and post it up on the wall, or (like me) remember it ;)
[16:01]<drygq>the given list is shitty to print.
[16:01]<drygq>wouldnt it be easier for you just to say, 'sorry - i havent seen such a list - dunno' ?
[16:01]<mjzymygo>so cut and paste into word or something and present it ;)
[16:01]<mjzymygo>sorry for helping
[16:02]<y-gz>SpikeLite msdn2 IExtenderProviderService
[16:02]<slycnlyvn>i-nZ, IExtenderProviderService Interface (System.ComponentModel.Design): http://msdn2.microsoft.com/en-us/library/system.componentmodel.design.iextenderproviderservice.aspx
[16:02]<drygq>I always appreciate it when people try to help me
[16:03]<drygq>but i find it too time-consuming, to make a nice chart myself.. there must be one out there.. :p
[16:03]<drygq>my googleskills are not good enough :( obviously
[16:07]<y-gz>SpikeLite INameCreationService
[16:07]<y-gz>SpikeLite msdn2 INameCreationService
[16:07]<rrd2uppnv>morning all
[16:08]<slycnlyvn>MSDN service is currently b00rked, please try again in a bit.







