10,987 Topics

Member Avatar for
Member Avatar for adalita_m

I need to know how to get change in 5c 10c 20c 50c $1 $2 $5 $10 $20 $50 $100 in the smallest possible denomination. In AUS dollars.

Member Avatar for Yomet
1
87
Member Avatar for sameer1982

I'm a novice at VB and wish to populate a datagrid by connecting to oracle table. I've an ADODC data control inwhich I've used Connection String and given the SQL query after selecting cmdText option. The test connection also succeds but only empty datagrid is displayed when I run the …

0
90
Member Avatar for jto

i have a data file in text format , i want to convert this text file again in to oracle data base file for this i want coding in vb such that to calculte from this byte to that byte should be update in particular field etc. pls help me?

Member Avatar for Yomet
0
295
Member Avatar for arvin2006

hello everyone! i add an executable program with my vb project but the problem is that it takes some time before it opens so i decided to put a loading form. how could i associate the form load with the exectubale file? i set timer and it works but it …

0
50
Member Avatar for Seba Sama

Is it possible to connect to the hidden/special shares on some network computers from a VB application? i mean C$, D$, ADMIN$, other_share$. i have the local user Administrator and the password for those computers. Can it be done without having to use shell commands (net use, nbtstat etc) ? …

Member Avatar for mrmike
0
214
Member Avatar for inbal

G'DAY! I have software made by VB6. I execute spesific report from my software, than i close my software of the print preview. The software transfer all data from my software to excel & exhibit the excel with all data who transferred from my software. I would like that when …

0
56
Member Avatar for royaloba

Hello to everyone, i have a project which base on text file. and i already know how to view the text file using a listbox, what i want to know is on how to delete a specific row in text file.. thanks;)

Member Avatar for WaltP
1
465
Member Avatar for SeekAnswers

Good day, I have been developing a simple application that teaches programming languages, I was hoping to store the necessary lecture slides in the Database, and retrieve them for later use, but I have problems displaying them onto the application forms, can anyone guide me on that area, or direct …

0
73
Member Avatar for arvin2006

hi to everyone! thanks for the responses.. how could i create an os by means of vb6? is that possible? i have learned that c,c++ and asm are the appropriate program for creating such, but still i want to use vb because it is the one i am inclined with,im …

Member Avatar for Comatose
0
76
Member Avatar for misiom

Hello, I have a Activex exe, that makes use of multi threading. I have two PCs. A and B. When I run the program on A ( both in debug and compiled exe) it executes fine. I then created a package, installed it on PC B and the exe ran …

Member Avatar for Comatose
1
151
Member Avatar for tecman

Hi How can I to access to mySQL data base on my web site from visual basic 6 application. thanks.

0
70
Member Avatar for BombAppetit

erm greetings.. i have a situation here regarding picturebox. there are 2 boxes, 1 is for template image, and one for image to be compared with. i planned to make the user able to draw a box in template image picbox, as a region where the image the other picbox …

Member Avatar for Comatose
1
157
Member Avatar for arvin2006

hi everyone! have a blessed day! is there anyone can help me to customize the data report such as on how set the data report's margin, size etc.. thanks for the response

Member Avatar for aparnesh
0
89
Member Avatar for bilalmuslim

Could you also email it to me at [EMAIL="bilalmuslim@gmai.com"]bilalmuslim@gmai.com[/EMAIL]

Member Avatar for bilalmuslim
1
70
Member Avatar for Seba Sama

can someone hlep me with this ? i have the user names. now i need to find the name of the machine they are logged on to. how can i do this? i mean known : username, domain needed : machine name pls help i really need this one.

Member Avatar for Comatose
1
168
Member Avatar for evansvb

