You can also use the option of RemoteServer present in the Project properties tab . Vb makes the vbr file which can be accesible by the remote machine . the option is useful if you have made the ocx or active x exe projects
quantimizer
Posts
-
accessing a com from remote machine -
accessing a com from remote machineyou should have a look at the RPC invocation methods.
-
Problem in Using the Custom made OCXHello all, I have made an ocx . It includes the Winsock and the Timer controls . But the problem is that when I try to use the ocx in the application on some other computer the application gives error about the using the correct version of the OCX. Now when I place the ".ctl" file along with the ocx , it works fine . Now It is really annoying as i have to install complete visual basic setup on the client PC so that ".ctl" file works with ocx as app does not run only on vb runtime. Please suggest the solution.
-
Setting Permissions for user based access on the storage media on LanWell the problem is you can do that stuff in case of some domain setup , but it is not the case here. The thing here is to create the type of application that can do the job .
-
Setting Permissions for user based access on the storage media on LanHello, I am looking for the methodology to develop the program (preferably webservice) to allow the multiple users on the LAN , to have the certain permission based access on the storage media (like westren digital mybook that connects to the usb port of the computer) , so that every user has a purticular quota on the storage media and no body else can access their folder as well. need some guidence in this regard.
-
Setting Permissions for user based access on the storage media on LanHello, I am looking for the methodology to develop the program (preferably webservice) to allow the multiple users on the LAN , to have the certain permission based access on the storage media (like westren digital mybook that connects to the usb port of the computer) , so that every user has a purticular quota on the storage media and no body else can access their folder as well. need some guidence in this regard.
-
Performance Profiler For Visual C ++ 6.0Hello, Can any body suggest the Performance Profiler For Visual C ++ 6.0 . Is there any Open source Performance Profiler Available ?
-
Data Conversion Byte to IntegerThanks a Lot CPallini , by the way your mentioned code can go in error state ???
-
Data Conversion Byte to IntegerHello, I am working on some financial data .I am picking up data from the dump file in a byte type variable . I have encountered a statement that is confusing me a lot a simple example or statement might be helpful : "empsalary are two-byte integers, high order first, and negatives are signed magnitude. Users may have to swap the bytes and/or convert negatives to the complement they use. This can be done by putting the low order byte first, then turning off bit 15 (the high order bit), then multiplying by -1. For positive numbers, only the bytes are switched." what does the above statement really means??