16,916 Topics

Member Avatar for
Member Avatar for guest11

hi all, I am making an application which i want to make in multilingual means i want to make that application in many languagues. Suppose user select any language than font of my application will get converted into that language. suppose user select marathi than it will get converted to …

0
70
Member Avatar for arayaaa

im beginner in vb 6.0... can anybody show or if can attach an example of project tht link with mic.access to vb 6.0... i need to explore about [COLOR="Green"][B]way to retrieve record from existing database and then list it on llist box, n try to sort it. further more i …

Member Avatar for debasisdas
0
80
Member Avatar for chanthung

Hello, My problem is, after i have deleted all the records fromt the database, all the buttons like First, Next, Last, Previous and delete are disabled. A message is displayed "There are no more records." Ok, till here no problem. But after i add new records, say one record, i …

Member Avatar for debasisdas
0
76
Member Avatar for jaasaria

elow guyzz... i have here an POS system.. i wanted to buy a laser scanner but i dont have any idea to use it.. if their any comment and suggestion or examples can be more helpfull and appreciated.

Member Avatar for debasisdas
0
34
Member Avatar for atplerry

I have a problem inserting record into the database collecting the data from textbox and combobox and inserting it to the database but i have been getting error for the past few hou that i have been trying to deug it but the error it giving me is Private Sub …

Member Avatar for debasisdas
0
93
Member Avatar for arayaaa

im a beginner in vb. i really want some help in using vb. actually i want link my vb interface to data in access using adodb. then how to list data (access) through vb interface according to some criteria that had been set by user. Example: using customer id: 102,103,104,105,106,107,108,109,120 …

Member Avatar for arayaaa
0
104
Member Avatar for lmoe23
Member Avatar for kmacker

