10,987 Topics

Member Avatar for
Member Avatar for Smooth_411_2000

I need to know who to call up other forms from one form or another and also see and unistall programs from a computer using vb programing

Member Avatar for Comatose
1
100
Member Avatar for NewVBguy

Hi there, Can anybody show me how to export a recordset into a txt delimited and exporting recordset into a dbf format. thanks in advance. Newvbguy

0
61
Member Avatar for SYEDHANIF

HI [CODE]class Astro { var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) …

Member Avatar for Comatose
0
183
Member Avatar for robertlees
Member Avatar for watkins6878

Hi I am trying to fill a combobox with the files from a FileListBox the code i am using is [CODE]Private Sub Form_Load() File1.Path "C:\Images" File1.Refresh If File1.ListCount > 0 Then For i = File1.ListCount To -1 Combo1.AddItem File1.List(i) Next End If End Sub [/CODE] The FileListBox fills with the …

Member Avatar for watkins6878
0
164
Member Avatar for NewVBguy

Hi there, How can I extract a ps file (eg. sample.ps) and put it into recordset. Thanks. Newvbguy

Member Avatar for Comatose
0
85
Member Avatar for lance471

Ok, before I get started I have a few things I need to clear up. 1) I am relatively new to VB, I come from a webdesign background and picked up the basics pretty quick. 2) I dont have an understanding ADO 3) I am not using VB.net, dont judge …

Member Avatar for Comatose
0
124
Member Avatar for Malgrim

I have a VB6-dll that is referenced in both a VB.Net aplication and another VB6-dll. Now, I get Information (strings containing filenames) from the VB.NET application and store them in global variables in a module. Then I want to use these variables in the other VB6-dll, however they are empty. …

0
68
Member Avatar for janeane_tho12n

frankly speaking i dont know how to start my code. my problem is i need to put the contents of a database in a graphical format (i plan to use msflexgrid for this). whenever the user click a certain row of record, a form will appear and from there the …

Member Avatar for purplegerbil
0
102
Member Avatar for russell214

i have DTPicket and TextBox. how to change DTPicker with this value "2006,05,17"? DTPicker format : "5/17/06" 'shortdate for example : DTPicker value = "5/10/06" Text1.Text value should be "2006,05,10 Thanks in advance...

Member Avatar for Comatose
-1
239
Member Avatar for softwarecaz

Hello Everyone, Am studying client server, if any of you programmed using client server please send me a private message, I have a assignment to do, I have done over 90 percent of the code, I really need some help in the other 10 %.

Member Avatar for Comatose
0
85
Member Avatar for naramis

hi there, im new in Visual Basic. currently my task is to create a program that will automatically consolidate database based on the time. for example, the program will executes at 10 pm everyday in which the database will be consolidated in that particular time. the database that im using …

Member Avatar for naramis
0
92
Member Avatar for heatherc3

Hello - I'm trying to work with Microsoft's VB editor to create a series of macros. Information will be inputted into word using mail merge, and I [I]think[/I] we'll be seeing it in comma-separated values. It'll be dumped from a Peoplesoft application into Word. The code I'm writing needs to …

Member Avatar for heatherc3
0
155
Member Avatar for mungelwar

Hi friend, I need to print picturebox or form in vb6, which contain other controls & user controls. I used several methods like capture screen or printform method but the form size which i m using is large and during printing visible area of the screen print ok but the …

0
129
Member Avatar for marsg2

can someone tell me a code for a countdown timer to a date set in a msgbox pop up

Member Avatar for Comatose
0
437
Member Avatar for Comatose

[CENTER][B]For Starters...[/B][/CENTER] I was recently helping someone with Random Files, and I realized as I googled along, that it took me some time to find any kind of information about random files, and how to go about working them. I had to pop in an old 3 1/2 inch floppy, …

0
100
Member Avatar for jackpro

We need some Visual Basic programmers. To hunt talent we are putting this small project to test skills and reliability. This is 5-6 hour work. You have to build a clone of photo upload editor found in IM [url]http://meetro.com[/url] You must download the IM to view how that editor works …

Member Avatar for Comatose
0
174
Member Avatar for FredNg

Hi !! Our front end software produces a text file everytime an input is saved. That text file is saved in a folder in the c drive, say folder xxx. I would like to write a script to decode the text file and export the data to a database, move …

Member Avatar for Comatose
0
86
Member Avatar for sbmarsh

Hi, i'm trying to create a project where i can click an option button and it will overwrite a file. i know the code to overwrite it but the problem is i don't know how to get it to work :P if that makes sence.. what i'm trying to do …

Member Avatar for Comatose
0
337
Member Avatar for shamil_gawas

I Want To copy tables and data from 1 database and paste it to another database how can i do it in VB with MsAccess as back end

Member Avatar for postmaster
0
66
Member Avatar for Smooth_411_2000

How Do I make My Program Execute Multiple Programs At One Time Like Windows Update. If I have to make make a batch file or something could some one tell me how so i can get it done.... Thanks

Member Avatar for Comatose
0
107
Member Avatar for NewVBguy

Hi there Can somebody teach me how to add records from one recordset to another recordset. rs.clone style is ok but this method will just replace whatever I have. Is there any way to do this beside rs.addnew? Take note that 2 rs are opened at the same time. Please …

0
69
Member Avatar for indangasy

Hello guys I would some help on how to easily let a system user browse for a picture and see it in a image handler. For this case am using textbox to hold a picture. How can i do it? Rgds

Member Avatar for Mayo
0
170
Member Avatar for janeane_tho12n

whenever i run the program i can actually write something on it. should combo box's value depend on its drop down list? isn't it?

Member Avatar for Comatose
0
103
Member Avatar for Smooth_411_2000

I am trying to write a program that will execute programs in Visual basic from a CD. The Programs need to be compiled with the program that i am writing so even if i move it to another computer it will know where to find it. I need it to …

Member Avatar for Smooth_411_2000
0
256
Member Avatar for russell214

i want to populate the datagrid1 based on the given value below. i'm using VB6 as my frontend and MSACCESS as my backend. how to accomplish this? NET 9,500.00 'Given value INTEREST 1,200.00 'Given Value INT DUE 48 'Given Value IRR 0.69867 'Given Value TERM 25 'Given Value RELEASE 05/02/06 …

Member Avatar for russell214
0
115
Member Avatar for up2you

Hi all, For example i have a database like, Customer A B C ----------- --- --- --- alfa 1 0 0 tango 0 1 1 omega 0 1 0 beta 1 1 1 cobra 0 0 1 and i have 3 checkbox. checkbox1 checkbox2 checkbox3 what i try to is …

0
76
Member Avatar for russell214

i have a 2 textbox and 1 listbox. i'm using vb6. how can i populate the listbox based on the given below? begindate.text = "05/02/06" 'begindate.text + 7 noofinstallment.text = 25 this should be the output in listbox control. 5/2/06 5/9/06 5/16/06 5/23/06 5/30/06 6/6/06 6/13/06 6/20/06 6/27/06 7/4/06 7/11/06 …

Member Avatar for russell214
0
119
Member Avatar for xenophobia

I had a MDI form. I need a function that are going to create a MDI child form when i call the function. But things is i want to clone the MDI child form, because the child form that going to be create are all the same form. [U]Example:[/U] 1st …

Member Avatar for xenophobia
0
118
Member Avatar for janeane_tho12n

The End.