12,425 Topics

Member Avatar for
Member Avatar for Maulth

Hey all, I've recently begun learning visual basic using visual basic express 2008 with plans to purchase visual studio 2008 (it'll be worth it as I've used C++ for a very long time, I just wanted to learn vb and vb.net). What I'm very interested in right now is creating …

Member Avatar for GeekByChoiCe
0
855
Member Avatar for QuickBooksDev

Hi, Easy way to create/copy from a container i.e. Tab/Frame to another. Given a VB6 program with a form with a Tab Control. Each tab has a frame and many controls (textboxes, radio buttons, labels, combos, etc. each of which is a control array. 1 per tab/frame). We have a …

Member Avatar for vb5prgrmr
0
175
Member Avatar for olseh

Hallo, please, I have RX and TX pins at serial cable at my computer connect. In hyper terminal I try, that is all OK, I send and recive data. In visual basic I send BYTES with code which I send down OK, but when I use dat = READBYTE Text2.Text …

Member Avatar for olseh
0
162
Member Avatar for ksenthilbabu

Hey, I am using URLDownloadToFile API for downloading files from website to which i updated, but this API is retrieving the older files even after i upload a latest version of the file. I used a fake parameters along with the url but in fail. [CODE]szFileName = "C:/somename.zip" surl ="http://www.sitename.com/foldername/filename.zip?FakeParam=" …

Member Avatar for omoridi
0
305
Member Avatar for networkmancer

Can I ask how to make a password confirm box. for ex. password: textarea retype password: textarea2 just like that. The password must be the same with the first one and will prompt that it is incorrect ones clicked the registerd button. I think the thing that must be use …

Member Avatar for omoridi
0
87
Member Avatar for Shenilcar

Please give me the codes or format of conversion in visual basic 1.) inches - centimeter - kilometers 2.) Fahrenheit - Celsius - kelvin 3.) currency Pls mail me at [email]Sheena_etianne10@yahoo.com.ph[/email] tnx a lot

Member Avatar for omoridi
0
87
Member Avatar for emint

helo every one! how can i split string in vb 6??? i got some string in list box which looks like this item1 4 4.50 item2 2 4.00 item3 5 10.00 now i want to split that line into 3 different string. any help will b appreciate . thx

Member Avatar for omoridi
0
4K
Member Avatar for hali_haider_ali
Member Avatar for TechSupportGeek

Well, that is exactly what I want to do. To help you a bit more, I want to create a toolbox that has an auto-hide feature so my application's users will have the option to do actions from there. To be even more specific, I want to create a built-in …

Member Avatar for TechSupportGeek
0
87
Member Avatar for gopi17

hey can't seem to send and receive data...i followed an instruction from another site...but its not working...can u guys help me out.. [CODE] Private Sub conn_button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles conn_button.Click LoginPanel.Hide() dport.Text = ComboBox1.SelectedItem drate.Text = ComboBox2.SelectedItem SerialPort1.PortName = ComboBox1.SelectedItem SerialPort1.BaudRate = ComboBox2.SelectedItem End Sub …

Member Avatar for omoridi
0
136
Member Avatar for ohyeah

