10,987 Topics

Member Avatar for
Member Avatar for AllenKing

I want to learn about VBA. I was hoping that somebody that is familiar with Mac could help me out. I am using Windows for Mac version1 (2001) and I want to learn how to use the Visual Basic Editor in Excel. I just need a manual or a download …

0
45
Member Avatar for Dan08

I've created a multiple spreadsheet template but now I need to gather all info to one .txt file each time I exit the template for statistical proposes because when I exit and open the template all my info has disapeared. Can somone please give me ideas or links were I …

0
60
Member Avatar for manali arora

we r having 10 check boxes in form and we want only caption of selected check boxes in data report through table.we r using back end as ms-access.how to get this?

Member Avatar for vb5prgrmr
0
45
Member Avatar for Trishaa

Hi, I have data streaming in through a com port, 3 bytes at 25ms interval with a change in CTS signifying the start of data sequence. Using the OnComm() event and checking for CommEvent 3 and InBufferCount > 0, I am able to receive the data and store it in …

0
36
Member Avatar for ZidaneXero

Hello everyone Im new at this thing of programming and im having trouble in saving a new record to the database, I've searched online for this problem and ive tried all the possible ways that i find in internet but i cant manage to make it work correctly This is …

Member Avatar for kvprajapati
1
447
Member Avatar for marky-b

With the following code, the function only msgbox's "variable declaration" and "before for/each". i put them in there for debugging when i saw that my function wasn't getting all the way through. Any suggestions? [code=vb] Option Explicit Function ArrToCSV(ByVal array) msgbox "variable declaration" Dim strTemp Dim strQuote Dim x strQuote …

Member Avatar for marky-b
0
88
Member Avatar for singoi

Hi friends, i have a textbox where i have a path of the pdf file. now after pressing a cummand button i want this file to be opened. my code is as follows.. [I]Private Sub wazopen_Click() Dim myfol As String Dim myfln As String Dim myfpath As String myfol = …

Member Avatar for riteshbhushan23
0
167
Member Avatar for densman

[B]I am developing a database programme on VB 5, but i do not want to use MS Access as the database. Is there any help available for Oracle or SQL Server databases? Thanks[/B]

Member Avatar for sknake
0
90
Member Avatar for riteshbhushan23

Hi to everyone, I am a novice to this site and need an urgent help from you people. Actually i need to select some record from a flexgrid, so i want to use checkboxes in flexgrid. Can anyone tell me to how to insert checkbox in each row of the …

0
45
Member Avatar for dearjee

Hi all, I just started learning Visual Basic. But a friend told me that this language is outdated now, you should learn vb.net or c#.. Is he right? Is vb.net is extended version of vb? I mean if i learn vb then i may easily switch to vb.net?? please anwer …

Member Avatar for vb5prgrmr
0
106
Member Avatar for sky2217

I have a programme which has been packaged using the installer supplied with VB6. It installs and runs perfectly with XP but doesn't with 2000 Professional. Any ideas?

Member Avatar for stevanturk
0
91
Member Avatar for kehar

Hi, I have completed my software but I would like to create Keygen to it so that the software should ask for Serial No., 15 days after it is installed. Pl help me (Kehar)

Member Avatar for Kegtapper
0
137
Member Avatar for Seba Sama

Hi! I searched for this one with no results. I have an Access table with a column Date_of_birth witch has date/time format like dd/mm/yyyy. I develop a VB6 application that needs to read, write, update data in the mdb. INSERT: The user inserts this Date_of_birth in a textbox. I use …

Member Avatar for Seba Sama
0
111
Member Avatar for C.O.D

Hello all, i am trying to put table column to array using Visual Basic 2008 form. As i do not need to update back values to database i have used DataReader. [CODE] Private Sub Button1_click (,,,,,,,,,,) Handles Button1.Click Dim cn As String cn="Data Source='C:\Temp\DB\DBaze.sdf' " Dim qry As String = …

Member Avatar for C.O.D
0
116
Member Avatar for udaywali

Here is some code that will help you connect a LCD module to Parallel port of a computer. Almost any 16x2 LCD module should work. It has complete VB6 code. It works on Windows XP very well. I have used hwinterface.ocx from Logix4u.net that provides basic Inport and OutPort functionality …

0
553
Member Avatar for jerrydusing

Visal has contributed code for computing a formula. I have updated his code to reflect vb.net coding style. I have also refactored the code, so it is easier to understand. I have not checked the code. The vb.net project files are as attached. Jerry Dusing (email: [email]jerrydusing@yahoo.com[/email])

Member Avatar for paramesh_dreams
0
177
Member Avatar for mnemtsas
Member Avatar for Comatose

The Relative of push is pop. Pop removes the last item in an Array, and returns the value into a single (scalar) variable. Again, due To VB Limitations, this one works on strings.

0
186
Member Avatar for Comatose

Simple Function To Simulate The Push Command, due to VB's limitations, This one is Specific To Strings. (Simple enough to modify for integers or variants, etc)

0
205
Member Avatar for Kerbrose
Member Avatar for rose_an
0
749
Member Avatar for Sparkplug188

This is a very basic way to make a delay that someone new to VB might be able to use.

0
129
Member Avatar for Paladine

An example of using the ToString() DateTime Strings to produce common date & time output formats in Visual Basic.Net

Member Avatar for a.j.
-1
155
Member Avatar for rhenerlau

This code uses field level validation to check for data in fields in an Access form, and instead of using message boxes (as the "Validation Rule" and "Validation Text" properties of a field (in the table design window) do, it turns the associated label and control (textbox/listbox/combobox) background color to …

1
123
Member Avatar for rhenerlau

Place the file with part one of the code on the server. This part of the code gets placed in a batch file (text file with the extension *.BAT) and placed on each client's machine. Again, you will need to change the paths used to the real paths on your …

0
166
Member Avatar for Comatose
Member Avatar for willdove
0
306
Member Avatar for Paladine
Member Avatar for Paladine
Member Avatar for SleepDepD
Member Avatar for SleepDepD

There are probably a few different version of this...here's the one I use which I find pretty simple:

Member Avatar for mjwest10
0
226
Member Avatar for SleepDepD

The End.