11,868 Topics

Member Avatar for
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
143
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
964
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
6K
Member Avatar for mahii
Member Avatar for AndreRet
0
112
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
136
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
102
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
92
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
298
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
40
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
96
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
159
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
85
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
97
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
236
Member Avatar for Tales

I'm making a project in Visual studio 2008. The details of the project are: - It is a MFC Application - The application type is Dialog based with Use HTML Dialog enabled - The project style is MFC standard and... - The use of the MFC is in a shared …

Member Avatar for Tales
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
138
Member Avatar for Israelsimba

i know that a select statement is the best way to go around retrieving records from a database. the problem im facing is selecting a record then assigning a certain field from that record to a variable eg x..... so in simple english, it has to be something like....select clientnumber …

Member Avatar for AndreRet
0
132
Member Avatar for Kristan421

Private Sub AddToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddToolStripMenuItem.Click Dim numbers() As Integer = {myarray(x)} Dim element As Integer Dim total As Integer For Each element In numbers total = total + element Next element End Sub This is the code I have for adding the numbers …

Member Avatar for AndreRet
0
72
Member Avatar for duelforce1

Hi, Can someone help please, I really need to get the text on a label to change to what is inputed by the user on the previous login form The text box where the username is entered is called UserNameBox and the label is called Label1 So whatever is put …

Member Avatar for AndreRet
0
1K
Member Avatar for coollife

1) I want to Close all mozilla firefox windows running , for that to happen as i know there is two ways a) to use link label b) findwindow Link Label finds the mozilla browser but with the found browser i can get the url of the browser but i …

Member Avatar for coollife
0
222
Member Avatar for jeffrey4u

My project is connected to odbe driver with access database. i have another database with the same table and fields on my hard disk. i now want to use common dialog box to locate the access database on my hard disk and append the records in it to the running …

Member Avatar for jeffrey4u
0
94
Member Avatar for EddieC

With its release on Monday of the [url=http://www.microsoft.com/hpc/en/us/default.aspx]first public beta of Windows HPC Server 2008 RC2[/url], Microsoft also was touting features introduced in the [url=http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx]second beta of Visual Studio 2010[/url]. Expected in March, Redmond's next IDE will simplify development of new applications and modification of existing ones to take advantage …

1
211
Member Avatar for jeffrey4u

can anyone help me with the code. am trying to import the content of an excel sheet to my access database using common dialog in vb6. i tried this code below but is not working ........ [CODE]Private Sub sLoadExcel() If CommonDialog1.FileName = "" Then Exit Sub Dim exc As Object …

Member Avatar for Nick Evan
0
1K
Member Avatar for firoz.raj

i have place Masked # # # # # # # # # . and i have put MS Sans Sarif Font But it is not going in the Boxes Properly Kindly let me know the Idea.Kindly find the attachment also.and kindly let me know any way.So that Amount as …

Member Avatar for AndreRet
0
99
Member Avatar for coollife

[CODE] Set fso = New FileSystemObject If fso.GetFileName(txtPath + sname) = True Then Kill txtPath + sname MsgBox "File Deleted" End If [/CODE] txtpath is the path to C:\Documents and Settings\All Users\Start Menu\Programs\Startup where in startup i have an shortcut file fso.getfilename doesnt find the shortcut file . I want …

Member Avatar for AndreRet
0
93
Member Avatar for jeffrey4u

can anyone help me with the code. am trying to import the content of an excel sheet to my access database using common dialog in vb6. i tried this code below but is not working ........ [CODE] Private Sub sLoadExcel() If CommonDialog1.FileName = "" Then Exit Sub Dim exc As …

Member Avatar for AndreRet
0
778
Member Avatar for imolorhe

how do you make sure that when you maximise a form in vb, the controls in it are also maximised. Thanks for the help.

Member Avatar for abu taher
0
101
Member Avatar for Sorb3t3ro

Hi! I have a VB6 project and I used ms access as my database(Database.mdb), I packed my project including the database, I already install it on my PC, but when I use or run my newly installed VB6 project and type the username and password I got this error: Run-time …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for Avenger0A

Hey guys, im new here and i was wondering if some people could help me out? ive recently been employed in an IT company, and although i am quite familiar with c++, i have been asked to work on making a custom Ribbon in Excel (creating a new tab for …

0
76

The End.