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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15867 - 15896 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15867
Has someone already discovered how to place an icon on the titlebar and make it clickable? grCor...
chordnl
Offline Send Email
Oct 2, 2008
8:16 am
15868
I can remember there was something like a question mark put on the titlebar, but cannot find it anymore grCor...
chordnl
Offline Send Email
Oct 2, 2008
8:49 am
15869
in codecenter =contexthelp.bas grCor...
chordnl
Offline Send Email
Oct 2, 2008
8:50 am
15870
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Send Email
Oct 2, 2008
9:37 am
15871
compiler gives error at variant grCor ... library files, generate HotBasic includes ... 20Center/Emmazle/ComHelper1.7a.zip ... ...
chordnl
Offline Send Email
Oct 2, 2008
10:14 am
15872
I changed all variant's to long and now its compiling grCor ... http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.htm...
chordnl
Offline Send Email
Oct 2, 2008
11:51 am
15873
Keep up the good work. The only thing we should have now is that we could do a walk thru of a com array. That is returned by some COM functions, or is there a...
fnoware
Offline Send Email
Oct 2, 2008
1:24 pm
15874
Yes, Keep up the good work. and more exampels are welcome ;-) to get the hang COM programming grCor ... a...
chordnl
Offline Send Email
Oct 2, 2008
1:27 pm
15875
Oops, you're right. "as variant" no longer compiles. I hope Jim finds a way to introduce that support in HB, as it opens possibilities (retrieveing the...
emmazle
Offline Send Email
Oct 2, 2008
1:40 pm
15876
Hello, an update of STRIDE is available at Code Center/Emmazle Main changes: - (feature) Added popup menu with object properties when right-clicking the grid....
emmazle
Offline Send Email
Oct 3, 2008
8:03 pm
15877
Thanks, this gonna be a very nice program suggestion: when creating an updown edit the object on design form is shown very large will do more testing grCor ......
chordnl
Offline Send Email
Oct 4, 2008
11:58 am
15878
Hi Cor, you are right, I used wrong default values for updown. Thanks for the report ... the...
emmazle
Offline Send Email
Oct 4, 2008
2:04 pm
15879
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Stride.zip ...
hotbasic@yahoogroups....
Send Email
Oct 5, 2008
7:31 pm
15880
Hi, I'm probably doing something stupid and I always was getting excellent help on the forum. Here's my problem: defstr sc_name$ defdword scm_handle, sc_handle...
tenox1
Offline Send Email
Oct 5, 2008
10:51 pm
15881
... Hello! Don't know if this would be specifically helpful, but in general, when using code/prototypes such as above, always change "dword" to "long", since...
doctor electron
globalservices1
Offline Send Email
Oct 6, 2008
1:22 pm
15882
... I've changed it but unfortunately it didn't work. See my new code: defstr sc_name$="Alerter" deflng scm_handle, sc_handle declare function OpenSCManagerA...
tenox1
Offline Send Email
Oct 6, 2008
1:41 pm
15883
... On w2k, adding $apptype console, it does not crash, but gives 0 for the second handle print, probably meaning the service does not exit. What OS are you...
doctor electron
globalservices1
Offline Send Email
Oct 6, 2008
1:58 pm
15884
... Im on Win XP SP3. Yes, if wrong service name or 0 given it returns 0 which is a valid error return code for that function. On w2k you can list available...
tenox1
Offline Send Email
Oct 6, 2008
2:23 pm
15885
Also bellow is equivalent code in C, which works. How to do a working equivalent in HotBasic? #include <windows.h> #include <winsvc.h> #include <stdio.h> int...
tenox1
Offline Send Email
Oct 6, 2008
2:40 pm
15886
... Right! If you're coding access to Services -- you know more than me! ;) j...
doctor electron
globalservices1
Offline Send Email
Oct 6, 2008
3:17 pm
15887
... Definitely not! It works in C but doesn't work in HotBasic.. Can you help debug why it's that it doesn't work in HotBasic? Thanks, Antoni...
tenox1
Offline Send Email
Oct 6, 2008
3:32 pm
15888
... OK, I used a running Service -- "Event Log", and still get 0 result for OpenServiceA with your code and "$apptype console" added. I'm running as...
doctor electron
globalservices1
Offline Send Email
Oct 6, 2008
3:33 pm
15889
... oh crap! don't tell me I've wasted a day because of typo (double paste)... It seems to be working now! Indeed it was something stupid. You're the best! ...
tenox1
Offline Send Email
Oct 6, 2008
3:57 pm
15890
... Yes, the first time I ran your code, I missed that typo, too. Then, by chance, my eye focussed on the arg names you used. If you have lots of declares,...
doctor electron
globalservices1
Offline Send Email
Oct 6, 2008
5:39 pm
15891
Just a thought, perhaps HB could check for this kind of coder sleepness. Nice way to improve on a great thing. ... .enpsuedo ... You're the...
enpsuedo
Offline Send Email
Oct 6, 2008
10:21 pm
15892
... HB specifically allows duplicate names for SUB/FUNCTION arguments, unlike the general DIM/CREATE error-checking where duplicate names are not allowed. In...
doctor electron
globalservices1
Offline Send Email
Oct 7, 2008
3:33 am
15893
... I don't think so. The best people are behind the contents on that domain ;) BTW during debugging we've encountered this: In C:\hot\projects\sc.bas: Line 5 ...
tenox1
Offline Send Email
Oct 7, 2008
1:24 pm
15894
... Perhaps that could be an option, eg. under $TYPECHECK ON? Thanks again, Antoni...
tenox1
Offline Send Email
Oct 7, 2008
1:31 pm
15895
Here is an unsual problem: In the following example of SUDOCODE if Sub1 is called vi B1 the program crashes. However if the position of Sub1 and Sub2 are ...
low_beer_light
Offline Send Email
Oct 7, 2008
5:23 pm
15896
... What happens (are we OK?) when you correct the syntax error (missing SUB statement): SUB Sub1 ' do some stuff End Sub SUB Sub2 ' do more stuff End Sub ...
doctor electron
globalservices1
Offline Send Email
Oct 7, 2008
5:35 pm
Messages 15867 - 15896 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