| |
| |
| |
|
Page: 1 2
Comments:
<0> Instead of outputing the results of a query to a dataset can I output it to a string? <0> Anyone alive? <1> i have the day off today <1> pffffffffffft <2> env! <2> bout time you returned <2> SNARF was the name of that MS research app for indexing MAPI <3> Why am I getting an "Invalid operation at current state" when I do "Winsock.Accept requestID" when the state is listening? <4> A listening socket cannot accept a connection. You must either close the listening socket before it accepts, causing the application to no longer accept incoming connection requests, or create a new Winsock to accept the connection. <3> So in the ConnectionRequest event, I need to put "Winsock.Close" before accepting? <3> Halo_Four--> I got disconnected. Did you answer my question? <3> I tried to send .textRTF via winsock, and set the incomming data to the .textrtf, but it didn't send the formating. <3> Actually, it didn't appear to send at all...
<3> Sorry, I just fell off the server... <3> Does anyone know why I can send the .text but not the .textRTF? <5> 8 bit data vs 7 bit data. Make sure you are using binary more not ascii <5> maybe :-) <3> What do you mean? <3> (sorry, I wasn't paying attention) <3> Like I'm trying to send data via winsock, and I can send .text, and on the recieving end ***ign that to the .text property, but I can't do the same with .textRTF. <3> Hello? <6> is there a way to put some if together? like with elseif, but that vb wil check all the if's? <6> ifs <6> someone? <7> whats the best way to determine if a person is 18 or not in a program? <8> Ask them if they've ever paid a bill <7> lol <6> is there a way to put some if together? like with elseif, but that vb wil check all the ifs? <7> there has to be some type of math equation <6> if u know the year he was born.. <8> yes, it's called subtraction <8> Very complicated <6> lol <6> OE - any idea? <8> Why not use ElseIf? <8> heya Van <6> cuz i want some if to work together <6> 2 things that may need to wokr at the same time <6> work <8> There's no law about using two conditions in one if statement <6> that's not what i ment <6> i'm using winsock <6> and the data i'm reciving is huge <6> so i'm using instr <9> sup OE <6> so if it have chr(34), it need to do something, and it have chr(39) it need to do something else <8> Leave out the unnecessary info <6> but what happen if there's chr(34) and chr(39)? <6> he will do only the first one.. <9> moved into the new house <8> Van^: cool, got boxes everywhere? <9> still working on getting everything unpacked <9> getting better, though. <8> that's always "fun" <9> My dsl ain't right either...supposed to be 10 Mbits...getting 4 <6> lol <6> mine is 2Mbits <8> You'd have to be pretty close to the CO for 10 <9> Well, the tech was getting 9.1 Mbits with his laptop...then they added the static ip feature and it hasn't worked right since...I'm wondering if it is a CPU limitation on my router at this point. <9> since I can't test it with just a computer into the dsl modem cuz of the static ip dealie. <6> anyone? :\ <10> sorry about the away script everybody, im removing it now.. i didnt know it was messaging all the channels. <11> cock <12> *** <13> compromise: taint <11> biffins bridge! <11> any diff in wmi in connecting to a pc on a workgroup to a domain? <11> im using objSWbemLocator.ConnectServer with "ntlmdomain:" + strDomain as the last arg <11> but most pc's will be in a workgroup <11> oh cl*** - i just left that bit out and it worked
<11> so now i convert it from vbs to vb, turn it into a function with an Optional ByVal sDomain, and job's a good un <14> http://www.nomorepasting.com/paste.php?pasteID=64743 - I know this doesn't work because of the modal window, but I would like to write a code in VB6 that makes something appearently equivalent to happen... surely there must be some way? any advice? <11> hats the diff between SWbemLocator and SWbemObjectSet...? apart from vbs calls one, and vb calls the other? <11> +w <11> bloody hell <11> all i can find for vb6 is winmgmts:{impersonationLevel=impersonate} - nothing for sUsername and sP***word... <11> somebody should write a book... ;o) <11> i take it i need to use the ConnectServer method in vb6... <11> just need to figure out how <11> success... seems like its virtually identical! <15> good to hear <16> happy Independence day! <16> holy <11> wtf? <12> lol <12> omfg <11> damn web based irc... :P <14> hello! I have a question... take a look at http://www.nomorepasting.com/paste.php?pasteID=64743, I know that that code wouldn't work, but does anyone know of a fairly simple way to accomplish the same thing? <11> thats basically right <11> kinda... ;o) <14> eh? =) <1> looks like you want a reusable modal progress/processing popup window <11> kung: read this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsProgressBarCl***Topic.asp <11> should give you enough to sort yourself out <11> also http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/vb6anchor.asp <14> oups, I'm doing this in VB6... / <14> =/ <11> so? theres a vb bit there <11> also http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cmctl198/html/vbobjProgressbar.asp <14> isn't that VB.net (the first link) <14> anyway, I'm on 56k here, I'm waiting for the other two pages right now =) <14> thanks for the help <15> oh man <15> i thought dialup was extinct <14> it should be <15> why are you still on dialup? <15> no access to broadband? <15> or traveling? <11> no - the first link has a section on vb6 too <11> but try my last link <11> anyways - home <14> I'm in the process of moving, so I'm living in my parents house on the country, which doesn't even have access to ADSL <14> the phone station isn't capable of it =) <14> dammit, something went wrong, I have to reload the pages! =) <14> hmm, both the first and the third link are about the progressbar control, I have no problem with them, it's the window thing that I can <14> ...can't get to work <14> well, thanks for the helpanyway <14> bye <17> when creating a user control in visual basic 6 should I implement any perticual interface <17> also does anyone know how to make a visible property for a user control in vb 6 <7> blah.visible = false <17> hmm , the control has a top/left/with/height property browser but they are not visible as properties in codein the proper <17> wow.. that made no sence <17> ok .. let me try again <17> for some reason the control I am working on does not have top/left/width/height proeprties in code <17> as in dim x as MyControl: x.top = 10101 <17> yet they are there in the property browser <17> does anyone know how to fix this <17> nm , I figured it out <18> Anyone familar with Crystal Reports? <17> OMGWTF. I have a user control I made, it has a width/height/top/left in the property explorer and I can change them prgramaticaly if I use the instance name (FormControlIPutOnTheFormUsingTheEditor.Top = 100 will work fine) <18> mrHellFir: ok? <17> yet if I try to access them using the control cl*** name dim a MyControlCl***: set a.with I get an error <17> actualy they are just not there all together <18> they're protected/private variables perhaps? <18> try: a.Location = new Point(x,y) <18> or a.Size = new Size(w,h) <17> none of those are visible <18> what is your control inheriting from? <17> ohh this is a VB 6 problem <17> lol <18> oh <18> heh... <17> for some reason the control that editor puts down is somehow special
Return to
#visualbasic or Go to some related
logs:
#politics #nhl #windows #windowsxp parfay mcdonalds efs encrytped files footsiebabes share #windowsxp #politics #windows
|
|