I want to know how to open a file existing in a computer in vb 6.For example I want to open notepad when I click a button.notepad.exe exists in C:\WINDOWS\.So when I click the button notepad.exe should execute.Also tell me how can I generalise this to any computer(means computer where …

Member Avatar for omoridi
0
144
Member Avatar for wenks0910

here's my sample code of my VB 6.0 .... i just want to know if you can teach me on how to remove the item added in the listview1 if there's an item added in the listview1... i want to know the code for that one... im risking in that …

Member Avatar for omoridi
0
146
Member Avatar for chandrasekar_N

Hi, I have a VB6.0 application, which is functioning in windows XP operating system, And I’m going to use the application in Windows 7 operating system. In this application I am using the following OCX controls, • Keysta32.ocx • Grid32.ocx • Threed32.ocx • Mschart.ocx The "Support Statement for Visual Basic …

Member Avatar for Suspishio
-1
241
Member Avatar for Tom Tolleson

Hey, guys. I've decided to learn C++ for fun while we're having some downtime here at work. I'm using Microsoft Visual C++ and it doesn't explain a couple of bits of basic syntax: On the line int main () What does "int" stand for? It seems to be used for …

Member Avatar for Tom Tolleson
0
129
Member Avatar for jayr05

i downloaded this hotel management system in vb.net 2008 from source coders, the tables and the forms are connected via table adapters and no clear relations among the tables so i cant quite figure it out. Here is the link: [url]http://www.sourcecodester.com/visual-basic/hotel-reservation-system.html[/url]

0
70
Member Avatar for dewyShaikh

hi, m thinking to make a project on VB using matlab......but i dont know the connectivity between them........... can u plz tell me.......its a B.E project thx.

Member Avatar for Salem
0
60
Member Avatar for rcook

I have an application in VB6; I want to put part of its functionality onto the web. I have Visual Studio 2008 using VB, and am familiar with OO programming (in Java), VB6 programming, and with web programming, though not all in one place. I would like general advice on …

Member Avatar for kvprajapati
0
172
Member Avatar for rclinebell

I need to put data from a csv file into an Excel worksheet. File is called "DTN.csv" and the Excel file is "BlendPrice" and the workbook is "DTNPrice". The DTN.csv file has 12 fields seperated by commas. (I have been copying and pasting the data in now. I need to …

Member Avatar for vb5prgrmr
0
156
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
46
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
64
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
47
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
37
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
452
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
90
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
180
Member Avatar for dre-logics

I use Visual Basic 8.0 I want to set in [COLOR="Red"]Application settings [/COLOR]a [COLOR="red"]default Export directory [/COLOR]for my export files So that i can read in my program with [COLOR="red"]my.settings.export [/COLOR]the default Export directory Export directory is locatie on: c:\program\export [B]Can someone explain to me how I can do that?[/B] …

0
45
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
93
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
47
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
107
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
96
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
141
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
115
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
120
Member Avatar for staticvoyager

Okay... So I've actually made it to the final project in my Intermediate Visual Basic class. Yet, I'm still feeling stupid - like I've never attempted any project at all. I think my main confusion in this project is that we're using two seperate sequential files. I CAN and HAVE …

Member Avatar for sknake
0
205
Member Avatar for Michael_Knight

[URL="http://en.wikipedia.org/wiki/Nicodemo_Scarfo,_Jr."]Nicodemo Scarfo Jr[/URL], a well-connected member of the [B]New York[/B] and [B]Philadelphia[/B] organised crime families, knows all about keylogging. But rather than using the technique to steal or launder money, he was brought down by the [B]Magic Lantern[/B] [URL="http://en.wikipedia.org/wiki/Keylogger"]keylogger[/URL] that the FBI installed on his computer via a Trojan. It …

Member Avatar for Elina Tsai
0
357
Member Avatar for scru

As a programmer who until [B]very[/B] quite recently chose C#.NET as his main language, WPF was thrust upon me like an anvil in your favorite 90s cartoon. There was no avoiding it... And for that, I'm glad -- mostly. The Windows Presentation Foundation is a UI subsystem of the Microsoft …

0
171
Member Avatar for tgreer

Most ASP.NET Developers have no previous web development experience. Is that a true or false statement? I suspect it's true, but found no statistics to back it up. However, judging from posts in several technical forum sites, one certainly gets that impression. "Halt App Until JavaScript Confirm Dialog Clicked". "JavaScript …

-1
138
Member Avatar for kc0arf

Creative Technology, the makers of the Soundblaster cards, and more recently, the Zen Neon portable music players, confirmed this week that 4,000 of it's shipped Neon music players shipped with the Wullik.b worm that affects Windows computers. Wullik.b came to the world in 2003 and it attacks all flavors of …

0
152
Member Avatar for ddanbe

Visual Studio is a great tool to use. But for beginners like me a few years back, it was a bit overwhelming and confusing. You got the feeling you lost all the control. VS has it’s special ways of doing things with partial classes and so on. So lets get …

0
150
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
563
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
179
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
202
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
208
Member Avatar for Kerbrose
Member Avatar for rose_an
0
751
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
133
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
160
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
127
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
169
Member Avatar for Comatose
Member Avatar for willdove
0
314

The End.