10,989 Topics
| |
Hi! I've recently joined this forum. I need help to solve this querry.I had tried but couldn't solve. Please please help me. . I,ve to make simple software for Pizza Hut Front Desk Manager using Visual basic 6 coding . software should have the following features: • Manager can enter … | |
Can any one tell me how should i generate report on the basis of groupwise since right know i placed department,job centre,cost centre ,requested by, delivery point, delivery date req, suggested vendor on the detail section1. but it is comming two times kindly see the attachment if not understand. here … | |
Currently my users download a database outside my app then from within it they can add the database to their main database. Now I want to have the app download and add the database all at once. If I change the file extension to .txt the code below downloads the … | |
Hai, I have a multi-line TextBox (Text1), whenever i click a button (cmdPrint) the contents of this Text1 should be printed out to a Printer selected using a Comon Dialog Box (cdlgPrint). Can u help! An explanation to ur codes will be highly appreciated. Thanks. | |
hi everybody, my connection code is like this: Set conn = New ADODB.Connection With conn .ConnectionString = "Provider = Microsoft.JET.OLEDB.4.0; data source = C:\Documents and Settings\kullaniciadi\Desktop\reservation97.mdb; persist security info = false" .Open End With This database (reservation97.mdb) is going to be moved to a server.. How is going to be … | |
i need a random generator that can generate serial #s along side. any website in mind? please help.:yawn: | |
how can a make a file handling program using vb???,,i dont know how,may you help me solve this problem?,.thanks.. | |
Hello, I want to generate reports between two dates. So i am using two DTPicker to select StartDate and EndDate. So I have written some code for it. But it is not working. Private Sub cmdgenerate_Click() Dim X As Variant Dim Y As Variant X = DTPickerstartdate.Value Y = DTPickerenddate.Value … | |
i need a help in my project to print the bill in vb6 can anybody help me regards | |
hi....i m actually developing a tool which uses access as the database source...i hv created 2 coloumns in the database....username and password....now in my tool i need to ask the user fr his username and password....if it matches with any of the combinations stored in the database then the user … | |
I am trying to create an all in one program which basically has three drop down boxes(combo boxes) and an Installer button for each. I want to be able to scroll through any three list and hit the install button to make it happen. I have been searching around for … | |
Can programs written in Visual Basic be designed such that they can read and write Unicode Files? | |
Hi there.. I am new member here and having a problem. I am working with a software solution co. and we want our software to support "Internationalization". means want to provide multilingual support. We are using vb6.0 as development and all the diff APIs for our working..... can anyone tell … | |
i want to delete a file from a specific location, if file Existing ; using JavaScript or VB scripting | |
how can i send a folder or a picture trough email... is there any vb codes to do so... help...!!!is it possible if i click on the picture and it will automatically go to window that will do the sending jobs.....??? | |
Hi all: I get the 3077 error (Data1.recordset.FindFirst "[nhisto] =" & answer) after I have changed a printer parameter in my program. Before this the program worked fine. I had to changed the proyect name and I saved the changes in .form name as well, in order for the new … | |
The code below downloads the test.mdb file but when I try to open it MS Access says it is in an unrecognised format. Is it not possible to use Inet for downloading an Access database? Dim strURL As String Dim bData() As Byte ' Data variable Dim intFile As Integer … | |
Please am using VB 6.0 a and SQL 2000 Can anyone help me how to display a datagrid with combo Boxes that are populated with the following:combo1.addItem "Name", combo1.addItem "Address" combo1.addItem "street Name" and combo1.addItem "Phone No." So that on a click of button I can loop through the datagrid … | |
Is there any way through which I can change the position of underline? I want to move it below the default position where it appears by using .SelUnderline. | |
Am using VB6.0 Can anyone help me to slightly Add a Yes/No Messagebox, in a way that buttons' captions are View/Edit, like Yes/No? Plz Help me Thanks | |
Do you have any ActiveX ( Buttons ) I really need it I want other this [URL="http://www.daniweb.com/forums/post773759.html?nojs=1#usercptools"]http://www.daniweb.com/forums/post773759.html?nojs=1#usercptools[/URL] | |
Hi, I want to create button in MS word which link to my vba automatically thanks | |
hi can anyone know how to save a data from flash and save it into ms access? because our professor make a program in visual basic w/ flash with a input text, static text, radio button and etc from flash, he can input a record and he have a command … | |
I need a compiler for VB6... Posting any links will help. | |
sir i want if user click on product id all the detail should come on the data report it should come itemwise all the required field is com. but problem is that all the records is comming more that one time kindly help me i have written a code in … | |
Hi, Im saving a file in MS Word and when i open it it shows me message to convert the file here is the code i am using Public Sub SaveDocumentAfterValid() Dim fs, f, fc, f1 Dim fbase, fsubfol, fsubfol2, fsubfol3, fsubfol4, fsubfol5, fsubfol6, fname As String Dim fname1, fbase_1, … | |
is it possible to code a leech in vb 6.0 that can take post automatically from some forums and post it to other forums like an auto poster? thanks. | |
Hi guys, am new in this, i have created a database in msaccess and connected it to vb6 using Adodc, now ma question is , how or wat tool must i use to display or populate data from data from the database, ist a listbox , a grid or which … | |
Hello, I have a combo box to select the ID, then it will display the particular record from from the database into the text boxes. And now I'm trying to make a update command button. Then I can just change the record which displaying in the text box. And click … | |
Hello seniors, I want to load data in listview on selecting the item in listbox.The data is available in data folder in different text form.I am trying to load but there is a msg"file already open". what i am doing wrong? Secondly I also want to add timer function so … |
The End.