10,989 Topics
| |
hi guys i ve a problem in doin my project. wen i give some data in the sales bill form i ve created, tat should appear in ms word bill format i ve designed how to connect my vb form with word and to take a print of it, plz … | |
[CODE]BACKUP DATABASE [DATABASE NAME] TO DISK=’\\SERVERNAME\PATH.BAK’ RESTORE DATABASE database_name FROM backup_device WITH RECOVERY[/CODE] i dont know wheather i should create a query file for the code | |
I need to draw a line on the FlexGrid in order to indicate what the center of the data. I use picture box on it and draw a line on that flexgrid. the problem is when I zoom the Flexgrid, the line is not put on the center as i … | |
How can i copy file with 60GB of size with much faster than usual copy (OS-Windows XP) using VB6.. any help plz.. thanks... xirosen | |
What text1.SetFocus used for? Cheers, FPinget | |
Hey guys,,here is a code that i got to upload an image,,,,i seriously dont understand wat s going on in this code,,,could some one help me out,,,,pls,, [code=vb] Private Sub mnuRecordAdd_Click() Dim rs As ADODB.Recordset Dim person_name As String Dim file_num As String Dim file_length As String Dim bytes() As … | |
Hello experts! Since I am a newbie in the Vb programming, I'm really eager to ask you about making a search code. In my program, I have a textbox named txtCriteria.text, wherein the user inputs the title of the book they want to search. These are the objects I have … | |
i need help . what are the codes for importing data from access and creating a text file which you save to a certain name. and this text file gets specific information by search. And can all that be done in one button?? Thanx | |
I do hope this is the right section (since VBA is so close to VB 6.0). Well here is my dilemma: I am trying to have Access return a customized report. The format I have been asked for it to be output as it the following: Machine type // where … | |
hi; I need help .now am using vb6 how to icrement values in database(ms acesss). if user click the check box then authomatically increment the database value 1 to 2 how it is posible.pls give a sutable solution | |
im fairly new to vb and wat i have to do is a very complex assingment. it will be a great help if this query is answered. i have made a form with 2 textboxes and a save command button and a database in ms access with 2 columns all … | |
i have a table called Members which contain records of all customer. in a form i fetch records from Members according to user input by Adodc1 then when i click on save button records are saved in different table called FD by Adodc2 if records are not found in Ist … | |
hi! any idea how to convert numbers into words like for example i input the number 1 and it will display the word "one". i want to make this in a large number like morethan or around 1 million. Anybody can help me! Thankyou in advance | |
[B]Hello..! i have an problem to connect a progress bar with listview object.P.bar working properly. bt i want to connect p.bar with ma sql database while m searching database.kindly help me where m i doin wrong..the code is below.[/B] Private Sub cmdRFind1_Click() On Error Resume Next Dim vLst As ListItem … | |
Is there a way to determine what control I clicked using a global click event. I would like to be able to click a form text box table I created for my access app to enable to enable and unlock it without have a million on click event handlers | |
Hello everyone! I'm new here. I'm currently working on a project. The concept is that I created a shell script that will query information, then I will use VB to get the data retrieved by the shell script and put it in a text file. I do not know how … | |
hi all,i dont know how to create a DLL and once created how to use that dll in a standard exe project.so plz guide me for the same by giving a simple example.All kind of hepls are greatly appriciated. | |
Hi i am working on website "http://pipecalculator.certainteed.com/index.aspx". The website is built on visual basic. I have to add line chart in it, which will use X and Y coordinates as inputs and outputs from the pipe flow calculator values. How should i go about it? Thanks Sidharth | |
I have a Splash Screen (which is the first thing that loads). and after 10 seconds of viewing the splash screen i want a form to appear... is that hard to do? | |
I need someone to help me with VB6 codes to add new columns to already created Access database table at run time. Secondly, i needed to create a duty rota table that keeps track of staff duties for 365 days. I am a bit confuse as i intended placing the … | |
please guide me how to resize or stretch the picture with in a cell using vb 6.0 | |
Hi! May i have a sample code for log in and password under vb6. Please help.... | |
hi all! In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked. When i click the <ADD> button I'st time, the text box content is displaying correctly. When i click the <ADD> button II'nd time, the text box … | |
Hello Daniweb'ers, I was wondering if you could help me. I'm developing a YouTube downloader and want to be able to convert a YouTube link into a title. Such as this: textbox1.Text = " [url]http://www.youtube.com/watch?v=Bj7_W1FuO70&feature=related[/url] " label1.Text = " Fire Like This Hardknox Me Myself And Irene " In other … | |
hello to all, by the way i'am new in visual basic. could any teach me how i should start my project. my project is that. its talk about accounting the proopsheet and the ledger. now this is the problem when a person created a proopsheet in excel, there is three … | |
will an old pc with 1.6GHz winxp sp3 608MB RAM 80GHD work with installed programs like visual basic 2010 edition, mysql5, php, apache, phpmydmin. is there any possiblity that it would crash? needs a good answer asap. thanks | |
Ok, well I am new to VB, but have a general idea of it, and im trying to make a program that does the following (and it fairly simple) button 1 = Open button 2 = search and replace textbox = text to search for replace = a given, non … | |
Hi, i'm developing a project on employees. I have added a list box and now i need help to display the data about my employees in the list box. How am i supposed to do that, do we have to put in codes or need to use that small arrow … | |
hi all, any one can help me that when i tried to connect .dbf foxpro3.0 database file to DAO control it throws an error like this "'F:\database\accno.dbf' isn't a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which … | |
Hi I want to blow up a picture. How can I do this in code, any ideas? VB 4 or 6 |
The End.