11,868 Topics
![]() | |
i am writing a VB 6 program, but the kill command wont work Private Sub Command7_Click() Kill "C:\Documents and Settings\HP_Owner\Desktop\server\seats.exe" End Sub when the command button ic clicked the runtime error 53 "file not found" comes up? The file exists and the path way is correct, any ideas on what … | |
Hi I want to know how to use vb6 visual data manager to create a database with ms access. where actually can vb6 visual data manager be located.Please help. Thank you. | |
How to select a particular row in MS Hierarchical Flexgrid control during coding. I m not getting the desired property. | |
In vb6 form I've 1 Textbox, 2 option buttons & 1 command button my need is I want to move from one option button to other by pressing Tab key. Help me out. This is customer requirement. | |
I am a Lotus Notes developer trying to write code in VB. I have a number of scripts running to hide rows, and it flashes whenever the code is run. Is there a way to run this code in the background so that the user does not see the flashing? | |
Hi, I have entered names of student under field NAME in Access, the names are like;- Mohan Chaturvedi, Deepa Agarwal, Mona Agarwal, Sohan Chaturvehi etc With the help of VB6 and Crystal report 8.5 I want to take the Report of those student within whose name the word Agarwal exist. … | |
Hi I have a program developed using VB5 with an Access 97 database. Just before it reached 1gig I compressed it. Now its over 1gig and keeps yelling that database has reached maximum capacity. May someone please help me on how to handle this. Thanks in advance. Guets | |
Ok my program is about car spare parts of a spcific car! Next to each part I have a check box that when it is ticked it indicates that the part needs replacement! Is there a way to print only the parts that need replacement? | |
hello. i'm searching for records of an specific item with it's unique item code but it seems that i don't see some of transactions after transferring it to a flexgrid. i'm using the movefirst movenext method so i could add it to the flexgrid. i'm using vb 6. thanks | |
Greetings! " Visual Basic 6 Program" I want to open the database file base on the given filename. If the database file is present all data that i want to save will be save in this database. Else, if the database is not present it will create new database to … | |
would some one please help me with this?? i 've got an assigment from my professor which is in a University level (p.s i am still in college, and this class suppose to be the"introduction of programmng") However, in the game we suppose to create a "BlackOut Game", which we … | |
Hi Pros, I am new to VB and I was asked to research about a .vbs extension file. I am supposed to use Notepad to write my codes and save it in a *.vbs extension. I would like to know if I can connect to the database using this method? | |
Hello, First I apologise if this isn't the right forum... I have a vbscript that is non-asp. It is run in a program called EFI-Logic that is an ERP. EFI-Logic caonnects to our MSSQL database for normal operation. The problem is that on some computers I get the following error: … | |
[INDENT]Hi! im a student needing help for my thesis project. im currently working on a supply chain management system. [/INDENT] [INDENT]i have created a sales form wherein you can input the customer order. adding the customer and product information and subtracting ordered product quantity works. im having problems with my … | |
hi all i am new to visual basic ,i am using access as frontend and writting code in vb,in the ms access form i have a combobox and a textbox box ,what i have to do is whenever i select an item in combo box the textbox will show the … | |
Hello, i want convert amount in text to amount in numbers in vb6. please help me | |
When I'm trying to update information in the database vb6 is fetching me the following error:- [B]"Row cannot be located for updating. Some values may have been changed since it was last read."[/B] what is the cause and remedies for the above error? | |
Hi everybody...I am having a very strange problem and hope some of you can help me as soon as posible. I am workin in a small LAN with a XP PC and a W2000 PC. I have an aplication developed in Visual basic, in the XP PC, for making a … | |
Hello VB forum users. I've a problem with a Book Depository I am trying to create in VB 6. Right now I have Text box's that display information about a book. I also have a list box that lists all the Barcodes of the books, that are stored in my … | |
![]() | Hello, I'm using the following code in a EXE to open excel with vb6.0 : [code] Sub Main() Dim xlapp As Excel.Application Dim wkbKei As Excel.Workbook Dim Key As String 'Check if file exists If FExists(App.Path & "\Kei.xls") = True Then 'Open file Key="test" Set xlapp = New Excel.Application xlapp.UserControl … |
Hi I am still facing problems after writing the codes for finding a record. A compile error occurs, which says "User-defined type not defined" .I don't understand what it means or even how to go about it. please i need help.The following are the codes i wrote for the program; … | |
Hi guys/girls, I have several links to excel files using the OLE tool. When I open each of these, it opens in it's own window. How can I make them open in one 'excel' application. Ie After I open the first file, can I make the next one open within … | |
how to write a programme for preime no between 2 given no. it should be display and count the np of prime no. can u send it | |
I have done a vb script to map the network drives. It works fine for me. But when I checked with a couple of other PCs, it doesn't work. Could anybody tell me why this is happening? Here is the code: [CODE]Dim WSHNetwork Set WSHNetwork = WScript.CreateObject("WScript.Network") On Error Resume … | |
I have this routine in VB that takes one pipe delimited text file and splits it into multiple text files according to one key field. The records in the text file look something like this: WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00001R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 |401 WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00002R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 … | |
In VB6 I'm using one Textbox & Two option buttons in a Form namely option1 & option2 I want to use Spacebar to move from one Option button to other. is there way? | |
I am trying to create a macro in Excel. I am trying to do a search on say summary. I have placed an * as the first character of the summary to put those at the top. After those are found, everything after the * needs to go in sort … | |
Hi, I have a small program that displays a number of pictures by using a timer. I don't know if this is the best way to do this, but it works. What I would like to do is add a cmdButton so that every time I hit the cmdSwing button … | |
I am doing an application in Vb with Access as backend and I need help with the reports. Can the reports generated in VB sent as attachments into email? If so, please help me with the procedure. Otherwise please suggest me with an alternative because these reports have to be … |
The End.