IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-04-02 18:00:08
Channels: 41
Logged Lines: 6229042
Size: 1806.44 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-05-22
[13:26]<zndy_wjfnz|afk>[11:18:09] <Liquid-Work> anyone know how to add values to a datagridviewcombobox cell? <== ComboboxColumn.Items.Add(); or: Datagridview1.Rows[x].Cells[y].Items.Add();
[13:26]<zndy_wjfnz|afk>in the latter case, you prolly need to dim it to a datagridviewcomboboxcell first
[13:58]<jdvgdjgcgd>http://kevin.mesiab.com/fightspam/
[13:59]<zgmz19s>so now I'm DoS'ing someone
[13:59]<jdvgdjgcgd>:)
[13:59]<jdvgdjgcgd>its good karma
[14:00]<dzdyzzz-wjzc>unless the author of that page is in fact targetting somebody innocent
[14:00]<pnfys_>does anyone know if it is possible to add plugins/applications to the windows mobile "desktop"?
[14:00]<jdvgdjgcgd>i'm the author
[14:01]<dzdyzzz-wjzc>that and the fact that the iframe refreshes so quickly ....
[14:01]<jdvgdjgcgd>too quickly you think?
[14:02]<dzdyzzz-wjzc>well the spammers page is dead to me here
[14:02]<jdvgdjgcgd>then its working ;)
[14:02]<dzdyzzz-wjzc>so i doubt any iframe hits that quickly actually hit his box
[14:02]<jdvgdjgcgd>cheers
[14:02]<jdvgdjgcgd>i ran ethereal on it
[14:03]<jdvgdjgcgd>it manages to send the syn tcp packet, then follows with a rst
[14:03]<jdvgdjgcgd>so i imagine the server has to serve the socket
[14:04]<jdvgdjgcgd>at any rate, we managed to down this one
[14:04]<jdvgdjgcgd>good show
[14:04]<jdvgdjgcgd>whats more likely is that it brings the site to the attention of the on duty noc, who takes a look at the site then decides to pull it?
[14:06]<k_z1rpnz>www.geocities.com/iligani/carlo4.jpg
[14:07]<k_z1rpnz>oops wtf
[14:07]<k_z1rpnz>if I have my socket.BeginReceive in Form1, and I want to make another send/receive in a New_Form of the same socket.. do I create another BeginReceive() on New_Form? any advice in here guys? i need help. tnx
[14:07]<lcs>if you do that asynchronicaly, then you cannot do hat
[14:07]<lcs>becasue you will never know, which form recived what
[14:08]<jdvgdjgcgd>sure you will
[14:08]<k_z1rpnz>ahh.. got a good advice?
[14:08]<lcs>Jivemonkey: how?
[14:08]<jdvgdjgcgd>the callback
[14:08]<lcs>ah
[14:08]<k_z1rpnz>using delegates?
[14:08]<jdvgdjgcgd>if you only have one socket for this app, by design, then make it a singleton
[14:08]<lcs>Jivemonkey: but will those recives be set in order?
[14:09]<k_z1rpnz>i still dont get it.. i dunno if I just delegate and access New_Form from Form1's data received
[14:09]<k_z1rpnz>Jivemonkey, I have lots of sock on this app
[14:09]<lcs>Jivemonkey: from1 does beginrecive, so does form2, data arives
[14:09]<k_z1rpnz>server-kind
[14:09]<lcs>Jivemonkey: were will the data be recived?
[14:09]<jdvgdjgcgd>thats a good question
[14:10]<lcs>thats why you cannot do such things
[14:10]<jdvgdjgcgd>a test is in order
[14:10]<lcs>coz its compiler depended
[14:10]<jdvgdjgcgd>can you call begin recieve on the same socket twice?
[14:10]<lcs>same as
[14:10]<lcs>i++=++i;
[14:10]<lcs>i=++i+7;
[14:10]<lcs>etc...
[14:11]<lcs>data[i] = ++i + 7; <- good example :)
[14:11]<k_z1rpnz>nobody had tried this before?
[14:11]<lcs>K_r3aPeR: you cannot do it
[14:11]<lcs>K_r3aPeR: better read data in one place, and depeding on the incomming data, shoot events
[14:12]<lcs>K_r3aPeR: and connect those events to specific acction in interested forms
[14:12]<lyfuym-wjzc>pks
[14:12]<lyfuym-wjzc>ok all working
[14:12]<lcs>Liquid-Work: did you do it my way? with 2 variables?
[14:12]<k_z1rpnz>ok, i've thought of that, I just try to know what others does.. using the same sock on new_form was my first idea..
[14:12]<k_z1rpnz>neways thx
[14:13]<lyfuym-wjzc>is there a reason why on re-order the datagridview looses all input values
[14:13]<lyfuym-wjzc>pks yes
[14:13]<lyfuym-wjzc>pks j #liquid
[14:13]<lcs>K_r3aPeR: if you make synchronous reads, then it will work
[14:14]<k_z1rpnz>ok, i'm doing it asynchronously
[14:21]<jdvgdjgcgd>http://kevin.mesiab.com/fightspam/
[14:21]<deeedyene>Hola everyone
[14:21]<jdvgdjgcgd>ok next up
[14:21]<jdvgdjgcgd>fire up yer browsers and lets down another one
[14:22]<deeedyene>is there any one here who worked wit proxy classes for webservices ?
[14:27]<dzdyzzz-wjzc>welcome to #jivemonkeys-vigilante-DoS-channel
[14:49]<mzmcygmnz>hi, guys. I've got problems with UDP multicasting. Ehtereal shows the packets arriving but the Socket seems to ignore them :(
[14:50]<lcs>maybe you dont have multicats enabled?
[14:52]<deeedyene>any one here experience building a generic soap client, or worked with UDDI ?
[14:56]<mzmcygmnz>Ok, so how do I enable it?
[14:56]<zyccus>Madkinder: how are you listening?
[14:56]<kjr>the listener shouldn't care that it's multicast
[14:57]<zyccus>Indeed. /me wonders what pks is on about
[14:57]<kjr>in fact, the only things that should care are hops between you and your local edge router
[14:58]<kjr>although... you've gotta be able to route multicast packets - which you can apparently do
[14:58]<kjr>you're most likely doing a blocking read
[14:58]<kjr>anywho... 0500 means sleeeep
[14:58]<deeedyene>What I'm I doing wrong ? nobody answers :S
[14:59]<mzmcygmnz>here's the code: http://www.nomorepasting.com/paste.php?pasteID=62697
[14:59]<kjr>DaRamirez: I build my SOAP clients in Java or PHP usually
[14:59]<zyccus>DaRamirez: did you want everyone to say 'no'?
[15:00]<deeedyene>lol hahah nah just bit frustrated :s my bad
[15:00]<deeedyene>been trying to lay down a schema to generate a generic type of soapclient
[15:00]<kjr>rikkus: I think he wants to ask a real question though ;)
[15:00]<deeedyene>but little info on the net
[15:00]<zyccus>Madkinder: that's all?
[15:01]<mzmcygmnz>err... what else?
[15:01]<zyccus>Madkinder: actually listening for packets
[15:01]<mzmcygmnz>should I paste the receive callback too?
[15:01]<mzmcygmnz>Oh, ok
[15:01]<zyccus>and you don't have to use a raw socket for this
[15:01]<zyccus>you can use a UDPClient
[15:01]<zyccus>Madkinder: http://rikkus.info/tmp/SQLServerFinder.vb
[15:02]<mzmcygmnz>I tried it too
[15:02]<zyccus>you can get to the raw socket for Select() if you inherit from UDPClient
[15:02]<mzmcygmnz>In fact I receive the packets







