| |
| |
| |
|
Page: 1 2 3
Comments:
<0> can any 1 help me please <0> at least give me a function name and i will learn by myself <1> huh <1> not sure why it would stop running <1> figure out why it is <0> em i used the function called Picture1.Point <0> i compare point by point <0> but if 1 point is closed by the other windows like msn or so on... <0> it stops there.... <0> should it be that way ? <1> do drawing in the paint event of the picbox control <0> U MEAN AUTOREDRAW ? <1> no <1> the paint event <0> oh <0> wait i try
<0> u mean this ? <0> Private Sub PrintScreen_Paint() <0> if not where can i find that... event thing... <1> thats it <0> u mean put my code in there ? <0> but i using function... <0> means i have nothing to put inside there... <1> then try calling .Refresh after you draw <0> ok i try the finish the whole thing then only i ask for help.. keke <0> thanks by the way <0> Doh_ <0> i get it to work dee <0> but i need 1 more help... <0> how do i read a specific windows X and Y that is runing <0> is there a function i can use ? can any 1 tell me ? <2> GetWindowsPos? <0> how do i use that function <0> i can find that in API guide <0> i dun wan the position of the windows.. i wan the position of the item inside the windows <0> like my mouse move inside the windows <0> and i tells me my mouse coordinate in the windows and not my desktop <3> is it your vb app? if so look at the mousemove events for each control or form <0> em nope <0> is is another windows running in my computer <0> like a website <0> ie.. <0> or a game windows... <2> you could possibly get the position of the mouse, get the window handle under the mouse, get the position of the window handle, then use a little bit of math <3> well, you'll need to get the window handle, and monitor its window msgs, a mousehook maybe or try what clocKwize said. <4> mm peanuts <4> MM PEANUTS. <5> mmm <6> mm <4> mm <6> The 4000+ to 4800+ versions have half the L2 cache of the 90 nm Windsor chips (x 512 MB instead of 2x 1 MB), but they run 100 MHz faster to make up for the negative impact on performance of the smaller size. <6> ;P <4> um <4> how is 2x 512 half of 2x1? <4> 512mb seems alot of cache :p <4> or was that the point in your pasting that? <4> ;o <7> that was his point <6> Yes <7> surely they meant 1GB instead of 1MB <6> L2 cahce? =P <7> ahhh.. damn. no idea <4> mm <6> mm <8> qe3 <6> wtf <9> wtf what? <6> wtf <6> ;) <10> about select max(table1.field1), table1.field2 from table 1. <10> if i used 2 table.. i get all falue of table2 . how ??? <11> can u explain more detail...? <10> table person <10> =============== <10> id Name
<10> 1 Aa <10> 2 Bb <10> table Price <10> ========= <10> id IdPerson Price Name <10> 1 1 100 book <10> 2 1 200 pen <10> 3 2 300 laptop <10> 4 2 400 table <10> table person <10> =============== <10> id Name <10> 1 Aa <10> 2 Bb <10> i want result ::: <10> Aa 200 Pen <10> Bb 400 table <4> stfu <10> before i can use select max(price),name from price group by idPerson. <10> but when i add field name in table price i get all price in table price. <10> i just want get row max ( price ) of table price <10> how ??? <10> select person.name, max(price.price),price.name from person inner join price on person.id = price.idperson group by person.name,price.name <11> is there already name field on the price table ? <10> before no, now i need name in table price. <10> all price wiil show if i using select person.name, max(price.price),price.name from person inner join price on person.id = price.idperson group by person.name,price.name <11> what about the last query you wrote... <10> my problem, i just want max of price group by id person. <10> and price.name too. <10> last query is point of result. <10> i want result ::: <10> [01:30] <10> Aa 200 Pen <10> [01:30] <10> Bb 400 table <10> max not working coz there is price.name field. <11> select max(p.price),ps.name from price as p inner join person as ps on ps.id=p.idperson group by ps.id <11> gtg... <0> how to load picture into picture box by code.... <0> picture1.? = ? <6> .picture = LoadPicture(path) <0> thanks <0> and how do i show the path ? <0> text1.text=picture1. ? <6> umm <6> LoadPicture("c:\a.bmp") <2> you can't, a picturebox image may not always be loaded from a file <2> just make it so when you load it from a file <2> it saves the place it loaded from <2> to a variable <0> oh <0> ok <2> http://members.cox.net/ag0ny/Saddams_Cat.gif <12> :) <4> thats pretty lame clocKwize <4> hah <4> clocKwize ****s the donkey ****. <0> Byref = p*** address or p*** memory item ? <13> the former <0> means if i p*** byref to other function and work.. it wont effect my current 1 right... <13> opposite <0> means it effect ? <0> ok.. thanks <13> ya, byval will p*** a copy to the function <0> oh that is what i wan.. thanks <0> in default it is byval right ? <0> call comform(x,y) <6> Yes <13> byref is the default in vb6 <0> oh <13> mm no one else is in the office yet .. i wonder if the company went bankrupt and i missed the memo <6> bigAl, Yes? Weird.. Why then do I have to specify byref specifically when p***ing an array? <0> em ? <14> because it is an object <14> you do not have to specify the ByRef though <14> But ByVal will not work
Return to
#vb or Go to some related
logs:
#worldchat #chat-world #chat-world kicken, womans underware #india #linux #india philipins girl #allnitecafe #india
|
|