11,868 Topics

Member Avatar for
Member Avatar for bluepiper

Im going to create a project with vb6 and ms access. I have to set password to open the DB for security. In vb6, how can i connect the database in data environment through data link properties setting the provider,database and the database password?? If I can do this, are …

Member Avatar for debasisdas
0
117
Member Avatar for Simran3

hi I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, e55! The …

Member Avatar for debasisdas
0
87
Member Avatar for gblue07
Member Avatar for gblue07
0
67
Member Avatar for kittykattz

So, I have this website. On the website I have WordPress installed, and WordPress is what I use to make all my pages. Okay, well, I need the code to make a table with a vertical scrollbar. I've tried about a bazillion different codes already... Including this: [code]<div style="position:absolute; width:470; …

Member Avatar for debasisdas
0
91
Member Avatar for xmile
Member Avatar for johaynser
1
80
Member Avatar for mike4

What's up people? Who has the code for printing a msflexgrid which CAN INCLUDE a header and footer sofar ive downloaded a code which only prints the msflexgrid. the header&footer can be a label or textbox. Pliz help

Member Avatar for Ancient Dragon
0
71
Member Avatar for ransomjulian

Hi.. All. Just to the point.... - I'm working on inventory program, but I have no idea, some my code NOT WORK... just like that.. I repeat... NOT WORK. I usually use that method and always fine. - I'm a Newbie VB Developer for 3 years. For all that years …

0
51
Member Avatar for kshrini

Hi All, I want to access rptImageControl at runtime to change the image displayed in the control. Is it possible? I'm getting error "Object does not support this method". Also how to display the image from the database on rptImageControl?

Member Avatar for mohammad2700
0
253
Member Avatar for JaceDBN

Hi., I am busy with another access project when an idea occurred to me. Is it possible to refer to an object, lets say a command button - "Com12" using a VB expression. In application as follows: Do until cnt = 15 str = "Com"&Cstr(cnt) [B] str.visible = True *****[/B] …

0
82
Member Avatar for themaj

Hope there are some good gurus out there that can lend a hand to this discussion. Can anyone here give me some advice on methods and strategy for maintaining and upgrading existing Access DBs as my VB6 (not NET) application develops and/or grows? The story goes like: MyApp.exe and my …

Member Avatar for themaj
0
310
Member Avatar for ashblynn02

First off, Thanks again for all your guys help :) I worked on a project where the user was supposed to enter numbers one at a time. After each number is entered, the program is to display the number of inputs, the total numbers entered, the average, the maximum and …

Member Avatar for choudhuryshouvi
0
77
Member Avatar for luke.easdale

I have a problem. I spend hours each week typing data from Excel in one format in excel into another format in excel! My theory is that if data is in excel at no point should I have to do any manual data entry to manipulate data into my desired …

Member Avatar for hopalongcassidy
0
101
Member Avatar for limra

Dear Friends please help me., How to write data to parallel port and how to read data from Parallel port, If you have any API function please share with me. Regards M.Sakthivel

Member Avatar for binoj_daniel
0
80
Member Avatar for Pareshja

Hi Guys, I need some help. My application reads an excel file and dumps it into a recordset. The problem is that if a coloumn in excel has numbers and text in it only the numbers are dumped into the recordset and not the text values. The text values are …

Member Avatar for binoj_daniel
0
129
Member Avatar for madhura09

hi im kind of a dodo in VB6 as a part of my project im trying to build a media player in vb using Windows Media Player control but the code that i had written on another system (windows 2000) is not working on my system (windows xp). the error …

Member Avatar for madhura09
0
289
Member Avatar for WhitePunk

i have a code which is in the if-then-else statement... then i want to use the select case statement... and i dont know well on this... hope you can help me... the code is Private Sub cmdGo_Click() Dim postA As Single Dim postB As Single If Combo1 = 1 Then …

Member Avatar for themaj
0
95
Member Avatar for aj_anil

i WANT TO change the caption using vb6. I changed the caption using form(.frm). I have made the changes in the code files but when I am compiling the new code the error which I am getting is regarding "MSComctlLib.Button". I also tried to include the mscomctl.ocx but it again …

Member Avatar for choudhuryshouvi
0
72
Member Avatar for APEOKUKU

I am writing a music software in visual basic as my final year project and am having problems with displaying a piano and loading sounds into each of the notes.Can someone please!!!! come to my aid. Any help given will be appreciated

Member Avatar for binoj_daniel
0
99
Member Avatar for Mpiangu

Hi every body am emma, am trying to develop an encrypting and decypting software in VB6.0 but am kind of strunded in simple terms am using two richtextbox controls and a button but i can not get the trick to get the text in richtextbox1 to two when encrypted. How …

Member Avatar for hawisme000
0
115
Member Avatar for claysteven

HI People, Am new to programming basic, and have been working on a calc. to work out the storage requirements of a bitmap graphic in MB using the inputs Height, Breadth, Resolution and Colour depth has been driving me mad as when i run the programme nothing happens, even the …

Member Avatar for claysteven
0
262
Member Avatar for sheenaW

[COLOR="Green"]I am looking for software that will create and installation in for MSI with vb6 code.[/COLOR]:icon_redface:

0
16
Member Avatar for abdb911

would any one be able to tell me on how to simulate a run report function when trying to call a report written in crystal reports XI. or any link that will help me in calling a crystal reports report from vb6 interface will be of great help. regards, Ebad

Member Avatar for abdb911
0
281
Member Avatar for shahriar2403

I use dim mydb as recordset and also use mydb.update in certain required places like the update command button clicking. It works, by adding the new value in database. I have a list that shows the values of that db. But the main problem is i cannot see the newly …

Member Avatar for choudhuryshouvi
0
88
Member Avatar for francis0ng

i have a VB form with 4 combo box, how can i make the combo box to display the contents o a certain coloumn in an access database, and then be able to make a report out of them thanks

Member Avatar for debasisdas
0
80
Member Avatar for gunner22
Member Avatar for rtm_e

Hi, i am using Data Environment to connect VB with my Access Database. Can i use SQL statement in my script (manualy)..?? Please tell me how to do it Thanks RE -Denpasar-

Member Avatar for kb.net
0
244
Member Avatar for locsin

Greetings! I designed a simple program in VB6 with a background picture in my main menu form. but when i try to install this program to other computer having different resolution or sized in the screen settings my background picture appears not fit in the entire screen. I used jpeg …

Member Avatar for SCBWV
0
612
Member Avatar for mohammadhaneef

Please note this is in Visual Basic 6.0 language not .net : I am facing alot of probem while creating a program which can show 5 different timezone of US on a form on 5 different label in connection with the system time. for Eg label1.caption "should be IST" Indian …

Member Avatar for mohammadhaneef
0
89
Member Avatar for rtm_e

Hi... i am a newbie in VB Programming right now i am tryng to make a simple programme that will connect VB with an Access Database Can i use a variable inside connection sintax..? Something like this.... What i want to do is accessing field NmPeg that suppose to use …

Member Avatar for debasisdas
0
117

The End.