Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: juggyjuggy
  • Content: Threads
  • Order by date
  1. juggyjuggy

    Global External Function : GetCursorPos()

    I tried the example at this page : http://www.rgagnon.com/pbdetails/pb-0052.html I have PB7 + WinNT. I entered the code like in the example, but when I type GetCursorPos(lstr_point), PB compiler prompts me with the error of that last command GetCursorPos(lstr_point) (0005) : Error C0174: Type...
  2. juggyjuggy

    Why underscore for identifier ?

    I know this is a very stupid question, but i'm looking through some code i downloaded and see a lot of variables declared preceding with an underscore ... Thx for answering, JuGgY ... eg : // Draw background _x1 := BACK1X; _x2 := BACK2X; _p.y := 0; for _z := 0 to 11 do begin...
  3. juggyjuggy

    Can I create a collection in VBscript (like in VB)

    Hi, I try something like this : Dim my_collection as collection (doesn't work) or Dim my_collection Set my_collection = server.Createobject("collection") None of this works :( Can someone tell me the right code please ? Thanks, JuGgY ...

Part and Inventory Search

Back
Top