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