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 Wanet Telecoms Ltd 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. PraveenMenon

    Valediction

    I think, i 've tried my maximum, to help you people out of problems, now i think its time to say gudbye.. dont know why i feel so, but i think there are numerous exceptional people here who can always do the job u need... I've researched on your problems and i've done my best to solve them.. i...
  2. PraveenMenon

    Send mail W/O an SMTP and Streaming

    Hi all, Hope the newyear is going well to u all.. I have some questions to make.. 1) I have seen many a code here at the TT, for sending mails via VB. Many used Outlook, MAPI or Winsock. I am trying to code a Mail Server from VB, which when installed in the system, can relay messages to one...
  3. PraveenMenon

    A new thing (as far as i am concerned) with Multiple Loop

    if you are using a nested for loop, we usually do this '====================== For i=0 to 20 For j=0 to 20 Debug.Print i,j Next j Next i '====================== we can also do this For i=0 to 20 For j=0 to 20 Debug.Print i,j Next j,i '====================== Is it new? let me...
  4. PraveenMenon

    How to: Update Access database via internet

    Hi all, I have a problem now. The thing is, i am trying to make an application (Addressbook) that has an access backend and a VB front end. The .mdb is located in a freeserver webspace, and i don't know how to connect to it. What i need is a way to update, delete, edit or add records to the...
  5. PraveenMenon

    Problem with generalising Code, and calliing it Function call failed

    Helo All, I am having a problem with generalising the following piece of code. I need it as a function, so that i can call it with different arguments. =========================================================== with Img1 Load Img1((.UBound) + 1) Img1(.UBound).Picture = Source.Picture...
  6. PraveenMenon

    Installing a VB Program in XP

    Hello all, I am currently in the development of a packaged software, and is having a requirement to setup the program, what ever be the OS. My question is, is there any additional files to be included in the intallation if the progam is being installed in XP? I am yet to try the setup with XP...
  7. PraveenMenon

    Virtual Servers

    Hi there, Is there anyone who can help me to setup a virtual server in MS SQL Server 2000 via VB Code? Also, is it in anyway connected to Failover Clusters? Pls help me out.. am in a worse situation.... thanx in advance Praveen Menon
  8. PraveenMenon

    SQL Server - Protecting the Database Structure

    Hello all in, Is it possible to protect the database structure in SQL Server? when we pack and deploy the application, is it possible to restrict the user from accessing the tables,views, stored procedures etc. and modifying/copying the structure? By user, i mean all.. including the db...

Part and Inventory Search

Back
Top