[COLOR=#000000]I am trying to develop a college project that will help a user who uses dial-up method to connect to the Internet to setup a connection on their computer. The same software will also guide a user to configure email programs such as Outlook Express or Microsoft Outlook (OE/ME) and …

Member Avatar for evansvb
0
99
Member Avatar for memet

I have ten points in space each of them have its coardinates value in (x,y,z) i want to plot these points in 3D view and iwant to be able to rotate this drawing

0
47
Member Avatar for arvin2006

hello to everyone.. how could i set the vb form properties such that the user could not click outside the form unless the form was closed. it should not be minimized if someone clicks outside the form. thanks!!

Member Avatar for DavidRyan
0
55
Member Avatar for lover99509

I finished My project and its working fine But only on my pc. If i try to test the program on another PC which does not have Visual Basic program installed on it, then it does not work and I get some errors,Some not working functions or objects. I know …

Member Avatar for purplegerbil
0
118
Member Avatar for doug98

I have written some inventory control programs using a comma deliniated file (.txt) as the running database. Can a VB executable access an Excel file the same way?

Member Avatar for Comatose
0
169
Member Avatar for satellites101

Hello, does anyone know where I could possibly find this ocx. I have searched high and low and can't find it any where. All links that I have found are dead. Any help would be greatly appreciated. Thanks in advance. satellites101

Member Avatar for Comatose
0
95
Member Avatar for eyad212

hi every one , i need a help i am using vb 6.0 and wanna to connect with access db using odbc and can't find the way or code i will be thanx if any one help me in case( [EMAIL="e_twal@yahoo.com"]e_twal@yahoo.com[/EMAIL])

Member Avatar for purplegerbil
0
76
Member Avatar for Rob Cornell

hello there i have a matlab program that plots an equation. now i need to display this plot on a vb6 form. any idea how i can do it? also will this vb code work if the clients system doesnt have matlab installed in it? hoping to get some help. …

Member Avatar for b4codes
0
89
Member Avatar for free2cboy82

Hi Expert, I just wanna some help here. I have tried to connect my applications's database (Microsoft Access) using ODBC...but I can't get connected with the database. Actually the system I develop needs to be networked so, I try to run as a shared database (suppose to be)...but I can't …

Member Avatar for SamY
-2
159
Member Avatar for Hotshottech

Is there a code in VBA that will read data from a RS232 port and import it into the selected cell in excel or can I buy a program that will work.

Member Avatar for BombAppetit
0
289
Member Avatar for JohnKelly

I am using the Common Dialog ShowOpen to select a file to open using VB6. How can I ensure that the control is centered over the calling form. If I use two screens often the dialog control opens on the other screen and is hidden behind other windows.

Member Avatar for Comatose
0
279
Member Avatar for tezmin

[CODE] Dim rs As New ADODB.Recordset Private Sub Command1_Click() Me.CrystalReport1.DataFiles(0) = App.Path & "\Database.mdb" Me.CrystalReport1.ReportFileName = App.Path & "\Reports\BRYeild.rpt" Me.CrystalReport1.SelectionFormula = "{NewJob.strShipmentType}='" & Combo1.Text & "' and {NewJob.Date}>=#" & MaskEdBox1.Text & "# and {NewJob.Date} <=#" & MaskEdBox2.Text & "#" Me.CrystalReport1.WindowState = crptMaximized Me.CrystalReport1.Action = 1 End Sub Private Sub Form_Load() …

0
55
Member Avatar for shabina

hi, am facing problems with taking contents/added items of a listbox in one form(Add) and displaying it in a similar listbox in another form(Modify) which has an adodc for navigating thru records. now i know textbox works fine but listbox is giving a hiccup...any ideas? :!:

Member Avatar for shabina
0
85
Member Avatar for daniwebaccount

Is there any way to like 'dim obj as _______' and then control real objects with it? Like... obj = text1 obj.text = "blah" ..and it work?

Member Avatar for daniwebaccount
0
111
Member Avatar for stan yost

I've created 2 tables in Access and have created a form for each table in VB5. Each autonumber field is the primary key of it's table. When the first form comes up the autonumber field has a value but when I go to the second form the field is left …

Member Avatar for Comatose
0
111

The End.