Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chennaiprogrammer

    windows XP pro - simple network question

    I thought this would be easy. So is there no simple way to do what Im asking ?
  2. chennaiprogrammer

    windows XP pro - simple network question

    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...
  3. chennaiprogrammer

    how to backup ms sql server database without data

    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 ?
  4. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  5. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  6. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  7. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  8. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  9. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    Those steps come with the documentation which is vague at its best :) If these steps are not needed in VB can you please let me know the correct way ?
  10. chennaiprogrammer

    Visual basic 6 - linking to a dll file ?

    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...
  11. chennaiprogrammer

    using vc++ to create a .exe without the need for dot net runtime ?

    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 ?
  12. chennaiprogrammer

    using vc++ to create a .exe without the need for dot net runtime ?

    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...
  13. chennaiprogrammer

    c# activex - System.Security.SecurityException: Request for the permi

    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...
  14. chennaiprogrammer

    How to create a internet explorer tool bar using c# (sharpdevelop)

    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 ?
  15. chennaiprogrammer

    What is this application and how to even start to create like this ?

    Hello Bob Yes you are correct and thanks for the post
  16. chennaiprogrammer

    How to hide datagrid parent node ?

    Please see http://www.data-entry-bpo.com/tek-tips/ I want to hide the parent node and display the content of datagrid directly is it possible ?
  17. chennaiprogrammer

    displaying data in a neat presentable format ?

    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...
  18. chennaiprogrammer

    What is this application and how to even start to create like this ?

    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"...
  19. chennaiprogrammer

    What is this application and how to even start to create like this ?

    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...

Part and Inventory Search

Back
Top