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...
...Define class and make the event a property? As well how would I handle two interfaces? Appreciate any answers someone may have.
DEFINE CLASS myclass AS session OLEPUBLIC
IMPLEMENTS _XEvents IN "ACTX.OCX"
PROCEDURE _XEvents_SendResult() AS VOID
* add user code here
ENDPROC
ENDDEFINE
...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 could not be deleted")...
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...
...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 doing wrong.
** OleDbType excluded for room
MySql.Parameters.Add("@aac", VarWChar, 4).Value = "21";
MySql.Parameters.Add("@finger", VarWChar, 1).Value =...
This will probably be used more for personal training. Managers are wanting a way to verify that people are actually showing up for their appointments. Since the trainers get paid by commission. I am sure that in some cases this could be used for checkin purposes. One of our competitors is...
Sorry I actually have several classes in the DLL. It does not work with any of them. It is a biometric program that reads fingerprints. We have a project written in Fox that checks in members at a gym.
FOX:
Declare String Enrolled In C:\Fing\FingerScan.Dll;
String @csUsers, String @csFinger...
Not sure where to post so I will do so in both. I am trying to call a C sharp DLL which I wrote from foxpro. I keep getting entry point is not found. If I call this dll from C Sharp I have no problems. Is there something I need to do for Fox to recognize the entry point?
Fox Code:
Declare...
void* bufftempSize = stackalloc uint[TemplateSize];
byte[] blob = new byte[TemplateSize];
Manager.ATBuildMatchTemplate(pImageItem,bufftempSize);
Marshal.Copy((IntPtr) bufftempSize,blob,0,TemplateSize);
I am using the code above to read from memory block. It seems to work except the template...
I am trying to install a barcode font. I copy the font to Fonts Directory then use AddFontResource(). All this works except I have to exit the program and then launch it again to be able to use the Barcode. I hope someone can take a look at this and tell me where I am going wrong. Any help is...
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.