I have 10 windows XP pro computers connected on a network LAN
and their internal IP addresses are
192.168.0.1 to 192.168.0.10
Now I need the computer having IP address 192.168.0.5 to access ONLY 192.168.0.2 and 192.168.0.4 and no other computers ?
For all other computers no access...
If I want to take a backup of an sql server 2000 database (everything the stored procedure, table definitions etc ..basically everything) EXCEPT the stored data what TRANSACT sql should I use ?
Thanks for all your help
Im constantly working on this application
Can you please tell me where I can learn more about passing structures (i.e Types in VB6) arrays to the dll ? Since I guess this dll will not accept anything but an array to a structure
Is there book or website etc ?
Thanks...
But The API says this
5.4. MRT_List(): Getting List of things
(1) Function
The MRT_List() function get the list of things , which have retrieved by MRT_Search().
MRT_STATUS MRT_List(
MRT_List* devList, // [in/out] Pointer to array of devList.
int* numberOfList // [in/out] The size of...
Thanks for the excellent guidance I have been able to progress much far
The same dll expects a pointer to an array of STRUCT
Private Type MRT_List
version As Byte
instance As Long
speed As Integer
opbit As Integer
product As Integer
End Type
Dim somevar(1 to 10) as MRT_list
How do I pass a...
Just found out that all functions in the dll return
a structure like
typedef enum tag_MRT_STATUS {
MRT_NORMAL,
MRT_E_FATAL,
MRT_E_OVERFLOW,
} MRT_STATUS;
so for capturing the return value what datatype I must use in Visual basic ?
specifically
Private Declare Function...
Ok regarding the documentation
They have given function wise and for the INIT function
MRT_Init(): Initialize MRTLib.
(1) Function
The MRT_Init() function initializes DLL (MRTLib).
This should be called once before calling other functions
MRT_STATUS MRT_Init(
HWND hWnd, // [in] Handle...
I am wanting to integrate a custom dll into my Visual Basic 6
and the steps given are
(1)Add MRTLib.h and MRTLib.dll to a project.
(2)Implement LoadLibrary() Win32 API function to load “MRTLib.dll”
(3)Following (2), get function pointer address for each function of the DLL with...
Can someone show me an example of creating windows forms without using any of the .net libraries using visual studio express vc++ edition ?
They say only a console application is possible without needing any of the dot net runtimes ?
Hello All
I need to compile a .exe using VS 2005 express edition vc++ and that .exe should work on windows 2000 and windows xp computers and IF possible even on win 98 WITHOUT requiring users to download the DOT NET runtime ?
Is it possible ?
If not does that mean that the minimum size a...
I create a simple activex dll using c# the snippet of code is
==============================
new FileIOPermission(PermissionState.Unrestricted).Assert();
string[] str=Directory.GetLogicalDrives();
int len = str.Length;
for(int i = 0...
I am using sharpdevelop IDE
HOw can I develop internet explorer toolbars using C# ?
Will the tool bar work in windows 2000 computers too ?
longshot: Will the tool bar work in win 98 ?
What are the options that I can use to display data using c# ?
Suppose we need to display data in rows and columns and I need to have individual control over the colors and etc used for each and every single cell of data what I should use ?
Should I use datagrid ? if os is it fully...
I had posted this earlier at the VB6 forum but now Im posting it here
I have working knowledge of vb6 and c#
Please choose "member sign in " on the page http://www.shutterfly.com/
sign in using
aldenviv@gmail.com / 123456
Please click on "add pictures"
Create a album "My first album"...
I'm not sure whether this can be done purely on the server side .
Dear John if you have a sample website containg aspupload demo I would be most happy to look at it
I did search
http://www.tek-tips.com/search.cfm?action=Search&pid=333&requesttimeout=75
regarding aspupload
I just want to...
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.