10,987 Topics

Member Avatar for
Member Avatar for jemz

hello please help me on my problem how to trap in my grd if the user forgot to input the quantity then it will display the messagebox "sorry you forgot to input the quantity"...i already try to trap but only in the first rows,...but i don't know how to trap …

0
54
Member Avatar for neosonic

Hi All, I have got the multiline textbox in the picturebox. I want to save the whole picture into a bmp file (including the multiline textbox). Is there any easy way to do it? what I have done at the moment is: pic.currentx = textbox.left pic.currenty = textbox.top pic.print textbox.text …

Member Avatar for vb5prgrmr
0
639
Member Avatar for kashy!

Hi friends, I am developing a simple webcam accessing application, My aim to access one or more than a webcam over the Network or Internet, How to do.?? I am stuck.. :( Please Do help,

Member Avatar for kinwang2009
0
1K
Member Avatar for Ritchie Miki
Member Avatar for mewa_ashika

Ok so i am going a whack a mole game. What method i did was that i used a picture box (I couldn’t use the button) to display a mole on the screen. So when the timer starts the picMole.visible= true and when clicked score is changed mole becomes invisible …

Member Avatar for mewa_ashika
0
1K
Member Avatar for qk00002

Where I can download VB6.0 english version? Need one now but couldn't find on the web. help~please~~~~

Member Avatar for WaltP
1
339
Member Avatar for snehalN

i want to validate datepicker in vb6. i have datepicker in one of the forms of my project, i m using this datepicker for the birthdate,so i want to check is user selects todays date while filling the form then i want to display error message.

Member Avatar for vb5prgrmr
0
32
Member Avatar for Masterace

Hi people need codes for displaying serial number in a receipt (ie a unique number after every transaction) here is the receipt code am working on [code] Private Sub CmdPrint_Click() 'printing a receipt If MsgBox("Print Receipt?", vbYesNo, "Receipt") = vbYes Then Printer.Print Tab(30); Printer.Print Tab(30); "TIKMASH MANAGEMENT LIMITED" Printer.Print Tab(30); …

Member Avatar for Masterace
0
2K
Member Avatar for student02

Hi guys.. Im still working on my project, it is a payment and enrollment system. Ive been thinking what to do with the Student ID since it requires a format like xx-xxxx, its possible that ill make two fields right? i mean the first xx on xx-xxxx to make it …

Member Avatar for cid777
0
292
Member Avatar for timtalk

I am still pretty new to Visual basic, but have been working to write a program for Excel that will interact with a Javascript based website and extract data from this website. The site is not mine but I have approval to extract the data I need. The problem that …

Member Avatar for timtalk
0
401
Member Avatar for gms_019

Good day! hi! I'm Glenn! I'm working a Project on System Analysis and Design. I'm using Visual Basis on my project entitled Payment System. Can you help me on how to change the Page setup from portrait to landscape on the Data Report? Thanks in Advance........... ;-)

Member Avatar for gms_019
0
84
Member Avatar for t_yalthis

hi there I want to create paragraphs or in other words I want to separate lines whenever I want. for example: car name: bla bla car license plate: bla bla . . . how can use that property of richtextbox in my rezervation program. I have searched through the web …

Member Avatar for kinwang2009
0
86
Member Avatar for slade2627

Hi guys!! do you know where i can find sample codes on how to develop a program which simulates FCFS and RR Scheduling?? It would help a lot.. Thanks.. ^_^

Member Avatar for ohsosexy
0
109
Member Avatar for muthuivs

Hi Guys/Gals, I am writing a program that needs the user to scan in documents using either adobe or the software provided by the scanner makers (such as travelscan pro, etc). My program needs to have have button that says "SCAN DOCUMENT", and when it is pressed I need the …

Member Avatar for kinwang2009
0
374
Member Avatar for P.manidas

Dear Sir/Madam, I have developed a software on game using VB 6.0 and Access, and I want to make that software as a Register Version. The software may ask the user for registration key at the time of installation or after specified period of time being installed. I can make …

Member Avatar for kinwang2009
0
312
Member Avatar for neosonic

Hi All. I have been using ms word 2003 template (doc1.dot) and replacing the bookmark with vb6. My problem is: I want to use the underline in the ms word. for example: Instead of replacing #myname# to alex I want to replace it with [U]alex[/U] That should be an easy …

0
46
Member Avatar for hiz460

Hi, Im trying to add a code which adds a record for me and then saves it. I am also trying to add a code which deletes the record for me. So far, my "Add" button, clears the form, which is what I want. Then when I click on save, …

Member Avatar for hiz460
0
191
Member Avatar for akssps011

Hi all I have two questions: 1) I want to create a custom report in VB6. The report format consists of labels for name, designation etc against which data has to be populated by MS Access DB. Below this a table has to be printed consisting of data from some …

