10,987 Topics

Member Avatar for
Member Avatar for tipdarath.phal

what code should i write in VBA if i want the textbox to show the same as my label caption?

Member Avatar for Reverend Jim
0
154
Member Avatar for carolyn85

please help write a program which displays a multiplication table using visual basic 6.0 can someone send me database tutorials of visual basic 6.0

Member Avatar for Stuugie
0
80
Member Avatar for DM Galaxy

I am in wonder. I just make a slideshow form and add the context menu strip as when the user click on download image then current image get copy and paste on the desktop. I use path and destination method in this but they say bitmap cannot be converted into …

Member Avatar for DM Galaxy
0
461
Member Avatar for amitash

Hi, I want to write a VBA macro in Word that open an Excel file, save that Excel file to another file (to another name), and then clear all content of the original Excel file. How to do that? Thanks!

Member Avatar for Dieter123
0
495
Member Avatar for jakub.peciak

Issue to read some part of XML file. Here is my XML file: <Report> <orders> <order savedby="manager" time="12:33:09"> <header saledate="04/Oct/2013" saletime="12:33:09" reqtime="12:33:09" /> <customer name="-" accname="123465" /> <payments> <payment transid="1" method="7" vposuser="manager" cardtype="" value="2.95"></payment> </payments> <totals deliverycharge="" splitdelchgstore="" splitdelchgdriver="" sercharge="0.00" /> <products> <product type="cookbook" qty="1" prodid="10000564" listprice="0.00" sellprice="10.00"> <stock /> …

Member Avatar for ravikash123
0
165
Member Avatar for jared.geli

hi I'm having problems in my crystal report where all the selected rows in my datagrid will show up in my crystal report but instead it showing me an exception selectcommand.connection has not been initialized here's my code in my form where the datagrid is: Dim cmd As OleDbCommand = …

Member Avatar for jared.geli
0
347
Member Avatar for locsin

greetings! When i First start my VB6 program with data report it works fine. The report displayed directly. but when i try to open other programs in other directory and then when i re-run my program in data report operation a msgbox appear "Please Enter MS Jet OLE DB Initialization …

Member Avatar for yokoshima.mur
0
3K
Member Avatar for bullet_1

I can search and find text in word doc through vba but I dont understand how to search images Its a big problem to me Can anybody help me thanks in advance

Member Avatar for Zephaniah
0
122
Member Avatar for alina.nazchowdhury

i made on screen keyboard program with visual basic 2008, i run it, its working great, i save it and then i wanted to open it again to review it, but its only showing me the code, i can not run it anymore. Anybody give me an answer to my …

0
104
Member Avatar for Abhishek_Singh

Private Sub Command1_Click() Shell ("cmd.exe") End Sub Private Sub Command2_Click() Shell ("calc.exe") End Sub Private Sub Command3_Click() Shell ("explorer.exe") End Sub Private Sub Command4_Click() Shell "winver.exe" End Sub Private Sub Command5_Click() Shell "C:\Program Files\Windows Media Player\wmplayer.exe" End Sub above code is able to open the pre-installed windows programs. But now …

Member Avatar for Assembly Guy
0
191
Member Avatar for ikocrush

I have problem connecting vb 6.0 to wamp(mysql, myphpadmin) server on my LAN. It connects to server on the same laptop using localhost but cannot be accessed by other Pcs using ip address. What could be the problem? Please, i need your help on this. OS=windows 7. below is my …

0
70
Member Avatar for toxicandy

I have started a program that should be able to do basic cryptography functions such as reassigning letters to different letters. How I did this was by coverting each letter to an ASCii value and then storing them in an array. I am working with only the lower case letters …

0
67
Member Avatar for ariannas

Compute the Sub total ( Beginning Balance + Deposits – Withdrawals) d. Compute the Interest Earned. If the Subtotal is greater than 5000.00 the interest rate is 2 percent otherwise 1 percent. e. Compute Endin g Balance (Sub Total + Interest EarneD) Display the Interest Earned and Ending Balance in …

