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

    ...to allow ONLY 192.168.0.10 access to all files and permissions of 192.168.0.5 ? i.e 192.168.0.10 is the only external computer that can do *anything* on 192.168.0.5 and all other computers do not have access on 192.168.0.5 at all Note 192.168.0.10 has access to all other computers no problem.
  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 ?

    ...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 array. ); (2) Parameters *devList [in] Specify...
  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 ?

    ...basic ? specifically Private Declare Function MRT_Init Lib "C:\MRTlib.dll" (ByVal hwnd As Long, ByVal messageoffset As Integer) As String --> ** The return value must be a C STRUCT equivalent ** The 'Status' variable is in fact a C STRUCT so what is the equivalent of a C STRUCT in...
  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 ?

    ...Im not including either the .lib or the .h files ? HOw to proceed to steps 2 ) and step 3) above also in the usage document they have said /* You have to prepare to reserve window message id for the DLL for your program, */ /* and assign the DLL with MRT_Init() API. */ status =...
  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

    ...btn.Width = 42; btn.Height = 42; btn.Location = new System.Drawing.Point(32,btn.Height*i); this.Controls.Add(btn); } FileIOPermission.RevertAssert(); ======================== The above is for listing...
  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