10,992 Topics

Member Avatar for
Member Avatar for pytup

Hi, I have to do search engine for shop (my course assessment) it have to search produckts by code and description. I dont really know how to do it. Can someone help me? that what i have: [CODE]Private Sub Command1_Click() Dim code(6) As String Dim description(6) As String Dim price(6) …

Member Avatar for pytup
0
181
Member Avatar for saj_amo

When I try run my appliction on a client machine I keep getting the following error: Run-Time Error '20532 Cannot find database dll I know I need to install the 'database dll' on the clients machine ... but ... what is the database dll? I am using MS Access 2000 …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for vivekdxt2000

Hi everyone!!! I am trying to fetch data from an excel sheet to an other sheet or to ole automation in vb. the main problem is that i have to search data on the basis of two date intervals and nd then copy data from related cells recorded in that …

Member Avatar for vb5prgrmr
0
85
Member Avatar for santosh5471

Any body having any solution to write a report without using DATA REPORTS and Crystal and allowing it for preview and print. The report should be well designed... Help me

Member Avatar for vb5prgrmr
0
106
Member Avatar for anku123

i do need some help related to combox: 1) m making my project and in that have used combox for selecting various options and had inserted the item , suppose i had entered MBA, BCA, MCA, B.E. in the begging i have used database to enter marks per semester(i.e. upto …

Member Avatar for santosh5471
0
145
Member Avatar for achilleus1234

I would like to do 2 things (or one of the two) first, I have in form1 a textbox1 and i would like to bring the info of it to a textbox (or label) in form2 second, If it's possible i would like to set a picture from form1 to …

Member Avatar for Luc001
0
125
Member Avatar for sghayal

i have to read the data from weigh machine attached to RS232 port using VBScript. Can anyone tell how it is can be done

Member Avatar for vb5prgrmr
0
61
Member Avatar for pasido

Sorry I ask too many simple questions :D 1. [code=vb]Public Class Weapon Dim name As String Dim type As String Dim damage As Integer Dim speed As Double Dim durability As Integer Dim value As Integer Dim RustySword As Weapon 'What kind of declaration must I make? Its an error …

Member Avatar for vb5prgrmr
0
187
Member Avatar for abu taher

I want to find some thing in ms word. this is the default option of ms word. but here I want to do in my own language (cause the default option only support English). I can make it. but I don't know how it connect with ms word. I mean …

Member Avatar for abu taher
0
114
Member Avatar for Dazamondo

Hi Guys, I wonder if you will be able to help me with creating a password generator in VB using VS 2008. I have limited programming knowledge from my time at university and it wasn’t my strong point :). What I want to do is have a front end which …

Member Avatar for Luc001
0
227
Member Avatar for pankaj.garg

Hello, I have multiple problems in an application plotting online data. Below are my problems - 1. MSCharts flickers if my updation time is fast (around 1 sec), I have played around with Repaint, LockWindowUpdate and Visible methods, but no positive results. Is there a better method to stop flicker? …

Member Avatar for pankaj.garg
0
234
Member Avatar for yossi321

Hi How can I protect/lock a drive from deleting files and format it ? Is there a way to hook a drive?

Member Avatar for yossi321
0
74
Member Avatar for 4ukh

dear experts, please, how to use SQL query in excel 2007 and store the result of that query in the cell. let say I have a sheet with different information abut sales and I want to get the sum of the sales as per city let say where city is …

Member Avatar for 4ukh
0
111
Member Avatar for farmanshah

we have required a thumb machine for distribution of worker salaries in factory. I our factory total strength of worker 1000. We have a problem at the time of disturibution of worker salary, becuase a factory worker comes for salary with fraud twicely. Therefore we want to sigle payment & …

Member Avatar for vb5prgrmr
0
81
Member Avatar for cabsjonel

Hi folks , I have a created a listview its almost done, the only thing that is missing is search, can you teach me how search in listview god bless folks.....

Member Avatar for cguan_77
0
674
Member Avatar for pasido

ok, so in Java you do "blahblah " + variable + " blahblah" which outputs into "blahblah 23 blahblah" but how do I do this in VB? I wanted to have a label with HPvariable + "/" + MAXHPvariable so it'll display 18/23 etc...

Member Avatar for vb5prgrmr
0
85
Member Avatar for santosh5471

I wrote an application to enter the data and print output using Crystal 8.5 As I tried to create the SETUP file it stopped working at the last page. when I removed the crystal references and ocx and dlls and tried to make SETUP it worked properly. What shall I …

Member Avatar for vb5prgrmr
0
84
Member Avatar for simon126

Hi all, I am a first year student at northeastern and my VB professor assigned me a project that i am just stuck on. This is my first programming course and i honestly am a newbie at it so i hope you guys can help. Here is my situation. A …

