473,543 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
1
1,292
thread by: hegde123 | last post Aug 13 '14 by: twinnyfo
Dear experts! I need a help. I had made a small Bill format and i need it to be exported and save it in an excel sheet. Please help me anybody. I will put here my codes.... Option Explicit Private Sub Command1_Click() Text11.Text = Val(T1) * Val(T7) Text12.Text = Val(T2) * Val(T8) Text13.Text = Val(T3) * Val(T9) Text14.Text = Val(T4) *...
3
1,208
thread by: guna20 | last post Jul 7 '14 by: Rabbit
Hello, I need a query to solve the below problem. The table rows are given below Stock Details ------------------------------------------------------- ID Product Color Rate Stock 1 AD.GOLD White 5250 100 2 SM White 5318 100 3 LOGU - II White 5357 100
0
865
thread by: tmara | last post Jul 3 '14 by: tmara
I am working on a complex decision tree in excel, and each time I add a question the number of lines doubles. For this reason I am trying to write a macro to insert the new lines, copy data from existing lines, and pasting it into the new lines. I wrote some psuedo code that I think works logically, but am not familiar with the syntax of...
6
3,180
thread by: timleonard | last post Jul 2 '14 by: timleonard
I am trying to use vba to import a tab delimited txt file where both the file name and the content varies. I have a form with a button linked to the code, it will import the tab delimited file, update some column data in the table based on a query and then export it back out to the same tab delimited txt file. The issue is when the tab...
3
1,634
thread by: Muthama26 | last post Aug 12 '14 by: twinnyfo
Hey people...am doing a system development for my school exams. I was wondering whether you could help me find a way of putting a setting that allows one to change the theme i.e. change colors of the buttons,font and background with one button click and stuff...
4
1,643
thread by: Jayasai | last post Jun 28 '14 by: twinnyfo
Hello Everyone please help me. I am new to VB and i want to know how to compare the current date with the date stored in the database table?
1
1,258
thread by: CurtisFBuck | last post Jun 25 '14 by: twinnyfo
I have a master form with 4 subforms. The subforms all contain editable controls. When a user updates a control, an audit trail sub is activated which records the change, the user, etc. This audit trail sub is actived "before update" on each subform. What I'd like to do is delay the update of the subforms until the user specifies. This means,...
7
1,205
thread by: sundayCoder | last post Jun 27 '14 by: sundayCoder
Hello! My monitor's resolution is 1600 x 900 pixels. I've made full screenmode like this: Me.WindowState = FormWindowState.Maximized Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None If I then get the dimensions of screen's working area like this...
2
1,106
Slaxer13
thread by: Slaxer13 | last post Jun 24 '14 by: Slaxer13
Hi ppl. How do i make a combo box have its fields defined by the value of another combo box? For exemple if in the first combo box the chosen field is "Soccer" then the values of the other combo box will be "Referee, Player, Ball". If the first combo box chosen field is "Money" then the other combo box values will be "Coin, Payment". ...
3
1,327
thread by: sundayCoder | last post Jun 24 '14 by: Luk3r
Hello, I'm coding a program that shows pictures. I have Settings-menu that has option to show pictures in fullscreen. The fullscreen item of the menu has submenu "Fit on fullscreen" If I don't have this submenu and I have Me.MenuStrip1.Hide()
3
1,547
thread by: rnosratabadi | last post Jun 18 '14 by: rnosratabadi
hi, i have Office 2013. i don't have this items. i have Microsoft Office 15.0 Object Library in the References list. i tick this but dose not work this codes . please help me !
2
1,925
thread by: vickyanusha | last post Jun 17 '14 by: meditation
I tried to run a batch file using shell command. my code is as below. it throws an error run time error:5, invalid procedure call and on debut it points out the shell command line. pl clarify and solve the problem. My code to run the batch file. Dim path As String path = ActiveWorkbook.path Dim retVal, A, fs Dim coln As String coln =...
6
1,402
Slaxer13
thread by: Slaxer13 | last post Jun 19 '14 by: Slaxer13
I have the code that is calling a function named Get_Reg: Private Sub Form_BeforeUpdate(Cancel As Integer) Dim strMsg As String Dim strResult As String strMsg = "O Registo mudou." & vbCrLf & vbCrLf strMsg = strMsg & "Pretende gravar?" & vbCrLf strMsg = strMsg & "Sim para gravar e Não para cancelar." & vbCrLf If...
19
1,598
thread by: MysticElaine | last post Jun 13 '14 by: twinnyfo
Hello, I have a main Case form, that when I click a button, a new Client form opens. On the Client form, I have 3 text boxes that users use to create a new client, first name, last name, and date of birth. I also have 2 invisible text boxes named Client name and ID that I ended up creating due to one of the problems I am encountering. All text...
2
1,502
thread by: GFVB | last post Jun 13 '14 by: GFVB
HI, I WORK WITH PRINTDOCUMENT CONTROL AND I WANT TO PRINT MORE THAN 1 PAGES. I PUT IN PrintDocument1_PrintPage CODE : Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage Dim Lm As Integer Dim Rm, dgvRows As Integer ...
1
1,186
thread by: Codebuster | last post Jun 12 '14 by: twinnyfo
Hi all i am searching this from a long time but didn't find any answer for this, as i am new to programming i m unable to modify codes also. What i want is to copy datestamp folder from one location to another, everyday we are getting datestamp folder i want to move the whole folder to some other location..
0
1,025
thread by: CodeDude1977 | last post Jun 4 '14 by: CodeDude1977
i built a language translator... and i used a text file as database. I need to know how to code the buttons so i can switch back and forth between english and apache. this is for translating from enlish to apache. i know i can switch the separate to "\" to indicate how to find the apache to english...but how to combine them Private Sub...
0
1,250
thread by: lorencsg | last post Jun 3 '14 by: lorencsg
Hi. I cant fix it :( any ideas PLZ? :( Public Class Form1 Dim sqlConn As SqlConnection Dim COMMAND As SqlCommand Dim Query As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load sqlConn = New SqlConnection sqlConn.ConnectionString = "data source =...
3
1,499
thread by: polyglot717 | last post May 29 '14 by: Luk3r
This code is meant to iterate over all of my sheets, but it is skipping some. Can anyone help me figure out why? Sub BuildIntegration() 'Setup Variables Dim NextRow As Integer Dim intSheet As Integer Dim WkshCount As Integer
0
1,168
thread by: hmfaisalkabir | last post May 19 '14 by: hmfaisalkabir
I have developed a program in VB6 to view PDF File. I also make a setup file for the program. In my PC the program runs well without error but when I installed it another computer and click the button to open the PDF file it just disappear/ terminate without showing any message and I have to start the program again. For your information the...
0
1,050
thread by: chandra9560 | last post May 17 '14 by: chandra9560
Hello Guys...... I've two project in one solution project1 and project2. I've fit the panel1 in project1 so i want to show on prj2 any data just like TextBox or level on project1(panel1). How to show and what will be write code....Please help me....
0
1,207
thread by: jluzzi1 | last post May 16 '14 by: jluzzi1
This is the button that I am trying to click on a webpage. All is does is open and menu with more buttons. <a id="ctl00_ContentPlaceHolder1_TnBActivityList1_lbAddNew" class="actNewHyperlink" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$TnBActivityList1$lbAddNew','')">Add New</a> I have tried a number of things and I cannot figure...
0
1,038
thread by: venkatesh121 | last post May 15 '14 by: venkatesh121
hi. i am new to the visual basics i want to upload and download the data from the ms access database to the handheld billing machine by using the ado controller through the ms comm component connection.i want code to this my question. and i want to add the customer.xlsx and product.xslx file to the set up file how can we add those files.
1
1,155
thread by: neha2604 | last post May 14 '14 by: Rabbit
I am using the below code to display all the record based on a condition, but it is displaying the last record. Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient Dim objOutlookAttach As Outlook.Attachment ...
0
1,121
thread by: geradmcginty | last post May 12 '14 by: geradmcginty
Forgive me in advance, but I have a word.dot that inserts a unique receipt number sequentially into the header of the document on open, trouble is when ever someone else opens the doc it runs again and overwrites the originally created number with a new one, I’ll need the syntax version, I thought of using the system date and time but the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.