Is there a way to get the IP address of a machine that is mapped to another. For example Mapped: F: = \\Nas1. How to obtain the Ip address of Nas1 from workstaion?
Trying to Convert '3D981CC' to Binary
0011 1101 1001 1000 0001 1100 1100
Numbers convert correctly but the letters are not right. Not sure how to convert those into binary. Any help would be greatly appreciated.
cChar = SubStr(cString,I,1)
liA =...
I have two apps that need to reference a LCD display. Both can be run at the same time. Unfortunately if I open the port in one app I get a error when I try to do the same in the other. Is there a way that I can share that port between apps so I can talk to the port from both? They are running...
If you just want to encrypt with a password using PGP you can just use PGP_SDK.DLL,PGPcl.Dll from the free version; Using the NSDPGP.dll. You just need to have those two files in the same directory and register the nsdpgp.dll. Wanted something that I could distribute. Note to unencrypt the files...
Have a application with multiple exes. All share the same video image window. Depending on what exe they are in it could be a different member. Want to be able to update the image when a user clicks on a exe. Have code in the activate and got focus events of a form but they do not fire until I...
If you can make them modal you can use
Do form whatever with whatever to variable. The unload of the form return the value you want and the calling variable will hold it's value.
I need to hide a modal form but not set visible to .F. I call a shellexecute from this form to another exe. I want the calling app to pause code execution until the exe fires a event to release the modal form. All this works except the darn modal form keeps displaying itself. I need the form to...
How would I add a activex control at runtime to a form and be able to capture the events from the control. I know addobject will put the control on the form but I am not able to receive the events from the control when I do this. Do I use Define class and make the event a property? As well how...
Trying to delete record from access table. I can connect to the database but when I delete I get -1 returned.
STORE SQLSTRINGCONNECT("Driver={Microsoft Access Driver (*.mdb)};Dbq=" + DataDrive() + DataPath() + "VfFeatures.mdb;Uid=Admin;Pwd=;") TO Connected
If Connected < 0
MsgBox("Record...
I have created a dcom exe on the clients machine. From the server I want to make a call via creatobjectex("Clsid",Client_PC"). From the clients machine I want it to display a form that they input data into. When I try to run the DCOM component it hangs without displaying the form. Is it possible...
Have a keypad set up over RDP. If I type slowly all characters get read in. If I type normal speed every once in awhile a character will get skipped. Looking into this I found that the last character will sometimes get bufferred but the oncomm event does not fire. I verified this by typing...
In C# I can use System.Security to get users rights to the active directory. Such as read, write, execute. Is their a way to do this in Fox? i am looking to read a network folder to see if the logged in user has rights to run programs in the given folder.
I am trying to create an array of pointers to memory blocks. Below code works if I have only one record. Pretty sure GC is claiming the allocated block so when I go to read the array pointer it is no longer valid. Is there something I can do to make sure the allocated memory does not get...
I am trying to save an array to a foxpro table. When ever I execute I end up with a null value in the memo field. If I use this same code to a access table it works fine. Being that the application is written in fox using Access table is not a option. I am hoping someone could tell me what I am...
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.