When line to primary Domain controller is dropped, some of the current logged on clients are dropped by SQL when they try to access the database. For some clients, the application still works just fine. The clients are all set up and authenticated in the local Domain Controller. It is my thought...
Does anyone know how to add a file to VB Resource that can hold other files. Iknow how to add files to the VB Resource, what I'm looking for is how to store and or load a file insside the VB Resource that will allow me to store files inside that added file. I have many file inside my VB Resources...
What is the easiest and best Front End development for SQL server. I have Visual Studio 2008 Professional IDE. VB.net or VB. Software/Hardware used: SQL Server 2008, Visual Studio 2008 Professional
I would like to know how can I create a VB code in excel for this task: I have two columns with day and tem values Day Temp 10.4 4.3 11.5 6.7 etc I want to select those day values that have a decimal 5 (10.5, 5.5, 3.5, etc) with its respective temp value Can someone help me??? ...
How do you find the author (creator) of a file using vb 2008? Using fileinfo does not seem to capture that info. Thanks, Steve
First VB class, can someone tell me the error in this code? Dim sngNum1 As Single Dim sngNum2 As Single Dim sngSum As Single sngNum1 = txtNum1.Text sngNum2 = txtNum2.Text sngSum = sngNum1 + sngNum2 lblSum.Text = sngSum.ToString Software/Hardware used: VB 2008
We have a Lotus Notes database with a button to create a new document. The button runs some LotusScript and sets fields in the document. I would like to be able to "press the button" from VB/VBA Software/Hardware used: Lotus Notes, Excel, VB6
Cheers, I have large text file that needs to be edited to run a job but I would like to automate the process. How do I open a file and replace line 132 of (which is about mid of the file) that file? Thanks, Bob Software/Hardware used: Access 2007
Hellow sir, i want to know about the key press event to toggle throught text boxes , combo boxes ,list boxes etc.plz tell me all about the key press event details and simple code to execute it . Software/Hardware used: i am using the vb 6
KINDLY TELL ME HOW I STORE PICTURE/IMAGE IN ACCESS 2007 DATABASE THROUGH VB CODE ANANDA DEBNATH INDIA, DELHI Software/Hardware used: VB
HELLO EVERYONE!!! I am working on a project where I am dynamically instantiates radio buttons based on the database. I am using ASP.Net/VB to code this. The portion where I initialized data from the database works fine but the radio buttons does work when clicked. here's the sample code: BGrpCode...
I have a project that is compiled to an exe and tested on my machine. When I distribute it to a user, they get: run-time error '5': Not valid routine call or argument The user tells me what they do to generate the error, but the same action doesn't generate an error for me. What can I do to...
How do I search for a text string through a list of item in a ListBox? Software/Hardware used: Visual Basic 6
HI VB EXPERTS, PLEASE SOLVE HOW CAN BEHAVE THE VB COMBO JUST LIKE MS ACCESS COMBO (OFFICE 2003/2007) EG. IN MS ACCESS COMBO :- A) WHEN START TYPING THEN NEAREST MATCHED SELECTED/DISPLAYED B) ON GOT FOCUS COMBO DROPDOWN ABOVE FACILITIES I WISH TO AVAIL IN VB COMBO BOX PLEASE PLEASE PLEASE ...
Hi all, How do I display a whole array in one list box? (I want it to be displayed in the form load event...is that possible?) For example I want to display these: ============================ mstrMonths(0) = "January" mstrMonths(1) = "February" mstrMonths(2) = "March" ...
Hi Experts in VB 6.0 Please Tell me how I code for combo just like Access form eg. In Access Form's Combo -- when we start type any letter then nearest matching data should be selected and auto also showing during typing in the combo box Question : Please give any idea for VB 6.0 Combo --- so when...
whether to use adodc or adodb for vb-oracle connectivity Software/Hardware used: software
I am using Access 2000 database for calibration control of measuring instruments. i.e. micrometers, calipers etc. The precision of the instruments varies and the decimal data fields in the table are set to Auto to minimize the stored values without changing the accuracy. I want to change the number...


