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 11494 - 11523 of 17146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11494
If I want to send a string from one HB Application to another. I tried this but It didn't work dim data as string data="send testdata" ...
fredriknorling2003
fredriknorli...
Offline Send Email
Feb 3, 2007
3:13 pm
11495
... maybe if you change myret=sendmessage(secwin,128,0,@data) into myret=sendmessage(secwin,128,len(data),@data) then in recieving app do: case 128 defstr data...
larsjongste
Offline Send Email
Feb 3, 2007
6:13 pm
11496
... Off of the top of my head (more or less) : I think you'll have to setup IPC, with WM_COPYDATA and a COPYDATASTRUCT type declaration. The COPYDATASTRUCT...
Airr
airrsongs
Offline Send Email
Feb 3, 2007
6:15 pm
11497
... In 2004, I think, HB user Cor wrote several programs like sendkeys.bas and sendtext.bas (my names for them) showing how to discover the handle of another...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2007
8:46 pm
11498
I used the WM_CopyData struct to send the string and it worked great. It actually copies the datastring that I send to another location when It is recieved in...
fredriknorling2003
fredriknorli...
Offline Send Email
Feb 4, 2007
12:49 pm
11499
Hi everyone....sorry i have been away but i just moved into a better house. i got a way better deal with these guys http://newtoitall.info/hyyr they...
sherry-heath888@...
Send Email
Feb 4, 2007
9:41 pm
11500
... hello fredrik, Look at the message n°10369 Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Feb 5, 2007
6:17 am
11501
Hello, in Files/Code Center/Emmazle you'll find version 1.6a of ComHelper What is new: - a few bug fixes in ComForge - objects generated by ComForge now...
emmazle
Offline Send Email
Feb 5, 2007
8:34 am
11502
... I used this example as the starting point for my development but It didn't have any sending of strings to the onmessage just setting the window title. ...
fredriknorling2003
fredriknorli...
Offline Send Email
Feb 5, 2007
10:34 am
11503
a small part of MDI code: 'app1------------------------ type COPYDATASTRUCT dwData as dword cbData as dword lpData as long end type defstr MyCmd=commandline$ ...
MANY PIERRE
pierrotstudio
Offline Send Email
Feb 5, 2007
1:54 pm
11504
I wonder if there is a simple way to load FILEREC.DateLastWrite into a DATE data type. I see that .Date etc. are in the Windows format, but wasn't able to ...
giorgiobertazzo
Offline Send Email
Feb 6, 2007
1:47 pm
11505
... Let's get the job done immediately, then consider new keywords: 1. FILEREC is defined in a HB app after any statement that fills in FILEREC data is used...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2007
3:57 pm
11506
Hi, Everyone From my program, I need to get the horizontal screen resolution. This should be 96 pixels per inch, but I did read somewhere that the resolution...
Philip Bister
philip.bister@...
Send Email
Feb 6, 2007
4:14 pm
11507
... Try Registry HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Hardware Profiles/Current/Display/Settings/DPIPhysicalX I used regedit to search for "pixel" and...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2007
4:53 pm
11508
Philip, ... Sample code for what I think you're after. Thanks for all your cool programs. Mark '***************** '* ScreenRes.bas * '***************** ...
mdchipman
Offline Send Email
Feb 7, 2007
12:21 am
11509
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
Feb 7, 2007
1:33 am
11510
... First, I'm amazed at the code being written in HB -- that it all works! Don't know the details on the values above, but if CDS.cbData = &H20 and...
doctor electron
globalservices1
Offline Send Email
Feb 7, 2007
2:58 pm
11511
... After i saw your solution i realized that some hints read here and there if considered together could put me on the way to find myself the solution. In...
giorgiobertazzo
Offline Send Email
Feb 7, 2007
3:40 pm
11512
Hi everyone, A new DirectDraw using GUI mode example has been upload to the file section. The demo is the same like the first one which is I wrote in Win32...
Don
don67geo
Offline Send Email
Feb 7, 2007
4:54 pm
11513
... HotBasic has a RINSTR() function: RINSTR.inc (HotInclude). Brilliant? Well, maybe. I myself have several programs using the RINSTR() function. Cheers,...
doctor electron
globalservices1
Offline Send Email
Feb 7, 2007
4:58 pm
11514
... 20Center/hotddraw7_native.zip ... it's ... But ... The first example worked for me, but this lastone word but the sourrounding area around the car was just...
fredriknorling2003
fredriknorli...
Offline Send Email
Feb 7, 2007
7:44 pm
11515
... I bought HB a few years ago, but started using it to do something real only recently (end of 2006). I rely mainly on HB Assistant, and for everything...
giorgiobertazzo
Offline Send Email
Feb 7, 2007
8:28 pm
11516
... Don, great work! Both of your demos work on my 300mHz w2k machine. What you call the "win32" version shows HB can be used like other GUI-dumb compilers...
doctor electron
globalservices1
Offline Send Email
Feb 8, 2007
12:27 am
11517
... Hello Jim, You are right! I shortened the original code and added this error Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Feb 8, 2007
6:30 am
11518
... Thanks Fredrik, for an useful info. Similar to my OpenGL demo, this blinking thingy always appear on different system when using GUI mode. Btw, it's not...
Don
don67geo
Offline Send Email
Feb 8, 2007
9:28 am
11519
... Thanks Doc, Glad to know it's also work on Win2K. Several months I'm spending time to make DX program working in HB seem pay off. I had never coding any DX...
Don
don67geo
Offline Send Email
Feb 8, 2007
9:45 am
11520
Hi Don, nice to hear from you. Like Fredrik I'm using WinXP SP2 too. But on my machine your GUI demo works fine. No flickering, no blinking. Works as it...
-Alex-
fconx_aho
Offline Send Email
Feb 8, 2007
11:59 am
11521
Hello Don, I confirm Alex's results No problem with Win XP SP2 Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Feb 8, 2007
12:06 pm
11522
Hi I'm working on different custom objects. Each custom object is stored in an .inc file, so they can easily be included in the mainprogram. Problem is, that...
-Alex-
fconx_aho
Offline Send Email
Feb 8, 2007
12:48 pm
11523
... Hi Alex and Pierrot, Thanks. So, now we can use HB Form object for DirectX application. Fredrik result may raise some question like would different DX...
Don
don67geo
Offline Send Email
Feb 8, 2007
2:51 pm
Messages 11494 - 11523 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