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: 1825.68 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-30
[16:58]<y-gz>typeof(IComponent).IsAssignableFrom(componentClass)
[16:59]<y-gz>or componentClass.IsAssignableFrom(typeof (IComponent))
[16:59]<y-gz>?
[17:26]<-- sgvgzs xzs fuyv (>/dev/brain")
[17:52]<vyzusdjvnev>i-nZ, Spike doesn't do dots :(
[17:52]<y-gz>it used to
[17:52]<vyzusdjvnev>whats been up bro?
[17:53]<cjmgrug>hey VirusDotNET, i-nZ..
[17:53]<vyzusdjvnev>sup CodeRun
[17:53]<y-gz>yellow
[17:55]<vyzusdjvnev>i wish i knew flash :'(
[17:55]<cjmgrug>is this 'offpeak' time for #csharp
[17:55]<vyzusdjvnev>i think
[17:55]<y-gz>i wish I knew php
[17:55]<y-gz>and css
[17:55]<cjmgrug>i know flash.
[17:55]<y-gz>but eh can't be bothered nor have the time
[17:55]<vyzusdjvnev>i wish i knew asp.net more :P
[17:56]<vyzusdjvnev>CodeRun, you think you can make something for me in flash ;)
[17:56]<cjmgrug>i was trying to make an IRC bot.. the damn RFC is confusing..
[17:56]<cjmgrug>depends on the complexity
[17:56]<vyzusdjvnev>you know video gaming sites?
[17:56]<cjmgrug>umm..no
[17:57]<cjmgrug>but google will tell me. what about them?
[17:57]<vyzusdjvnev>http://www.ign.com
[17:57]<vyzusdjvnev>go there and you will see a video turning thingy in the middle that
[17:57]<vyzusdjvnev>is what im needing :'(
[17:58]<cjmgrug>ah.. that is complex and hence time consuming .. sorry dude
[17:59]<vyzusdjvnev>oh its okay
[17:59]<vyzusdjvnev>anyone know photoshop?
[18:02]<vyzusdjvnev>CodeRun you know any good tutorial sites?
[18:04]<cjmgrug>www.pixel2life.com
[18:05]<vyzusdjvnev>ty
[18:05]<cjmgrug>and, if you goto #actionscript and/or #flash on efnet, asking there about 'video gallery' might help
[18:06]<vyzusdjvnev>one thing i would would love to know is the Atlas *drools*
[18:07]<cjmgrug>what is Atlas?
[18:08]<cjmgrug>Atlas - AJAX Implementation By Microsoft << interesting..
[18:08]<y-gz>WOHO!
[18:08]<y-gz>just hosted the microsoft windows form designer
[18:08]<y-gz>:D
[18:09]<cjmgrug>what do you mean 'hosted'?
[18:10]<svlnvnz>hi
[18:12]<vyzusdjvnev>i-nZ, ?
[18:12]<y-gz>er well
[18:12]<y-gz>think in terms of the view you have in visual studio's windows forms designer
[18:14]<cjmgrug>yea
[18:15]<cjmgrug>you mean, a user could develop windows forms remotely?
[18:15]<svlnvnz>someone can help me with playform invoke on a C function that have a variable number of parameters? int cfunction(int,...)
[18:15]<svlnvnz>*platform
[18:16]<cjmgrug>bbiah
[18:37]<vyzusdjvnev>anyone familiar with UpdatePanel in Atlas?
[20:39]<y-gz>isn't there a way to completly disable completion in vs c# express?
[20:42]<afd>yes
[20:42]<afd>just uninstall it ;)
[20:42]<zgzzcygnv>intellisense is like the primary reason i use VS
[20:42]<zgzzcygnv>why would you want to disable it?
[20:44]<y-gz>cause i don't like it
[20:44]<y-gz>it slows me down
[20:44]<y-gz>i am doing some testing of vs projects
[20:44]<y-gz>not going to uninstall it :P
[20:44]<y-gz>after all the only useful thing is the debugger
[20:45]<zgzzcygnv>....
[21:08]<jld>hey guys
[21:08]<jld>quick question
[21:08]<jld>using System.Windows.Form with sdk2 within sharpdevelop
[21:08]<jld>complains that such namespace does not exist
[21:08]<jld>??
[21:08]<cjmgrug>Forms
[21:09]<jld>Forms*
[21:09]<jld>sorry
[21:09]<jld>System.Drawing apparently does not exist wither
[21:09]<vyzusdjvnev>вхат тхе фуцк
[21:09]<cjmgrug>huh?
[21:09]<jld>yup:)
[21:09]<cjmgrug>the 'huh' was meant for VirusDotNET
[21:10]<cjmgrug>i dont know, opm, then try re-installing .NET 2.0
[21:10]<jld>i'm not very knowledgeable about .net; i only used it to make a quick network driver for a serial port label printer; and this code was made under sdk2.0 a few months ago
[21:10]<jld>now i need to modify it but can't compile
[21:10]<jld>i just installed it hehe
[21:10]<jld>but i will try again
[21:11]<jld>does mono implement the serial io api?
[21:11]<zgzzcygnv>opm
[21:11]<zgzzcygnv>you have to reference it
[21:11]<zgzzcygnv>the system.drawing.dll
[21:12]<jld>meaning using System.Drawing; is not good enough huh?
[21:14]<jld>it's lso hinting "are you missing an assembly reference?"
[21:14]<jld>am i:)?
[21:28]<nzus`>when i do throw bleh; it does return from the function like 'return;' does?
[21:33]<zgzzcygnv>no
[21:33]<zgzzcygnv>it throws an exeption
[21:34]<zgzzcygnv>which causes the entire program to halt untill the exception is handled
[21:43]<nnrvn|xjdn>Using mono and the event i'm wanting isn't yet implemented, is there a common alternative for process.OutputDataReceived() except keep checking for output llines
[21:45]<vr2drg>I wanna develop Add-ins for Powerpoint, how can I do that ?
[21:51]<nzus`>is there like a debug text out function for vs2005? somthing like debugout("bleh"); ?
[21:51]<zgzzcygnv>yes
[21:51]<zgzzcygnv>#ifdef DEBUG
[21:51]<zgzzcygnv>Console.WriteLine("something");
[21:51]<zgzzcygnv>#endif