Member Avatar for akssps011
0
81
Member Avatar for seeker55

I'm just finishing up my project for school but I've seem to have hit a speed bump. Here's the code I'm working on : [CODE]Private Sub Command1_Click() cnt = 0 search = Val(Text1(1).Text) For cnt = 0 To 7 If search = memberarray(cnt, 0) Then memberLbl = "Member ID:" & …

Member Avatar for vb5prgrmr
0
95
Member Avatar for navaidstech

Just when I thought I was comfortable with SQL queries, another one popped up that I can't get around with.... I'm ALMOST there but not quite. Here is the situation... I'm dealing with two tables [B]PoolTeams[/B] and [B]PlayerStats[/B] The PoolTeams table has two columns: [B]PoolTeamID[/B] and [B]TeamName[/B] The PlayerStats table …

Member Avatar for navaidstech
0
198
Member Avatar for niessen

I am trying to upgrade a number of older VB3 and VB4 projects to VB6. While there are no .dll calls in the form code, I assume that there are some associated with the old controls. I can get the projects to run in the VB6 development environment but when …

Member Avatar for niessen
0
243
Member Avatar for JdTSC

The msgbox widget is really useful. However the font limitations of the default msgbox can be brutal if your trying to deliver a message with considerable information. Has anyone coded an improved msgbox class that would take the same arguements + font?

Member Avatar for JdTSC
0
110
Member Avatar for vakhilesh

Hello,i am using VB6 in the development of my project which deals with sending sms messages if an intrusion in home/office is detected. However the application hangs whenever i try to run it.At sometimes even if it rarely runs it hangs after 2 or 3 minutes.Please help me with this …

0
40
Member Avatar for jeogs

i need code in VB6 of process scheduler priority and SJF where in the user will input the process, burst time, event time and the priority plsss help this is my ..Email Snipped.

Member Avatar for kinwang2009
-1
65
Member Avatar for P.manidas

Dear Sir/Madam, As I have seen VB 6.0 is supporting Icon files, Metafiles and BMP files for using in the PictureBox property of ImageBox, PictureBox, and CommandButton. I have tried ICON file to use on those Controls, but some ICON files are supported and some are not supported. So, I …

Member Avatar for kinwang2009
-1
2K
Member Avatar for cingo1

Dear friends, I have a VB6 app using MS Access2003 database ODBC connection in Windows Server 2008 my connection string is simple ODBC-- DSN=hotel -- using Microsoft Access Driver (.mdb) using admin user - i can run all forms on windows server 2003 successfully using other users - i get …

0
42
Member Avatar for arvin2006

good day everyone! is there any idea on how to set the picture property of the Data Report's Image Control based on the Form's Image Control? this code doesn't work: 'Me.Sections("Section2").Controls("imgEmployee").Picture = frmMain.imgPic.Picture Thank you very much for responses.

Member Avatar for shenba.akila
0
174
Member Avatar for Masterace

hi waltp the code i need is like (TK012001) and is to appear on the receipt and change whenever i make a transaction i.e TK012001, TK012002, TK012003.......... is that possible?

Member Avatar for WaltP
0
58
Member Avatar for sidhu51

Hi all, am working in vb6. I have a situation wherein i have to open many files together and keep it in a folder and then start runnin one by one continously without any break. i have the codes for opening a single file and runnin it... how can i …

Member Avatar for WaltP
0
95
Member Avatar for pankaj.garg

Hi, i am trying to create a report using VB6...the format of the report is attached as pdf file..the format of report is important for me.. i have my data in Access and finally would like to print report on a word document.. Please let me what should i use …

Member Avatar for akssps011
0
66

The End.