| |
| |
| |
|
Page: 1 2
Comments:
<0> and Im sure it must be that im using $com.. <0> even tho DDE was just as slow.. <0> really annoying as I went to the trouble of figuring out subcl***ing and it seems for nohting <1> right, because this is the only situation you'll ever use it <0> na <0> pretty handy to know <0> lots of use for it <1> anyway, the whole concept is retarded <1> but the lag could just as easily be due to how you're adding items to your listbox <0> why is the concept retarded ? <0> well, I've just made a quick form with a command button <0> and a for x = 0 to 100 <2> If the DDE wasn't coded right, it could slow it down too... <0> then run the sendtext function I made
<0> with some text <0> and its instant <0> so has to be mirc basically <0> 100 lines of text appear immidiately in my listbox this way <0> its mircs calls to the dll that are slow <2> But that's prob why you moved to COM to test it... <0> is there any other way to use a dll in mirc <0> without $com <2> I haven't played with mirc yet... <3> anyone know what ^[word] means in regex <4> Anybody know howto establish a connection to a webserver using a socks4 proxy and the WebRequest Cl*** <5> hi <6> hi <6> i said hi christin <6> bah <6> i pull ur strings <7> you pull your pud <8> here somebody pull my finger <7> hmm <7> maybe i'll get a yagi <7> then i can steal wifi, get good speeds again <7> ] <8> yagi detects wifi? <8> keyring or something? <7> no, longer range antenna <8> ahh <7> there's noone local, but we have some highrise complexes nearby <8> sweet <8> link? <4> anyone know howto use the WebRequest Cl*** in VB.NET (2005) with socks 4 proxies? <9> How do I put a " inside a string? MyStr = "\"" doesn't seem to work <7> "" <4> use the chr code for " <4> Dim MyStr as string = "Quotation " & chr(34) & " poop" <10> anyone know how to make vb6 launch an app with runas crenditals? <10> cridentals* <11> hi. i have a question. i'm writing a game in vb and directx7. i use DInput for the keyboard, but a tutorial on directx4vb says i shouldn't use it for the mouse. i use GetCursorPos instead, but i don't know how to handle mouse clicks. any ideas? <6> id say dont write a directx game in vb but what do i know <6> !grep api *mouse* <12> Declares found: SwapMouseButton GetNumberOfConsoleMouseButtons mouse_event (3/*mouse*) <6> !declare mouse_event <12> Public Declare Sub mouse_event Lib "user32.dll" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) <6> hmm <11> hmm, i was thinking of mouse_event <6> !declare peekmessage <12> Public Declare Function PeekMessage Lib "user32.dll" Alias "PeekMessageA" (lpMsg As MSG, ByVal hwnd As Long, ByVal wMsgFilterMin As Long, ByVal wMsgFilterMax As Long, ByVal wRemoveMsg As Long) As Long <9> How do I make a popup window come out of a tray icon? <6> you may wish to use peekmessage to watch for the wm_ event for a mouse click <6> adam, do you know how to make the tray icon? <9> Geppetto: Yep. I've done that bit :) <6> do you know how to make a popup window? <6> or a popup menu better yet <9> I can do a popup menu <9> Out of the tray icon
<6> vb6 or .net ? <9> vb6 <6> popupmenu menuname, xpos, ypos <6> you just need to get the x/y pos of the tray icon <9> I can do a popupmenu, just not a balloon window out of it <6> u didnt say ballon <9> My mistake <6> a balloon is not a menu <9> This is true <6> a balloon is more for notifications <9> Yes, thats what I want to do <6> !grep api *notif* <12> Declares found: FindFirstPrinterChangeNotification FindFirstChangeNotification Shell_NotifyIcon FindNextPrinterChangeNotification FindCloseChangeNotification NotifyBootConfigStatus RegNotifyChangeKeyValue FindClosePrinterChangeNotification SendNotifyMessage FindNextChangeNotification (1-10 of 12/*notif*) <6> !grep api *notif* 10 <12> Declares found: ImmNotifyIME NotifyChangeEventLog (11-12 of 12/*notif*) <6> http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2005-33,GGLG:en&q=vb6+create+balloon+notification <9> ty <6> http://www.pscode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?txtCriteria=balloon&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&optSort=Alphabetical <6> that one may be better <13> ****e code <6> do i care? <6> nah <6> i dont care <6> i have my blue mountain coffee <6> bbl <11> Geppetto: i didn't get the peekmessage thing. what is it? <11> he just knew when to go :) <13> Alternatively, subcl*** for messages <13> WindowProc, SetWindowLong etc <11> you mean peekmessage? <13> http://dictionary.reference.com/search?q=alternatively <11> i just want to know if the user pressed the mouse button, and mousedown doesn't seem to work in directx <11> and i know what an alternative is <13> Then you would have known I didn't mean PeekMessage <13> Yet another is GetAsyncKeyState with VK_LBUTTON <11> sorry, i didn't get that sentence, that's true <11> getasync, i'll check it <13> bbl <11> thanks <14> re <14> getasynckeystate seems to be over-sensitive. it's as if it was pressing itself. i have it in my mouse collision detection sub, and if i move my mouse in that place, without pressing it, the button 'presses itself' and runs another sub <14> it works with RMB.. if i change If GetAsyncKeyState(VK_LBUTTON) to (VK_RBUTTON) then it works perfectly with the rmb, but the left presses itself.. <13> You didn't read about the return value in the documentation <14> true <14> i'm reading something now, let me check <13> If GetAsyncKeyState(...) And &H8000& Then <14> yeah, now it works, but i don't really know why :) If (lKeyState And &H8000) - i know what lkeystate is, but i don't know what that &H8000 is <14> true <14> :) <14> what is it? <13> That's a bitmask to check if the most significant bit is set <14> that's still chinese to me <13> Programmers should learn bits before anything else <13> bitmasking, bitshifting etc <14> i know... <14> but where from? <14> i just learn vb by practice, doing stuff <14> no courses, no theory <13> http://www.xtremevbtalk.com/showthread.php?t=54801 <13> bbl, food <14> thanx <14> whoa, quite lengthy :) <14> i wish i had a printer here in dorm <15> I'm a bit new to VB.Net 2005 and i'm having a bit of trouble getting a taskbarnotifier working from codeproject.. can anyone give me a hand.. I'm probably doing something really stupid. <15> http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp
Return to
#visualbasic or Go to some related
logs:
dukc jokes
#windows userpasswd2 #beginner #beginner #cph #bsd aaron north roadie nin guitar tech #beginner #delphi
|
|