Hi nsanto17,
Thanks for your reply.
First of all (as I've mentioned) It's been so long for me since the last time I installed server (1996 with NT4 server). Now I'm kind of confused with Win2000 server (I feel like a newbie :-D ). So forgive me if I have many questions. Also since I'm not on...
I have read the FAQ's for setting up DNS. One thing I've noticed from the FAQ is "Don't set IP 127.0.0.1 as DNS server". I think this is a problem, because the server using this IP for the DNS. I've tried to configure this IP (from TCP-IP network protocol), but the server automatically reset...
Hi all,
This is my first question here, please bear with me :-)
A client of mine ask me to help them to configure win2000 server as a domain. And it's been so long since the last time I installed a server. So I'm kind of confuse here and really need help on this
Currently they have a server...
I'm Not sure what is happening. I need more info for this. Is the "Newtextbox" added to the poperties of resizable class in solution.vcx or added to resizable class in your form ?
If it was added to the class in solution.vcx, check the resizable class in your form. Does the properties also...
Ok,
I think you haven't get it why the key to this tehcnique is TIMER. Why we have to use it? Because that window is not exist yet! It is created inside the function/API that we are calling. That's why we have to use the TIMER in order to get the handle to that window. This timer act like...
Mike,
I have tried this technique (timer) long ago. What happened is when VFP call the CommonDialog the VFP app will stop and wait for the Dialog not even the timer will run!
You can try this yourself:
Add nCounter property to the form. Add the timer object with interval 500 (half msec) then...
Andreas (& Mike)
You can set MessageBox position, caption, etc.. with VFP only (using timer, ugly solution anyway), however you can't do the same thing for CommonDialog, because it is not the same Instance/Thread as VFP
There is a DLL wrapper (in UT) with position for CommonDialog but no...
Hi keratox,
I'm not sure what are you trying to achieve with that code. But if I look from it, I can't see what's wrong. Is that only a small part of your code?
Try to trace (from the debugger) step by step.
-- AirCon --
Hi Zeaglefeather,
Don't use the menu as your main. Create a program (PRG) as a main and set it as your "main project". In the main program you can add this code:
DO MENU MyMenu.mpr
READ EVENTS
Don't forget to issue CLEAR EVENTS (in your quit menu) to quit the application
Hope it works
--...
You missed one more property which is ResizeList. Also you have to be carefull when you add the name of your class into that list, It's case sensitive.
Regards
-- AirCon --
Yes it works for browsing local directories. I tried with C, D then navigate (double click) thru subfolder, it stays on the same form!
Perhaps you could ask about this setting in W2K forum
Hope you can work it out
-- AirCon --
ITFlash,
As Baltman said, the problem is from IE options settings. Because in my machine (IE 5.5) it doesn't open/launch a new window when I open/double click a new folder.
-- AirCon --
Windows use a smartdrive mechanism. For DOS you have to load SmartDrv.exe yourself.
Edit autoexec.bat, put this on the last line:
Smartdrv 8192 8192
It should work much faster :-)
Notes: it is better to flush the cached before reboot/turn off the computer, by typing "smartdrv /c" at DOS...
itflash,
I think this might be what you are looking for. Run the Solution example.
Solution -> Foundation Classes -> Create a Visual Foxpro Web browser.
-- AirCon --
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.