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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 14164 - 14196 of 17146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14164
... Yes! Notice the use of a quoted string is needed if a ":" character (HB statement delimiter) appears in the pathname or switch. [I happily surprised that...
doctor electron
globalservices1
Offline Send Email
Nov 1, 2007
3:47 pm
14166
... I might add to the previous helpful replies that HB's RICHEDIT *is* a multiline EDIT and that all you have to do is use multi-line text: defstr lines ...
doctor electron
globalservices1
Offline Send Email
Nov 1, 2007
4:12 pm
14167
... Absolutely, yes!! And you might not use the native STATUSBAR object at all. Consider a LABEL (an instance of Windows STATIC) which we know, in HB's...
doctor electron
globalservices1
Offline Send Email
Nov 3, 2007
2:33 pm
14168
... Assuming above is true (I have not tried it), let's do some math: 1. With COMBOBOX .Edit=true, you seek to let MS Windows' combination of the COMBOBOX and...
doctor electron
globalservices1
Offline Send Email
Nov 4, 2007
4:41 pm
14169
The updated .lib file in the HB 5.4d fixes an problem with the APP.Path (alias PATH$) string function in the special case where a command-line argument is a...
doctor electron
globalservices1
Offline Send Email
Nov 5, 2007
10:46 pm
14170
Hello, In a very big application, I have troubles with literals strings. If I use variables everything is good ...??? The code is more secured with declared...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 6, 2007
2:26 pm
14171
... Hi, MANY. Might you please provide one or more examples of statements that work with variables, but not with literal strings? TIA, Jim...
doctor electron
globalservices1
Offline Send Email
Nov 6, 2007
2:50 pm
14172
... Hello Jim, ex: MyMenu.caption="MenuCaption" 'the app crash when using scrollbar etc... defstr MyCaption="MenuCaption" MyMenu.caption=MyCaption 'solve the...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 6, 2007
3:08 pm
14173
... You are lucky you are getting an app crash, since Fredrik's debugger can pinpoint the statement where the fault occurs. I suspect the problem will be found...
doctor electron
globalservices1
Offline Send Email
Nov 6, 2007
4:23 pm
14174
... In addition to finding the faulty statement causing the crash, try to do a file compare of your current source code with the last working version, to...
doctor electron
globalservices1
Offline Send Email
Nov 6, 2007
4:37 pm
14175
... If this is true (and I believe you), it is only a symptom of the problem. That is, by making a copy of the quoted string in the .data section of your...
doctor electron
globalservices1
Offline Send Email
Nov 6, 2007
4:52 pm
14176
... wrote: Hello Jim, ... Is this possible? I use numerous functions in a static library, normally the data section should not be overwrited... A linker...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 7, 2007
6:12 am
14177
... Sure! All one needs is a bad pointer. Let's say one uses memcpy to read/write ram and the pointer is not exactly right. Well, all those read/write...
doctor electron
globalservices1
Offline Send Email
Nov 7, 2007
2:06 pm
14178
... Aside from using Fredrik's debugger to find the statement causing the crash, one can use the "divide and conquer" method which is vary fast even for very...
doctor electron
globalservices1
Offline Send Email
Nov 7, 2007
2:15 pm
14179
... of ... I have no idea. It sounds like a bad idea, though, as it could open a security breach. E....
emmazle
Offline Send Email
Nov 7, 2007
8:12 pm
14180
... Hello Jim, Thanks for the method. My problem is solved.(a missing exit sub in objet procedure...) Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 8, 2007
12:18 pm
14181
... Yeah, we might call it the "BEEP if you are happy" debugging method. ... Hurrah! Hurrah! Another demo that the statement causing the crash is most often...
doctor electron
globalservices1
Offline Send Email
Nov 8, 2007
1:23 pm
14182
... Hello Jim, I used pause instead (no speaker in my computer...) Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 8, 2007
2:11 pm
14183
... Please try: =====combodir.bas create f As FORM end create dim cb as combobox cb.width=100 cb.directory(path$+"*",&H8010) cb.delitems zero 'remove "[..]" ...
doctor electron
globalservices1
Offline Send Email
Nov 8, 2007
2:38 pm
14184
Hello, It is possible to add support for .ani files(animated cursors) resources ? I tried with a .ani file renamed .cur and work fine... :) Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Nov 9, 2007
6:32 am
14185
Is there any way to update tray.tip when the application is trayed. It's not updating while trayed but if I untray it and tray it again it works, but I don't...
fnoware
Offline Send Email
Nov 9, 2007
2:31 pm
14186
Is there a way to get the handle of the Notify type for the tray object ? /Fredrik ... it...
fnoware
Offline Send Email
Nov 11, 2007
8:48 am
14187
Hi to all HB freaks Only want to let you know, that a new alternative TabStop handler is available in the files section. FILES/CODE CENTER/TABSTOPDEMO.ZIP And...
-Alex-
fconx_aho
Offline Send Email
Nov 11, 2007
11:05 am
14188
... The address of your SYSTRAY object is the pointer ("handle") to the SYSTRAY structure used in NotifyIcon operations, such as setting the Icon, Tip, etc....
doctor electron
globalservices1
Offline Send Email
Nov 11, 2007
12:23 pm
14191
... In Visual Basic, you can set the background color for buttons: http://tech.ph.groups.yahoo.com/group/hotbasic/photos/view/f2f5?b=1...
Torsten
borstensohn
Offline Send Email
Nov 11, 2007
6:58 pm
14192
I'm trying to get two applications to talk to eachother like the sendmessage demo that someone wrote a while ago but I'm not getting this to work. Has anybody...
fnoware
Offline Send Email
Nov 12, 2007
10:43 am
14193
... Suggest combining code for udp_send.bas and udp_recv.bas (in HotTrial download) into one source code where the application can both send and receive...
doctor electron
globalservices1
Offline Send Email
Nov 12, 2007
11:37 am
14194
... In the case of TCP packets, you need only one port, but more "structure" re establishing a bi-directional connection: 1. designate App1 as the server and...
doctor electron
globalservices1
Offline Send Email
Nov 12, 2007
11:47 am
14195
I want to use the [X] to close on the top right corner for another purpose. That I am doing with OnClose. However, how do I change the popup tip from "Close" ...
low_beer_light
Offline Send Email
Nov 12, 2007
1:15 pm
14196
Fredrick, I have created a server/client app based on Jims socket example. It works pretty well and is effective. I use Select Case for the different commands...
Sexmotron
enpsuedo
Offline Send Email
Nov 12, 2007
8:48 pm
Messages 14164 - 14196 of 17146   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