10,992 Topics

Member Avatar for
Member Avatar for Lida_pink

How can I SWITCH the contents of 2 textboxes by clicking on a command button? I tried to solve it this way : [CODE]Private Sub Command1_Click() Text1.Text = Text2.Text Text2.Text = Text1.Text End Sub [/CODE] But it didn't work out and it only changes the content of text1 Thanks in …

Member Avatar for vb5prgrmr
0
146
Member Avatar for Geek_Cyborg

Hello, Can anyone tell me how can i use Unicode Text from a file in a String or in a TextBox? Please Help Thanks

Member Avatar for vb5prgrmr
0
102
Member Avatar for snostar

I am researching how to create a dll in VB..can it even be done? Does anyone know of any sites or books that can help me through this process?

Member Avatar for eladkarako
0
2K
Member Avatar for tihomir

Hello I have an application in vb6 that works on MSAccess 2003. And now I have to change connection to SQL Server 2005. I changed connection string to: conn.Open "Driver={SQL Server}; Server=server; Database=Base; UID=ID; PWD=pwd" I open recorset like this Set rs = cnServer.Execute("SELECT * FROM tbl") and it is …

Member Avatar for tihomir
0
91
Member Avatar for gcattley

I want to process data entered into an Access 2007 form and then append the data to a table within the database. I started with a simple form with a button running a macro which ran an APPEND query, and this was fine until we needed to add some conditional …

Member Avatar for cguan_77
0
118
Member Avatar for xcarbon

First off, i would like to introduce myself. My name is Ryan, im 18 and a professional gamer. About the client! Well this client is for my clan members, they can login and retrieve updates, news, ect through a webbrowser Help! Okay, so i have set a webbrowser, two texboxes …

Member Avatar for AndreRet
0
94
Member Avatar for Manoj_06

cud ny1 plz tell me,how 2 connect to mysql via VB6.0 without d help of mysql connector as 1 user said. i don't think there is ny need of such in VB6.0 i just wanna know how to set connection string through coding an fire sql query in VB its …

Member Avatar for AndreRet
0
49
Member Avatar for PinoyDev

Good day! I just need some help/solution on how to prevent the user to resize the form when the width of the form is less than 8,220. Thank you guys for giving time. God bless

Member Avatar for PinoyDev
0
150
Member Avatar for Lida_pink

Can anyone help please? How can I give focus to a textbox (for example we have two) by defining a shortcut key as alt+m ? Thanks in advance Btw, I'm a beginner so please tell me in the simplest way. :)

Member Avatar for Lida_pink
0
173
Member Avatar for phpbeginners

Hi all, I want to convert 1 to 000001 in Visual Basic 6 example: 1 = 000001 2 = 000002 thanks

Member Avatar for phpbeginners
0
63
Member Avatar for supriya mysore

i have a combo box in vb6.0 which i need to get a column of data from oracle database, how can i extract a perticular column of data to a combo box

Member Avatar for debasisdas
0
113
Member Avatar for sbchandru

Dear sir, I doing one school project in VB6 with Access database. here I use Data bound grid control for view. and I want know how to calculate hours in DBcrid pls help me.

Member Avatar for sbchandru
0
62
Member Avatar for maria_college

Hello! I wonder if someone can help me. I'm trying to create a Macro that would copy a line of text from one Word doc into a specific position of another Word doc, and then use the content of the clipboard as the Filename. From recording various Macros and researching …

Member Avatar for maria_college
0
376
Member Avatar for smithaboby

I want to store multiple usernames and passwords in the oracle 9i and connect with VB. I am new with this. Kindly send me reply. Smitha

Member Avatar for debasisdas
0
154
Member Avatar for randomized999

how can i execute a loop (a series of natural numbers from 1 to 100) in dos shell ? code:- [ dim a as integer,dim b as integer for b=1 to 100 step 1 for a =1 to 100 step 1 print a,b next a next b ] it is …

Member Avatar for vb5prgrmr
0
168
Member Avatar for DeadlyMan

hello i read [URL="http://www.daniweb.com/forums/thread111692.html"]this [/URL]topic and i use the source to learn how to use option and i have Problime with it this the Form : [CODE] Private Sub Command1_Click() If Option1.Value = True Then SetStringValue "HKEY_CURRENT_USER\Software\yahoo\pager\ETS", "String Value", password.Text ElseIf Option2.Value = True Then SetStringValue "HKEY_CURRENT_USER\Software\yahoo\pager\EOptions string", "String Value", …

