hello, I have a problem with a GUI program I make when I use windows XP. Some time, random, the compiled program it freeze. there is someone who can help me ? ...
Yes, possible.I thought I would add that the DDRAW include file that I posted on Guidance site is only for DirectX version 4!!! Very old indeed. I was looking...
... I am using RapidQ on WinXP with success, without problems. If you can send me your source code, I test it and mayby tell (write) to you, where is problem...
I am using the MSHTML as a Qolecontainer and I get Runtime error 216 EVERYTIME and NO i dont have anty viruses, whats the problem, It is use in codix explorer...
I have the following Lines to use MSHTML: Create MSHTML as QOLEContainer CreateObject("Shell.Explorer.2") 'version 2 of IE align=centre Height=form.width ...
... The error with your code here (WIN98 :) is "Cant Focus a Disabled or an Invisible Window" BTW = align=centre ... center is not known I guess ! This Works...
Okay i put visible = 1 under the Create of my form, and put Visible = 0 jest before the END CREATE of my form and now i get "cannot make a visible window...
i just put it before all he menu calls, and now I can see the MSHTML but still get the runtime 216 error, I put visible =1 JUSt before it and Visible = 0 JUST...
Maybe it's because you don't use MSHTML.Free before you close the form, or maybe because your code looks strange. For example there's no property value called...
... you can ... that. ... longer ... Sorry for the delay in acknowledging replies, but I have limited web access (max. 1/2 times a week at my son's) and the...
I'm making an FTP Client, and I want multiple file uploads. But the QOPENDIALOG doesn't have this feature yet, is there anyway to get multiple file selection...
OK, i think you all have saw the outlook of microsoft... ok it send a login name and a password to a server at the web that you set... ok then it reseive some...
... I wrote a DLL that include CallAddress and CallPointer functions ; these functions are aimed to solve the COM Calling a Pointer and argument passing...
... a ... ========== I`m not at all clear on what you want, maybe someone else is. Are you looking for something like this: $ESCAPECHARS on $INCLUDE...
... these ... argument ... they ... somewhere ... this zip ... Thanks very much for the file! Clever scheme to pass parameters! Actually I did not see the ASM...
DECLARE SUB mnunewwindow_Click (Sender as QMENUITEM) DECLARE SUB mnuedit_Click (Sender as QMENUITEM) DECLARE SUB mnusave_Click (Sender as QMENUITEM) DECLARE...
This email message is a notification to let you know that a file has been uploaded to the Files area of the Rapid-Q group. Description : RichEdit 2.0 component...
... I FORGOT to include the ASM source ... no secret :) http://erdemal.webhop.org/RapidQ/RqUtilsBETA.zip ... It works with callback functions, I used CodePtr...
... SOME HINTS ... - Always use $typecheck on at the top of your programs (solves a lot of problems) - Line 228 (BMPhandle=run) is dangerous since RUN is a ...
johnk20042001 wrote : This code show that CodePtr work and can be called from a DLL ' --------------------------- ' Demo : CodePtr Works when called from a...
Hi! also can help Application.terminate SUB Form_close ' This removes Access violation when you close the program MSHTML.Free Application.terminate END SUB ...