Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9494 - 9523 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9494
Hi all Is it possible to get a text into a Gauge object? Thanks....
sorcipollo
Offline Send Email
Feb 1, 2006
8:12 am
9495
Worked like a champ! Thanks Jim Now another question. From within my code I would like to Minimize the main form but I see no Minimize property to accomplish...
(no author)
(no email address)
Send Email
Feb 1, 2006
2:04 pm
9496
Hi, Jim Your code example for MyPrinter has been proven to work (see MyPrinter.bas below). I just used "LPT1" for the system_name for now, just to prove it...
Philip Bister
philip.bister@...
Send Email
Feb 1, 2006
5:09 pm
9497
Dear Jim We have a problem with .OnMouseDown when used with a ListBox. (See test code below) .OnMouseUp works perfectly, .OnClick is not working properly. In...
Philip Bister
philip.bister@...
Send Email
Feb 1, 2006
5:10 pm
9498
... Compiles on my system with no problem. Philip...
Philip Bister
philip.bister@...
Send Email
Feb 1, 2006
5:11 pm
9499
... In your code, I inserted BEEP in the label_select routine and with both .OnClick and OnMouseDown, it works (beep is heard); that is, the event routine is...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2006
5:43 pm
9500
Thanks, I will investigate furthur. ... [Non-text portions of this message have been removed]...
(no author)
(no email address)
Send Email
Feb 1, 2006
10:46 pm
9501
... Thank you, Philip, for sharing your expertise on printing matters many times here in this group! Idea: Maybe you and others might write tutorials. E.g.,...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2006
1:26 am
9502
Hi all how I can know if a program is already running? Thanks....
sorcipollo
Offline Send Email
Feb 2, 2006
5:09 am
9503
print "" gives compiler error: ERROR Expected end of statement print " " is ok Better if "" also print empty space and not producing an error grCor...
chordnl
Offline Send Email
Feb 2, 2006
7:17 am
9504
... Below you will find some clips of code from a program that I have written to print text files to the default printer. This program sends the text to the...
Tom Slonaker
tcslonaker
Offline Send Email
Feb 2, 2006
1:37 pm
9505
... I'll look into that, Cor. Meanwhile, print null and print are logically equivalent statements. Regards, Jim...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2006
9:40 pm
9506
... Cor wrote a program to identify if HotIDE (or any other program) was running, and if so, send it characters. His app could then "write" text into HotIDE!...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2006
9:42 pm
9507
... Use MUTEX. The WinAPI used are CreateMutex, GetLastError and CloseHandle. If I recall correctly this is what needs to be done: 1.) Create Mutex with...
efgee2003
Offline Send Email
Feb 3, 2006
1:32 am
9508
... BUMP! Jim, what about an enhanced BYREF? efgee...
efgee2003
Offline Send Email
Feb 3, 2006
1:34 am
9509
... Please elaborate. How enhanced? j...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2006
2:25 am
9510
... You could also use a Semaphore. --CODE-- $apptype gui: $typecheck on Declare function CreateSemaphoreA lib "kernel32" (iAttrib as long, iCount as long,...
AIR
airrsongs
Offline Send Email
Feb 3, 2006
4:32 am
9511
Quick note: you don't need to declare the GetLastError function, it's built in. Just change the line: err=GetLastError() to: err=GetLastError And it still...
AIR
airrsongs
Offline Send Email
Feb 3, 2006
4:36 am
9512
... I have discovered why special characters are not printed. My printer manual states that additional symbol sets are supplied on a floppy disk which came...
Philip Bister
philip.bister@...
Send Email
Feb 3, 2006
1:03 pm
9513
Dear Jim Re printing via a USB port, you have often asked if anyone knows what name is used for a USB port. My printer is a HP DeskJet 895C. This is quoted ...
Philip Bister
philip.bister@...
Send Email
Feb 3, 2006
1:10 pm
9514
It is sometimes said that hot babe entertainers may put on shows for the troops overseas to "remind them what we are fighting for". Well, here is a little...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2006
12:37 am
9515
... Well we talked about using BYREF this way (in a SUB of an object): x0 = byref(@SPLITTER.LeftTop1) but the problem is, that BYREF is directly coupled with...
efgee2003
Offline Send Email
Feb 4, 2006
1:01 am
9516
... Oh, I see. Thanks for the clarification. But another object *cannot* become hbObj during the run of your code, can it? That is, code is run linearly in...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2006
1:31 am
9517
... What when Threads are used? ... POP was the very last thing at the end of the SUB, as you said it should be done. efgee...
efgee2003
Offline Send Email
Feb 4, 2006
3:21 am
9518
... I believe the main thread includes all of the Custom Object (or any other) procedures called by the main program (e.g., SPLITTERInit). These run linearly,...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2006
4:00 am
9519
Hi all I tried TabStop.Bas (With TabStop.inc) but it don't seems to work. I just compiled the program without any change....
sorcipollo
Offline Send Email
Feb 5, 2006
12:21 am
9520
... Given the grinch of accented characters "stole our wm_char" message, I've now enhanced HB to unconditionally send all tab keydown events as wm_char...
doctor electron
globalservices1
Offline Send Email
Feb 5, 2006
4:12 am
9521
Hi all I tried to assign some styles to some objects but them don't work in all cases. Have I mistake the way to use Styles? Thanks. $APPTYPE GUI $TYPECHECK ON...
sorcipollo
Offline Send Email
Feb 5, 2006
1:28 pm
9522
... You made no mistake; FACT: The OS is unable to change certain styles of certain FORM object types (classes) on-the-fly (after the object has been...
doctor electron
globalservices1
Offline Send Email
Feb 5, 2006
2:26 pm
9523
... Right, thanks for pointing this out. I think recent changes to get the accented and other special characters has obliterated the wm_char message used in...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2006
12:03 am
Messages 9494 - 9523 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help