This may seem easy to most of you... I have a simple database, storing Name, Company and Telephone number. I have a form showing the three fields info as labels. I have four buttons called FIRST, PREVIOUS, NEXT and LAST to navigate through the names, (thereby showing the relevant Company …

Member Avatar for abu taher
0
86
Member Avatar for kinyuadave

Hi i've have this installable program and i was just asking if it is possible to have its shortcut on the desktop. How can i do this???? Thanx in advance

Member Avatar for abu taher
0
111
Member Avatar for kmacker

Hi, Looking for help. (Beginner) Here's what I have and what I'm trying to do... I have 4 option buttions (A,B,C and D) I have 4 Combo boxes named A,B,C and D, where the dropdown allows matching numbers 1 to 4. (Eg If Option B is selected the relevant ComboB …

0
56
Member Avatar for ob1b

Hi All, Please bear with me... its my first post and my technical knowledge is... lacking somewhat! I currently have calculations in excel and a word template which I have linked by adding comments to each cell in excel and then in word setting up the doc properties and inserting …

0
56
Member Avatar for Tekito

I'm actually having this problem with the Deactivate and QueryUnload events as well. From my reading I think the Unload event is supposed to fire when you close a form with the close button or with the unload command. So far neither has happened. With the statement: [QUOTE]Unload UserForm1[/QUOTE] the …

Member Avatar for Tekito
0
103
Member Avatar for Systnubdesigner

have a gud day always guys:cool: im new here !! im new too in "IT field" but i know some basics of Java programming language and currently studying the Visual Basic 6.0 ooppss!! i almost forgot!! im from the Phillipines studying at System Technology Institute (STI) i know this site …

Member Avatar for zandiago
0
52
Member Avatar for kiranmr

Hi, Im using the Crystal Report 10.0 and VB6.0, backend is AS/400 - DB2 through ODBC, i have added the new fields, This exsiting treport was build on throught he help of TTX file. When i runt he application the im getting the run time error 20525: Unable to load …

0
57
Member Avatar for chern4ever

how do i let the timer to appear warning msg every hour? the maximum interval i can set in vb is 60 seconds.

Member Avatar for QVeen72
0
59
Member Avatar for acehigh

hi , I'm not able to complete vb6.0 instalation on my laptop op xp home It says DCOM was unable to create user account in Programme Files/Microsoft visual basic/ common/Tools/Vs-Ent98/Vanalyzr/valec.exe. on a regular basis. thanks

0
42
Member Avatar for gopinathar
Member Avatar for suchisuchi07

yet another doubt...i have a form where, i need to select an item from the list,and as i select,an event should be fired,displaying relevant and corresponding details in another listbox,from a database.please please suggest me a better way...

Member Avatar for QVeen72
0
52
Member Avatar for troblekid

I am also trying to get the user to move 10 lbl box's one to a top ten lbl box, so it go 1 ________ One 2 ________ Two 3 ________ Three ext......... So the lblOne gose to the lbl1 ________ and the lblOne gose to the lbl2 _______ and …

Member Avatar for QVeen72
0
123
Member Avatar for abu taher

i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me

Member Avatar for QVeen72
0
73
Member Avatar for elanch

Hi all! Can any one explain what is the purpose of WHERE 1=2" What the statement means. in below code? query = "SELECT * FROM project WHERE 1=2" Thanks in advance Regards, Elanch

Member Avatar for QVeen72
0
89
Member Avatar for troblekid

I am trying to make it so that the user can move anyone of the 10 Label box called "lblmovebox" onto any one of the top ten blank label box called "lbldropbox". So they can pick up any one of the "lblmovebox" and drag it onto anyone of the top …

Member Avatar for troblekid
0
154
Member Avatar for khaledkhaled24

Hello all, I am doing a project using visual basic, and I will try as soon as I finish it to upload it here. The project aim is: to make voice calls pc-to-pc using for example Skype, and connecting the computer also to a modem that connects to a land …

0
92
Member Avatar for hassanahmad

Hi ! I have a question to ask. My question is do softwares developed in VB 6.0 work on win vista or not? Do vista come with the visual basic runtime library or you have to install the dll's ? Thanks, Hassan Ahmad.

Member Avatar for iamnoangel26
0
154
Member Avatar for jaasaria

hellow expert.. im trying to install vb's system's on any pc' with out microsoft office. im trying to put open office for that unit. but sure that i will encounter a lot of error.. like out of memory. or something that required FM20.dll and other DLL. any idea for that …

Member Avatar for jaasaria
0
267
Member Avatar for badboyjt432
Member Avatar for mancode1007

When i want to create a new Windows Form Application it pop up the message "Request registry is not allowed ".anyone please help 2 fix it... thx

Member Avatar for waynespangler
0
94
Member Avatar for chern4ever

this is my code [CODE]Private Sub Command1_Click() Dim maximum, minimum, highest, lowest As Integer Dim num(1 To 5), i, j, z As Integer For i = 1 To 5 num(i) = InputBox("number") Next i highest = num(1) lowest = num(1) For z = 1 To 5 If num(z) > highest …

Member Avatar for chern4ever
0
5K
Member Avatar for mattybennett

Hi all, Ok, so a little about me - I'm a Computing lecturer, but with that said programming is something I don't focus on. I tend to teach rich media, mainly Games Design. I do also however teach systems support. So, realising the gap, I thought I'd download all the …

Member Avatar for Lardmeister
0
170
Member Avatar for taurok

Hi everyone I am new to programming and would prefer to start off learning programming in visual basic. Hope to find people here helpful and resourceful Good luck taurok

Member Avatar for MakeMoneyOnline
0
69
Member Avatar for satheeshmanian

Hi All, When i tried to execute my ASP.Net Application, I got the Runtime error in IE " 'null' is null or not an object ". Im using Visual Studio.Net 2005 and using some Ajax Controls in my application. If i click some Events, it shows the above message. Please …

Member Avatar for MattEvans
0
321
Member Avatar for markgri

hi im so glad to be one of the member of this site.., im just a begginer for visual basic and php programming.. hope you can help me... thank you..

Member Avatar for peter_budo
0
97
Member Avatar for elchalateco

Hi all, I am using vb 6. I have a binary file and I want to read bytes 8-11. These bytes all together give the number of records in the data file. I have a function that takes a string representation of the 4 bytes and return the number of …

Member Avatar for Teropod
0
104
Member Avatar for skalra63

currently, i have got code that will let someone search a table in a database and return any possible recordsets into a listbox. however, i would like to be able to click on any of those items added to the list box, so that it will return other data from …

Member Avatar for suchisuchi07
0
229
Member Avatar for suchisuchi07

i need to use access to store my data in 2d array form.please explain me the procedure for that.or tell me, is there any way to create link to another table from a field item.

0
50
Member Avatar for bairamsunil

Hello everyone, I am using excel vba programming, in my application I always want to keep my first workbook.firstsheet active. I will be opening and closing some otherfiles in between the application. While running the application i don't want to show all flikkering in my application, what all the files …

0
44
Member Avatar for deftones

Hi, I've just finished working on my little project and I've already compiled it. But when I run it and input necessary data, I get "out of memory" error. The program suppose to deal with a lot of information. How can I fix that problem?

Member Avatar for deftones
0
42
Member Avatar for preethi_ga

Hi, i have a form in VB. iam using SQL Server as Back-end. And connection string and all works properly. the only one thing is i want to retrieve data from database into a combobox. i'am using this code.... [ dim i ] [ for i = 0 to Combo1.ListCount …

Member Avatar for tchawurura
0
201
Member Avatar for Seba Sama

Hi I'm about to write a short application but I have a problem: I need to get a recordset (or two) from 2 different SQL servers. I would prefer a single quarry but i don't know if it is possible. And if not, I will have rs_1 and rs_2. How …

0
64
Member Avatar for troblekid

I have some bottons that are called cmdBananaSpider and cmdSydneyFunnelWeb that I am trying to link to [url]http://en.wikipedia.org/wiki/Banana_spider[/url] and [url]http://en.wikipedia.org/wiki/Australasian_funnel-web_spider[/url] I can't seem to get the right code in to link to the page, can anyone help me with the code? I would like it to open up in its …

Member Avatar for debasisdas
0
43
Member Avatar for Sarlacc

I am currently working on a project to create a program to test a persons pitch perception. For this i need to be able to process a microphone input to find out what the note that is being sungs pitch is. What would be the best way to go about …

0
88
Member Avatar for pardeep3dec
Member Avatar for knight fyre

[B][COLOR="Red"]My ideal career choice is to be a web developer - creating web sites with powerful functionality.[/COLOR][/B] So far I've learnt: [B][I]Front-End[/I][/B] xhtml, css, javascript [B][I]General[/I][/B] SQL, C, C++, and Java [B][I]Back-End[/I][/B] php ( just started learning ) [B][I]Applications[/I][/B] Dreamweaver, mySQL, Visual Studio, Eclipse, Borland, Apache [B][COLOR="Red"]What language/application do you …

Member Avatar for sTyleSHA
0
71
Member Avatar for dinilkarun

I have a tree structure containing nodes and child attributes. Each node has got a unique key as an attribute.I have got the the value of the key and I need to access its parent node using this key. Please suggest the way to solve this problem. Regards, Dinil

Member Avatar for dinilkarun
0
227
Member Avatar for yanie

[ATTACH]6798[/ATTACH] i hv an interface sumthing like this. i/m using VB6 and i wanna find record in MS Access using find command button. firstly user will key in an employee number as a key to find that user record in MS Access. after that, the data will appear in the …

Member Avatar for vprakash
0
194
Member Avatar for gmgfarrand

Well, A client brought in a PC LOADED with Viruses and Spyware. Anyhow after numerous scans with Avast! and Ad-Aware, I came here and ran the suggested apps. The problem that still lingers is that whenever I goto the Screensaver Tab, I get the DLL as an App error. Prior …

Member Avatar for gmgfarrand
0
310
Member Avatar for knrakesh

Hello Guys, This is Rakesh Nagekar, when i open a visual studio.net and click on File -->New website --> Then the windows application,console application,class library, all those in project are comming those require for creating website is not comming. how to get back those please Rakesh Nagekar

Member Avatar for knrakesh
0
73
Member Avatar for markgri

how can i access data that i have entered to the database in msflexgrid. like for example i have putting three categories the noofitem,scores, and totals. that was displayed on the top of msflexgrid horizontally..? is there anyone can help me... please...

Member Avatar for guest11
0
89
Member Avatar for green_cool7943

Is it possible to view the vb code of an .ocx file w/o having the the activex vb file ? ... i mean i want to read the activex code written in the .ocx file ...

Member Avatar for debasisdas
0
44
Member Avatar for abu taher

i using acsess 2003 or xp. but when i click in record source property to show the table a massage was shown. but when i use office 97 then there was no problem

Member Avatar for debasisdas
0
248

The End.