Member Avatar for tinstaafl
0
123
Member Avatar for 2mhzbrain

Is it posible to connect my vb6.0 program to a wamp(mysql, myphpadmin) server on my pc. If i use my program to other part of our country, can i still connect to the wamp server? This is my challenge for a job, the IT personel from a company i am …

Member Avatar for ikocrush
0
910
Member Avatar for abcd12345678
Member Avatar for Naansankar
Member Avatar for jemartalaban_1

i want to print my form that fit to my letter size paper but everytime i print the form its incomplete at the lower part, i mean the printer stops printing when it finished printing the 3/4 of the form. i always set the scale width and height and set …

0
89
Member Avatar for bullet_1

I am using following where it replaces entities like &lt with <, &gt with >, &alpha wth α but i need replace "<", ">", "@"......with unique codes like &#60; , &#62; .......... Public Function QuickRead(FName As String) As Variant Dim i As Integer Dim res As String Dim l As …

0
85
Member Avatar for ochien

Hi guys, I Make a simple program with VB6, it's OK if i'm running in windows xp or server, but in vista i'm get error message : "Component 'comdlg32.ocx' or one its dependencies not correctly registered: a file missing or invalid" Any body have solutions for this problem, because i …

Member Avatar for Reverend Jim
0
422
Member Avatar for saini balvinder

My client's pc is missing comdlg32.ocx. He recently formatted his hard disk. Due to this my program's installation file is not working and its giving message : 'ComDLG32.ocx or one of its dependencies not correct registered i dont want the user to type command manually in to register the control …

Member Avatar for Reverend Jim
0
172
Member Avatar for MelchorDeVeraMatias

good day... did any anyone know how to put the filtered items in listview into a data report? TIA

0
131
Member Avatar for Eng.Hassan2011

Dear all, i have alreay created a small program which is used to store input data in textbox in database. the program is consist of two buttons and one text box . Private Sub add_Click() ''' when i click on this button i can add any thing in textbox Data1.Recordset.AddNew …

0
55
Member Avatar for alina.nazchowdhury

I'am trying to make a color mix program and is giving me this :Error Invalid Use Of Property. I guess is because i have to put some values for colors, but i don't know how. This is the code, hope somebody help me: Private Sub Command1_Click() Picture1.BackColor RGB(Text1, Text2, Text3) …

Member Avatar for DeanMSands3
0
382
Member Avatar for mule.k

hello programming gurus Am a newbie in visual basics,need some ideas on how to go about my project stated above. it should be able to: 1) allow me to see random generated line and shape patterns 2) choose a list of numbers the ratio of the width to the height …

Member Avatar for mule.k
0
122
Member Avatar for elie.karkafy
Member Avatar for lewyjayne

i want help guys, very soon we will be asked for projects at our college, so please help if you know any that does not require peripheral equipment but a computer. a system that is very usefull

Member Avatar for ddanbe
0
82
Member Avatar for zebnoon

Hye there Plz help me to print the Column of ListView as a receipt.I have no idea how to print ,i have to use datareport of VB6. or what? this is an VB6 project. waiting for reply zeb noon

Member Avatar for chaithra.D
0
1K
Member Avatar for KabaloKaNe
0
56
Member Avatar for bullet_1

I am using the following code which creates a toolbar button on excel menu. On button click it executes a macro Private Sub Command1_Click() ' Start Word Dim wdapp As Object 'Excel.Application Set wdapp = CreateObject("Word.Application") ' Make it visible... wdapp.Visible = True ' Add a new workbook Dim xlbook …

0
101
Member Avatar for suzyq888

Im suppose to write a program that accepts five input values and stores them into an array. The program should then display the average of the five numbers. Finally, the program should display all the numbers in the array that are larger than the average of the five numbers. I …

Member Avatar for rishif2
0
328

The End.