Member Avatar for rex24
0
397
Member Avatar for pasido

Im an extreme newbie at VB and newbie to OO programming, and would like to make a basic text based RPG to start off (I made an RPG on my TI-84 calculator and would like to recreate it on VB) I don't know how to do these things: How do …

Member Avatar for pasido
0
166
Member Avatar for cabsjonel

Hello folks I have a created a listview who has a save, delete , edit , update My problem is I want to higlight the rows that ive been added to my listview for ex. i have fillup all my following textboxes then after that when i click save the …

Member Avatar for kinwang2009
0
106
Member Avatar for cabsjonel

Hello folks I have created a listview my problem is when i want to save some data into my listview i want the data to be highlighted in list view Can you help me folks? God bless folks ...

Member Avatar for kinwang2009
0
74
Member Avatar for umers56

are there any? i tried searching it up but it isnt what i need. u see i am making a visual basic 6 game for myself. i have the whole layout set up but i want the picture called picmario to jump up and then go back down. hopefully u …

Member Avatar for vb5prgrmr
0
99
Member Avatar for Axcio

Could someone point me in the right direction or provide an example of how to connect to a sharepoint, access an excel sheet, update it, save using VB6. I know how to access/modify/create/close excel sheets with VB6 on my local harddrive. I have searched and searched with no success over …

0
30
Member Avatar for vimbai

