10,987 Topics

Member Avatar for
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
54
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
85
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
107
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
140
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
137
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
161
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
105
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
166
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
169
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
103
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
88
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
141
Member Avatar for pytup
Member Avatar for AndreRet
0
1K
Member Avatar for imolorhe

Please, is there anyway to make the forms in vb6 transparent? I need urgent assistance. Thanks.

Member Avatar for AndreRet
0
933
Member Avatar for lordnikotine

Hello. Could someone help me on how to create classes in VB6? I need to create a class that would enable me to add 2 numbers then show the sum... simple enough? but im having a hard time looking for tutes out there. I could easily learn with some examples... …

Member Avatar for AndreRet
0
5K
Member Avatar for mahii
Member Avatar for AndreRet
0
111
Member Avatar for rteja

HI guys I am just started learning SQL server. I have installed sql server 2008 in one laptop (call it 1) and it is connected to internet now [LIST=1] [*]i want to access it from another pc which is connected with 1 via WAN. [*]and how to connect to sql …

Member Avatar for AndreRet
0
132
Member Avatar for randomized999

[CODE]Private Sub Command1_Click() Dim i As Integer, j As Integer For i = 1 To 10000 For j = 1 To 10000 Print "SDFGH========="; j Next j Next i End Sub[/CODE] when i click on command1, i want to view the enitre execution of loop,i.e, from [CODE=text] SDGGH=============1 SDFGH=============2 . …

Member Avatar for AndreRet
0
101
Member Avatar for mallak alrooh

Hello : I have this problem that Ineed to solve can you help plz??.... write aprogramto generate a business travel express attaachment for an income tax return. The program should request ias input the name of the organization visited, the date and location of the visit,and the expenses for meals …

Member Avatar for abu taher
0
90
Member Avatar for jonc

Hi, I've got a bit of a problem with an application I am writing at the moment. I know it has to be something small which I'm missing, but I can't figure out what it is. Basically, I have a Query (or Stored Procedure if you prefer) in an Access2000 …

Member Avatar for jonc
0
296
Member Avatar for andre_geerlof

I need to make an application with vb that copies all the files every time the folder opens and copies the files to another folder and it should overwrite all the files in the destination folder. the destination folder should contain everything the source folder contains, can anyone help me?.

Member Avatar for vb5prgrmr
0
38
Member Avatar for sumit severiya

hello , hi i m sumit severiya & i m final year mca and i want to make project in or vb.NET .so plz help me and send the topic of project.

Member Avatar for TomW
0
94
Member Avatar for CaffeineCoder

Greetings all! I'm facing a problem that's been throwing me for a loop for a while now. I'm implementing an old VB application that someone else wrote a long time ago onto a VM. I've gotten past a few different issues/errors just to get new ones (that's the name of …

Member Avatar for CaffeineCoder
0
155
Member Avatar for simbarashe24

guys am stuck if anybody can help me i will be very gratefull. i need a project proposal for a school library system ,currently the library is using paper system and am supposed to design a system in vb6.Am a student on attachment and the proposal is needed as soon …

Member Avatar for vb5prgrmr
0
83
Member Avatar for oscarresonable

Hi guyz... Can you help me in my problem??? I cant figure out the scheduling grid for hotel system,.. What i mean is "it is a grid that you can drag and assign a date to a particular room to reserved or book a room...." can you help me guyz??? …

Member Avatar for oscarresonable
0
95
Member Avatar for dejanbl

Hi, i need some help, i need to delete some data in DBF file, and i have this code... but when i execute it .. nothing happends? Dim connectionString As String connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=D:\Documents and Settings\dmarinkovic\Desktop\Data1\FP550_EO022450;Extended Properties=dBase IV" Dim dBaseConnection As New System.Data.OleDb.OleDbConnection(connectionString) Dim cmmd As …

Member Avatar for zortec
0
231
Member Avatar for pankaj.garg

hi, i am making an program in VB6 with access database....m inserting dates in the database at random....and want a listbox to be populated with first 3 dates starting after a particular date.... eg. input - 6 jan, 3 dec, 15 feb, 12 march, 10 dec, 7 june, 5 may …

Member Avatar for AndreRet
0
136

The End.