0
44
Member Avatar for Mac Mac Gregor

Pleeeeeaaaase help. If you have the answer please email me on <<mail removed>> Thanks Hi I have a VB6 system that interacts with a SQL Server database and GET's records with the following code If I_Syscont.State = adStateOpen Then I_Syscont.Close End If szSQL = "select * from syscont" szSQL = …

Member Avatar for Mac Mac Gregor
0
290
Member Avatar for Geek_Cyborg

Hello, I want to store all ListView items of index (2) in a MultiLine TextBox, Please explain how can i transfer all listed text of specific index

Member Avatar for vb5prgrmr
0
92
Member Avatar for venkatnams

guys i recently used this following code in my project,, [url]http://www.vb-helper.com/howto_store...access_db.html[/url] after adding the above form in my project i added microsoft active x control in my reference,,cos the above code needs it,,,, i also have added microsoft dao 3.5 in reference before i added the above form,,, then i …

Member Avatar for vb5prgrmr
0
107
Member Avatar for danicam

Good morning friends I write from Brazil, and I need help from an expert .(.. I am developing the program attached with another program on existing This is very important to me as it is for my college training .. basically I track IP address through ICMP. The problem is …

Member Avatar for vb5prgrmr
0
68
Member Avatar for pytup

Write a program that will deal with the following scenario: - someone buys a car at £7.500 - the car is to be "paid up" over 4 years - the intrest rate is 5% flat rate per annum. The program should display the total monthly payment, and should alsoo show …

Member Avatar for AndreRet
0
69
Member Avatar for bhaskaram
Member Avatar for venkatnams

hey guys,,i recently got this code from robocr of this community,,i got this from another website,,im trying to use this in my project to link a photo,,but im not able to do that,,i get errors one by one when i try to run the code after importing the forms and …

Member Avatar for vb5prgrmr
0
114
Member Avatar for novicevbp

Hi I am trying to open a MS Access db via CommonDialog1. All is fine untill I click OPEN after selecting the db I want. What I then get is a dialog for ODBC entitled SELECT DATA SOURCE with two tabs: File Data Source or Machine Data Source. If I …

Member Avatar for vb5prgrmr
0
111
Member Avatar for PinoyDev

Hi guys.!! Good day.! I just want to know on how to execute an event or function call after the resize event of the Form had been triggered!.. Thank you for giving time on this post.!

Member Avatar for PinoyDev
0
203
Member Avatar for pankaj.garg

i have a VB6 application using DAO and other reference libraries...so i used Package & Deployment wizard, so that it works on other machines as well...now my application size has increased from "79 KB" (my earlier exe + DB Files) to whooping "30 MB" (entire package). Please guide me how …

Member Avatar for pankaj.garg
0
155
Member Avatar for lashatt2

Is there a command that change's server's file's inside buffer? Change file's inside text? I hope you understand me

Member Avatar for Nick Evan
0
83
Member Avatar for DaveB

Hi Writing a vbs logon script to add a registry key for users, but it is only adding it once for the SYSTEM account, (since this account is used to run logon scripts) via HKEY_CURRENT_USER, whereas I need it to add it for the user logging on, so append it …

0
75
Member Avatar for PoisonedHeart

Hi to all and good day... I'm still studying about vb 6's data report designer and the data environment...but what i need to know is how can i make or [B]generate[/B] a report at [U]run time[/U]... for example, generate report for the employee names. (names of the employees will populate …

0
85
Member Avatar for Nepenthe

Hi, I have to write a function in Visual Basic within Microsoft that takes customer type and number of books purchased as inputs and returns the discount that should be given. Calculate the total sum after deducting discount that is to be paid and that the interface shows the total …

Member Avatar for Nepenthe
0
117
Member Avatar for pankaj.garg

i created a VB-6 program using reference "DAO 3.51 object library" on XP OS....works ok on my system...but does not work on my friends system...gives error - "Runtime-error 429 : active x component cant create object" friend's system is Windows XP with Office 2007 installed... Pl help to resolve this... …

Member Avatar for AndreRet
0
294
Member Avatar for nolesce

I am writing a fairly simple web site monitoring app. It uses a timer to call a class that requests a web page and measures the response. Problem is that the third time the class is called the app hangs. looking at the locals box I see that the properties …

Member Avatar for Darren Smith
0
153
Member Avatar for wdb07159

I am adding a usercontrol combo box to another usercontrol form and when I do this the program actually runs and goes to an initialise routine in a class and shows the error mentioned in subject. I have a collection of records and a new combo box and this is …

Member Avatar for wdb07159
0
303
Member Avatar for juner4

Good day, I am a fresh graduate as BS Information Technology. I already employed now. i already create a program and where about to launch it. But there is only one problem i think in my program because in my i need to generate reports in many different paper size …

Member Avatar for blameglaze
0
190
Member Avatar for jcb0806

Hey everyone, I've been working on a project for my job and I've become stuck. I'm trying to figure out a way to extract or export all macros from an excel workbook to a folder on my filesystem. Is there a way of doing this with out creating a program …

Member Avatar for cguan_77
0
75
Member Avatar for Jlutha1001

Hi, everyone i am so pressed with this task of developing a Piant Application using java or vb. i have run short of time, please someone save a me. I am Justine .O.

Member Avatar for debasisdas
0
58
Member Avatar for imolorhe

Please, i want to know how to ntework in vb6. Also, capturing the system name and other things like that.

Member Avatar for cguan_77
0
87
Member Avatar for remalisam
Member Avatar for Drpills

Hello, I am new to this community as well as Visual Basic. My class was assigned a project that is to use Panning and Zooming of a Image. However the code the teacher supplied us zooms to the Upper Left corner of the image instead of the Center of the …

0
108
Member Avatar for neosonic

Hi All, Thanks for your continuing helps and supports, I really love this forum. (and somewhat depended on it). I have got program written in vb6, this program provide the calculation and links to microsoft access and microsoft words. This program soon will be integrated with microsoft visio or other …

Member Avatar for vb5prgrmr
0
142
Member Avatar for Es Sayen

hello, when user slect an item from combobox, then its corresponding data should be displayed in the textboxes and labels placed on the form. like if i select a rollno then the name, address, age should appear on the form. kindly, let me know the code for this. Thanks in …

Member Avatar for abdalla_92
0
1K
Member Avatar for michellspijkers

Hi! I'm a newbie in this community. I am developing a VB6 app which displays 100 pictures one at a time at random using a button click event. This works fine so far. Using the same random number generated to display the picture using a ' select case' routine, it …

Member Avatar for AndreRet
0
141
Member Avatar for Warragul

The select case construct is moving to the Case Else line every time the programme loops, even though there are "Longvue" & "Roseleigh" entries in the worksheet.[code]Option Explicit Option Compare Text Sub Complete() Dim HOComplete As Range Dim Client As String Dim JobNumber As Range Dim workrange1 As Range Dim …

Member Avatar for Stevoni
0
165
Member Avatar for pankaj.garg

i have 4-5 forms...all of them are called by each other by some or other procedure...now i want to initialize an variable with an integer value only when my program starts.... my problem is where ever i declare the variable...the form gets called and the variable gets re-initialized... or can …

Member Avatar for vb5prgrmr
0
107
Member Avatar for blackviper04

OK I have an assignment on my Access course, I find this site really good and require some help if possible. Basically I have a login screen which checks the Access Database I am using the code I have is this: [code] Username = txtUsername.Text Password = txtPassword.Text 'Following code …

Member Avatar for Smith5646
0
174
Member Avatar for jacsme

Help please!!!! Is there anyone has a sample code on how to call the backup and restore of SLQ server using VB6. I already have it but, unfortunately the backend of my program is Ms access and I want it to use as SQL server. Any help is highly appreciated.... …

Member Avatar for abu taher
0
172
Member Avatar for satedoflove14
Member Avatar for smjabbar

Dear Sir, I would like to change page setup to be landscape to print a data report in VB6. I need the full details.Is there is procedure or function pls. help me how to make it, where to write the code Thank you in advance A.jabbar

Member Avatar for abu taher
0
105
Member Avatar for coollife

I want the code to close all mozilla firefox windows I have tried doing it using findwindow function and linkbutton with no success Please provide me the solution

Member Avatar for AndreRet
-1
90
Member Avatar for Roobyroo

I've written a VB 6.0 program that runs over Access 2003. I don't have any problem reading to or writing from the tables except in one table and one of its screens. When I initially create the record, there's no problem. But when I retrieve the new record (into a …

Member Avatar for AndreRet
0
144

The End.