hi guys does anyone want to give me an idea on was simple project to do for my final year. i want to use v b,coz i`m quite cool with it. pliz help, i dont know were to start from.

0
44
Member Avatar for DhruvaRai

Hi there I am trying to design a flexi sheet calculator for work so that the users can use this program to calculate their working hours. They enter their times manually over the week. This is a calculator for them to use at the end of each week to calculate …

Member Avatar for peter_budo
0
2K
Member Avatar for NextCom

I have a Visual Basic 6.0 application, it contains a form with onload event, and a Timer. When I run the application as a scheduled task (Run as: Administrator, Run: At system startup) it executes the onload event, but it will not start the Timer. If I run the application …

Member Avatar for AndreRet
0
66
Member Avatar for bryansworld

Hi I'm working in VBA and I need to try to get long names to fit in a textbox I cannot increase. Is there a way to get the font size to scale down when a name is found to be too long to fit in the textbox?

Member Avatar for AndreRet
0
79
Member Avatar for jemz

hello can you please help me in my registration...my problem is that i don't know how to check if the user input numbers, character, and letters....i want that if the user inputed this in password,example password=jem125@# this will display in my lblvpass="Strong password",if the user input only jem125 it will …

Member Avatar for jemz
0
173
Member Avatar for kbalamuk

I am using VB6.0 to develop an application where the user must enter data in 5x5 table. How do I create such a table during runtime?

Member Avatar for debasisdas
0
120
Member Avatar for cabsjonel

Hello folks Can you give an example on how to use an active x control i read lots of books about it , but i did'nt understand what it means folks pls try to help me thank you very much :icon_smile: May God bless u now and forever

Member Avatar for vb5prgrmr
0
88
Member Avatar for navaidstech

I don't recall ever having trouble using a similar procedure in the past but for some reason this one is giving me tons of trouble. Everytime it gets executed, it fires "Object doesn't support this property or method" error and I just can't understand why. Here is the snippet [CODE]SelectedEntry …

Member Avatar for navaidstech
0
1K
Member Avatar for yakshasa

Can anyone please tell me why this returns records in Access SQL pane but not from VB6 using ADO? SELECT LCD.*, LCS.*, LS.*, LMM.*, LPS.si_ElementNumber FROM ((TableLOANContractualDynamic LCD INNER JOIN TableLOANLoanStatic LS ON (LCD.sv_LoanNumber = LS.sv_LoanNumber) AND (LCD.sv_CoNumber = LS.sv_CoNumber)) INNER JOIN TableLOANLoanContractualStatic LCS ON (LCD.sv_LoanNumber = LCS.sv_LoanNumber) AND (LCD.sv_CoNumber …

Member Avatar for yakshasa
0
117
Member Avatar for rajanmr

HI, I have a text file which is like this [QUOTE]29/8/2004 dsadsa dadsad [email]dasdsa@dasda.com[/email] tfdsfce m rfdsfson2l43 Hadfsdand Rd. Frdsfsin GN 50033 5545163111 3338544355 Anytime VG337612 TN476757 Vn5676982 0.067 6700 3.5 7222233339 [/QUOTE] I want to do pattern matching in this file and do some manipulations. For eg: I want …

Member Avatar for vb5prgrmr
0
218
Member Avatar for amar1234

I m reding the data from the mscomm it is giving ascii characters i want to chage this to string conversion as a single byte can any one help for this thz in advance

Member Avatar for vb5prgrmr
0
83
Member Avatar for AngieK

What do I need to run my VB2005 (Professional Edition) program on a server at a company? I was hoping to spend under $500 and to buy the entire package is much more than that. Do I need to buy the entire software package to just run the program I …

Member Avatar for Oxiegen
0
162
Member Avatar for anwarmeesh

i am using a new smartcard reader.Before i had used old one and the purchased company provided the concerned dll file and its functions and examples.but new company is asking charges to purchase the same.I need necessary idea by using vb6 to read and write textbox datas to and from …

Member Avatar for AndreRet
0
168
Member Avatar for cabsjonel

hello my dear brothers and sisters can you explain to me what is lvwTag , I am using it for finditem in my list view i dont know what is it means , it says Search for the String argument in the Tag property of the ListItems .

Member Avatar for AndreRet
0
84
Member Avatar for goumang

im a beginner in visual basic 6.0 and ma teacher give me a project as below: evaluation of entrance examination system....so i hv fields std name, roll no and mark. according to the roll no i type and with criteria given(some cut off mark) the particular student information must pop …

Member Avatar for jhai_salvador
0
113
Member Avatar for shena

Hi, I created a macro in excel by importing XML file and then make amendments and then run to export as textfile. I have a column with specific characters like "A" or "C" as last characters of a string. I want to export that column strings after removing the last …

Member Avatar for shena
0
335
Member Avatar for poojashah

Hello to all, Here i am doing a small project of a school timetabel development. i stuck at saving data from combobox to Ms-Access. I m using Adodc as data connector to vb and access. Please provide me coding for the same query. Thanks... Pooja Shah

Member Avatar for vb5prgrmr
0
165
Member Avatar for abhilala

how to pass two parameters using a dataenvironment. I have a table salary record in which there are two coloumns date and unit, i want to pass these parameters at run time.

Member Avatar for Bashir ahmad
0
93
Member Avatar for sanjkadam

I need to submit a project in vb & sql I have a project in vb & access which I have to convert to vb & sql secondly I have basic idea of sql data connection. but unfortunately I have done my sql class long back & lost the notes …

Member Avatar for vb5prgrmr
0
85
Member Avatar for leo1937ca

I am using savesetting and getsetting in vb6, W2k. I am still in the testing stage. The savesetting and get setting are working correctly. I would now like to use the deletesetting function to remove the registry entry but I have found no examples to initiate this function. I want …

Member Avatar for vb5prgrmr
0
338
Member Avatar for lerkei
Member Avatar for Ikram232
0
111
Member Avatar for pato wlmc

Well, first of all i already know some things about c++ programming, but i'm really aiming to video game programming. Until today, i used to compile my codes on WxDevC++, but isn't really that good, and people keeps telling me that Microsoft visual studio is good for game developing. But …

Member Avatar for thelamb
0
228
Member Avatar for jemz

hello can you please help me how do i put checkbox in my ms access..or how to code this in my program hoping for your positive responds...thank you in advance

Member Avatar for jemz
0
130
Member Avatar for vinupattar

Hi, I need to read a binary file (say abc.bin). Then search within the file for sync words (say 3600,475,3622,479). Each word is 12 bits long. After each sync word, the next 256 words are to be copied to a file in the first row, the next 256 words to …

Member Avatar for vb5prgrmr
0
187
Member Avatar for jag4

[code]Dim MonPrice As Decimal If RadioBtnMon20.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 120 ListBox1.Items.Add(RadioBtnMon20.Text) End If If RadioBtnMonHD.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 140 ListBox1.Items.Add(RadioBtnMonHD.Text) End If If RadioBtnMonFullHD.Checked Then MonPrice = MonPrice - 140 + 170 ListBox1.Items.Add(RadioBtnMonFullHD.Text) ElseIf RadioBtnMoniterStand.Checked Then ListBox1.Items.Add(RadioBtnMoniterStand.Text) End If TxBxPRICE.Text …

Member Avatar for Luc001
0
171
Member Avatar for kigams

The project should be able to perform the task of a payroll system for the University workers and the enrollment system for the Students. I have already designed the interface for the whole project. could you please send me the codes for the program. Basically two programs of payroll system …

Member Avatar for jhai_salvador
0
172
Member Avatar for msaqib

This is a visual basic 6.0 wav sound player class that plays any selected sound file in .wav format. It has the filename property to select the file and play property to play the sound file. Visit [url]http://www.mycplus.com[/url] for more codes.

Member Avatar for surajcrj
-1
1K

The End.