I have the first part of my program done to where it will query the registry of a computer and ask who was the last person to logon was. That will give me the...
thanks for the effort guys the scenario is like this I populate a temp table in access, then pick the data from this table using the ado control to populate...
Dear All, I am writing a Macro In excel using VBA. Now i need to fetch the data from oracle database and display. i am allowed to use odbc. but i am not...
Matt, Thanks for your answer It is not a problem of security... The first person to open the connection does not have a problem. It's usually the first person...
Hello Friends Acutally I am working on a project wherein I am trying to restrict Licences given to the client for which they have purchased. So Please let me...
Daniel, DAO does not time out it's connections. However ISS does IIRC. Perhaps this is the problem. You should be closing the DAO connection to the database...
Dear all, I want to ask you how to create, read and update ini file (using VB)? What is the syntax in VB? Could you help me please? Thanks. Regards, Yurisca...
Yurisca
yurisca@...
Jun 2, 2004 3:17 pm
13059
Option Explicit Public Declare Function GetPrivateProfileString Lib "kernel32" _ Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, _ ByVal...
http://vbcity.com/forums/faq.asp?fid=6 <http://vbcity.com/forums/faq.asp?fid=6&cat=General#TID20423> &cat=General#TID20423 [Non-text portions of this message...
Hello! I'm looking for help incorporating a MS Visual Basic project into a MS FrontPage web. Any help would be much appreciated. I'm VERY much a newbie at...
Hi Nate, ... The easiest way to do it would be to upgrade your VB app to VB.net - then switch that to ASP.net. You'll have to essentially learn another ...
Hi All, Does anyone know of a Free control (or just code) which can display text but with the control (and thereby the text as well) at an angle? Essentially...
Dear friends.. Any body tell me the real example other than msdn that how to use SEEK Method.. Thanx... [Non-text portions of this message have been removed]...
Salman Fateh Ali
jscorpio2@...
Jun 6, 2004 4:16 pm
13065
Hi! I want to ask you how to make a dynamic database connection in VB, so we didn't have to specify the location of the database in the connection string. The...
Yurisca
yurisca@...
Jun 7, 2004 12:36 pm
13066
yes yurisca at the time of installing your program you could get the path of the database and store it in registry or else you could have an ini file to store...
Anybody have or know of any algorithms for converting a decimal to a fraction? For the specific purpose I'm using it for, I could use a big Select Case...
Not mine and I haven't tried it but here you go. Public Function DecToFraction(ByVal l_fDecimal As Double) As String Dim l_dQuotient As Double Dim l_lNumerator...
Hi, im a newbie to vb.. i just wanted to ask if there is an easy way to add icons to the menu items. i wasnt able to find an option in the menu editor. thanks,...
Hi, I'm currently looking for add-on's to VB (5, preferably) to make it easier to understand someone else's code. I have installed CodeSmart (www.axtools.com)...
Dear all, I need your help to create a connection string in vb that connect to a database which is located in another computer, the computer is in the other ...
Yurisca
yurisca@...
Jun 11, 2004 1:46 am
13073
Hi, I'm a newbie to this Yahoo group thing. I replyed yesterday but cannot find a trace of it today. 5 minutes agoo i signed in / joined this group. Hope it...
http://www.able-consulting.com/ADO_Conn.htm ... Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger [Non-text portions of this message have been...
How to handle the events of an array of controls dynamically created with the statement Set MyTextBox (Index) = Controls.Add("vb.textbox", "Test" & Index) For...
Put this code on your ,MDIform or Main form that is your main Screen. when creating menues , create main menu say file, then open,save,edit exit, before you...
Hi & Thanx for your reply & help. But the problem is when i am using DSN it errors that record set doesn't support index property. What should i do when i want...