... 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...
... 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...
... 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...
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...
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@...
Feb 4, 2007 9:41 pm
11500
... hello fredrik, Look at the message n°10369 Pierrot...
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...
... 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. ...
a small part of MDI code: 'app1------------------------ type COPYDATASTRUCT dwData as dword cbData as dword lpData as long end type defstr MyCmd=commandline$ ...
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 ...
... 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...
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@...
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...
Philip, ... Sample code for what I think you're after. Thanks for all your cool programs. Mark '***************** '* ScreenRes.bas * '***************** ...
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....
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...
... 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...
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...
... HotBasic has a RINSTR() function: RINSTR.inc (HotInclude). Brilliant? Well, maybe. I myself have several programs using the RINSTR() function. Cheers,...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
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...
... 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...