10,992 Topics
![]() | |
:'( hi guys hope you can help i have written a small project used to simulate a cash reg however i have 3 froms on it ,main,checkout and about my problem is that if i move my main form to say left had of screen when i click on checkout … | |
Hi..by the way i'm mark...a newbie in visual basic and my question is this... How or what is the codes used to connect from visual basic to "SQLyog"...just like visual basic to ms access?... | |
Hey Everyone , I am working on a project where i constatly need to update from one place to the other in word. Can anyone help me figure out how to get the Table from word and paste it in excel through VBA only. This help woulf be greatly appreciated … | |
Hi, Could anyone give me some suggestion? How can I detect the button is pressed continuously? Actually, I use [ICODE]Command1_MouseDown[/ICODE], but it is not succeed. I would like to do the application continuously if the button is pressed. If the user release (mouse up), I will stop the application. How … | |
I have a database of all 5000 cities to compare against. What I am trying to do is extract only the exact city names from a string. For example, let's say column A in Excel contains these phrases: [LIST] [*]bankruptcy new haven [*]personal injury new york [*]personal injury new york … | |
Hello, Please can someone enlighten me. What I need is to fetch data back from my access database using an SQL query in order to present the data entered into the database in the last hour. | |
i am developng system in vb6 and crystal report 10 in form i have opened recordset now i want that result will be shown in report text box i have created text box in crystal report 10 form in vb6 form i opened rs now i want this rs!table_name crystal … | |
Hai, Once again im here with a problem. Can u help me write a program to search a file in the project folder. I also want to use a progress bar to represent the search status. Can anyone help!!! Thank you!!! | |
hi there, i have a form in Vb6 and a msacess 2007 database connected using ADODC, on a form is a listbox that i want to populate with the table data from the database, the name of the database is Storenw and the table from which i want to access … | |
I posted a thread yesterday and got an excellent tip from vqueen71 (I think) but I am still having a problem. I need to find out the location of a user's desktop location. I have used the Environ("userprofile" and the SHGetFolderPath. The first returns the standard profile setting for windows … | |
Guys i have problem about fle handling.. i dont know howto update the text in the file.. or in the NOTEPAD this is my code.. Private Sub cmdUpdate_Click() Dim ndx As Byte Dim tmp As String Open App.Path & "\data.txt" For Output As #1 Write #1, txtname, txtaddress, txtphone.Text Close … | |
Hello there, I am doing my 'budget control system', and I want to make substraction from the value i entered in a textbox (budget for the year), with the sum of all the value in the 8th column of the MS Flex Grid data (which is the money used). Can … | |
Please help me in automatinng the following in my EXCEL sheet using VB. I want to make my first two rows as Repetitve in every page of print.In excel it can be done as PAGE SET UP->SHEET -> Print titles -> "Rows to repeat at top". here i can choose … | |
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 … | |
how to put a data in the listview? using adodb.recordset :) | |
hi, i am new in this forum and i cannot find a free downloadable activeX button, i want to make my design beautiful, can anyone here pls help me where to find cool buttons for free. im using VB6.. | |
Hi There I want to open access from VB6 and join the tables of my database from VB6 and store the value in an array. THis is what i have done till now. but i can't make the query from VB6 with SQL. I don't know what is the problem … | |
Sir when i edit any one of the line in the code window i have to comment and i put line this is [B]commented by raj on 06/1/2008 at 10:40:12 can anybody tell me[/B] if i press f3 this commented line should come automatic In the cursor located line. | |
Admit have mymdb.mdb with table mytable and filed myfield in c:\... Ho to fill combobox without dupes from table, please without "select distinct..." statement is possible? Tks. | |
I am doing a project in VB and have used ADODC connection to connect in Access Database. I have used MSHFlexGrid and want it's data get highlighted Automatically if it is on current date (i.e Today's Date) for Birthday Reminder. How can i do it? | |
hi i am new to visual basic and i need help creating a timer that will count down from 60 seconds and blow up a bomb when it hists 0 |
The End.