11,868 Topics

Member Avatar for
Member Avatar for anandmanole

While developing program, i made six to seven text boxes to add the data in mdb database. All the data are properly added to the the database but for presentation purpose i have to show all these in one row & one column only. Ex: Textboxes for address: 1) Flat …

Member Avatar for kinwang2009
0
94
Member Avatar for tyrael

im using vb6 then i add dataenvironment in the project. i dont know how to connect dataenvironment a dynamic connection to database. i already type this syntax to the dataenvironment and it didnt work. "provider blaa blaa blaa\app.path\db.mdb" the bug sez the oledb specification does not support the syntax.. help …

Member Avatar for vb5prgrmr
0
91
Member Avatar for drewpee

Im trying to create a report that only includes records that was created between to [B]Date Variables[/B], [B]dateTo[/B] and [B]dateFrom[/B]. There are three combo boxes used to get the values for the two dates. Here's the code I didn't include the select case for the month(in string) to be converted …

Member Avatar for drewpee
0
169
Member Avatar for cricket2030

Hello, I am taking a VB.net class and am having trouble seeing the difference between event driven and object oriented programming. This will not help on any assignments, I have already turned it in, but I do not understand why VB6 is considered event driven and .NET is object oriented. …

Member Avatar for cricket2030
0
126
Member Avatar for leverin4

I want a certain subroutine to run if the user clicks the red close button in the top corner of the form. Is there a subroutine similar to Form_Load() when the form is opened that will do this for me? Thanks in advance

Member Avatar for WaltP
0
83
Member Avatar for vishaldalya

Friends i am developing small application for my test purpose in which i have lots of problem. mainly code for the project depends on form 2 & form 3. Zip file attached. 1) Whether to use Datagrid/MSflexgird/MSHflexgrid to display data from database. 2) form 2 is used only for display …

Member Avatar for vb5prgrmr
0
92
Member Avatar for johnpatrick01
Member Avatar for vb5prgrmr
0
104
Member Avatar for london-G

Hello I need ideas of how to create my project. I am supposed to create a map and shows description of each cities. So i have put buttons on each cities on the map and when the user clicks on a certain city he/she should see the description of it …

Member Avatar for london-G
0
882
Member Avatar for WAIWAIWAI

This is the condition, the user must enter a set of integers that ranges from 0-9 (so therefore the user is free to use up to 10 digits) and no two numbers are the same. The user interface is like a calculator without the signs. I've done the array and …

Member Avatar for vb5prgrmr
0
100
Member Avatar for avirooge

Hi, i would like to connect a webcam to vb6.0 or to vb.net and wolud like to take a photograph which is then to be stored in access / sql database. plz. help me Avinash Rooge

Member Avatar for kvprajapati
0
600
Member Avatar for psyvanz

i've got an attachment below... kindly scan it before opening.. i put it there so you can understand easily... cause there is no way i can put an image HERE. i hope you would understand it? thanks in advance... GOD bless

0
53
Member Avatar for betabasic

Hello guys.. Please help me on this.. I downloaded this file: [CODE]http://www.cproxy.com/download/cpsetup_en.exe[/CODE] Then I decompiled it using [B]Form Extractor[/B] Software.. But VB6 is the only programming language I know.. How can I convert Delphi to VB6? :(

Member Avatar for anant26692
0
200
Member Avatar for mstangeh

hi, I need to create or replace a permanent query in access (like a view in oracle, postgres...), but from vb6 using ADODB. i know that i can create and alter tables using a ADODB connection object with something like this dim obj as new adodb.connection ... ... obj.execute "create …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for anthony5557

When writing programs with class declarations you need to write a header file with the .h extension. In Microsoft Visual Studio 2008 where do you enter this bit of code? I know how to start a .cpp file but don't know where to put the extension so I can call …

Member Avatar for anthony5557
0
92
Member Avatar for vighnesh
Member Avatar for tejubjp

hi.....how to read n write multiline data excel file in vb6.0?i would like to know d concept of excel file handling in vb6.0 .......help needed....

Member Avatar for aktharshaik
0
55
Member Avatar for Kenyaweb

Hello, I'm searching for something that can be used for our side navigation that is better than TreeView Control in Visual Studio for .Net. Any suggestions?

Member Avatar for kvprajapati
0
84
Member Avatar for czarinahao
Member Avatar for jemz

hello please help me on this i am confuse, if i will use this [CODE]sql = "select * from item_table where itmno = '" & m_item & "'" Set item_rs = con.Execute(sql) 'do i still need to use this With cmd .ActiveConnection = con .CommandText = "item_table" .CommandType = adCmdTable …

Member Avatar for vb5prgrmr
-1
127
Member Avatar for johnovision27

Hello all! Firstly, sorry, it's been a while since I've been programming and I'm relatively new to VB My question is this; I want to change the number in an object identifier to what ever number the program picks at random. Roulette, 37 spots on the wheel, random number 1-37, …

Member Avatar for johnovision27
0
137
Member Avatar for rhomz

somebody help me... im using VB6.0 for my project and badly i need a littlE help,, the program should goes like this: --==>>>when yOu input a number in a textbox and click a command button label with"ADD" the number you input will automatically add to the listbox but should be …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for neosonic

I have a large picturebox of house plan, with several textboxes for the notices (need to be edited by the user in run time). after everything is done, I want to save that picturebox with the textbox inside it into .jpg file. My question is: how can I do it? …

Member Avatar for vb5prgrmr
0
84
Member Avatar for glenndr_15
Member Avatar for abu taher

I type 2009 in mask edit box and select August from a combo box. then I press report button for report. then show this msg: "run time error 713 Application - defined or object defined error" another thing when I run the exe of this project in another pc then …

Member Avatar for abu taher
0
2K
Member Avatar for Renzokouken_22

[CODE] Private Sub Form_Load() With db .Provider = "Microsoft.Jet.OLEDB.4.0" .Mode = adModeReadWrite .Open (App.Path & "\DBAddress.mdb") End With End Sub[/CODE] Guys that's my code and I think that code contains no error. What's happening is that when I'm starting to execute the code. It shows a Run Time Error: Could …

Member Avatar for opspl_programme
0
225
Member Avatar for neosonic

I would like to create a drawing tool similar to visio, with the linking to the database But i have another half of my .exe project done with visual basic.\ we want to sell it. is it wise to use visio and built macros links to it? is it easy …

Member Avatar for neosonic
0
341
Member Avatar for ashakoyande

i want to read sms in pc with the help of visual basic, i m using a nokia mobile.

Member Avatar for vb5prgrmr
0
43
Member Avatar for betabasic

How to Save Web Pages in WebBrowser1 using VB6? It's not about saving the source code to text file.. It's the same as clicking [B]File > Save Page As...[/B] in Firefox. :)

Member Avatar for vb5prgrmr
0
288
Member Avatar for psyvanz

is there any possibilities that you can make a vb6 code, that can search backwards from last to first? first, i just want to apologize for disturbing you..x) i mean, from an access 03 database i inputed in the fieldname: studentnumber then, i entered below, five(5) records of studentnumber(fieldname) with …

Member Avatar for psyvanz
0
92
Member Avatar for jemz

hi please help me on this... Can someone help me, what is the essence or the use of this...hoping for your positive responds... adOpenDynamic adOpenForwardOnly adOpenKeyset adOpenStatic adLockBatchOptimistic adLockOptimistic adLockPessimistic adLockReadOnly

Member Avatar for WaltP
0
105

The End.