20,284 Topics

Member Avatar for
Member Avatar for Brian2sos

Hello all you geniuses out there... Long time reader first time poster, So, here is what I'm trying to do. The program I am trying to construct is for tracking when a person has entered a location. Each person has an RFID card. When a person passes a point, the …

0
80
Member Avatar for adonweb

I am creating cheque printing application using VB.Net and MS Access. Which is the best way to print a cheque in VB.NET where the data stored in access. I am newbie to windows developement.. Using VB 2005 express edition. Thanks

Member Avatar for kvprajapati
0
52
Member Avatar for gagansharma

Hello,Frndz i am new in vb.net.I hav done all of its basics.Can somebody help me to make a Voice Recognition System in vb.net . Actually i want user to give voice commands through microphone and his computer do the same.[B]I don't need pet code or full Project I want guidance …

Member Avatar for kvprajapati
0
86
Member Avatar for RgCz

In Visual Basic 2008 Express edition: Create a new string replacing the order of the words, from last one to the first one and show it in a text box Example: Input: “This is an example” Output: “example an is This” I know theres a function to reverse the letters …

Member Avatar for RgCz
0
154
Member Avatar for songweaver

Hey guys, I am having trouble building this class, my teacher is not very helpful. Here is the code I have been working on, I am still confused on methods, constuctors, properties, etc. He gave me a wierd example to try to follow. Here are the requirements my teacher wants …

Member Avatar for kplcjl
-1
161
Member Avatar for JRabbit2307

[CODE=vb.net]'Radio Choice Selection Console.WriteLine("Please enter the Radio Choice for your vehicle: ") Console.WriteLine("Enter 1 for AM/FM Radio") Console.WriteLine("Enter 2 for AM/FM/CD/DVD") strRadioChoice = Console.ReadLine() Select Case strRadioChoice Case "1" Console.WriteLine("Price : $100") Case "2" Console.WriteLine("Price : $400") Case Else Console.WriteLine("Invalid selection") End Select SellingPrice = BasePrice + strEngineChoice + strInteriorChoice …

Member Avatar for jbennet
0
152
Member Avatar for JohnDove

I've written an app in VB2008 using a Windows Vista laptop. My problem is that when I run the app on my XP desktop, the fonts look a little blurry/blocky. I've attached 2 screenshots (which don't really capture the issue too well unfortunately). The 'Vista' screenshot is the one I …

Member Avatar for jbennet
0
178
Member Avatar for michelle2025

Hi there, I had created a system using vb.net and I wish to convert into html form or in asp.net, I want to set the system into website form. Can I do that? Please advice on this. Or I have to start from the beginning to develop the website? Thanks. …

Member Avatar for kvprajapati
0
822
Member Avatar for mshravs

this is the code in vb.net for searching when a serial number is given from the sqldatabase..................... [CODE] Private Sub s2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles s2.Click Dim a As Integer Dim b As Boolean Dim connection As OleDb.OleDbConnection Dim command As OleDb.OleDbCommand Dim dr As OleDb.OleDbDataReader …

Member Avatar for mshravs
0
104
Member Avatar for jetjash

Using VB.Net I have the Datagridview control, In Datagridview one of the column I want to use Datetimepicker control Inside of the column. For Example, Datagridview Control Column1 column2 column3 column4 Datetimepicker1 Checkbox Datetimepicker1 Checkbox ….., In whole column2 I want to add the datetimepicker1 control I gone through the …

Member Avatar for kvprajapati
0
203
Member Avatar for raghavpraveen

Hi friends, Can you please help [B]how to find cpu usage information through net-snmp[/B] using .net application. Thanks

Member Avatar for kvprajapati
0
30
Member Avatar for lolwtf

I have 2 datetimepickers on my form, and I use them to pass parameters to my sql queries for reporting purposes. You would use them to pick a date range and display clock in times for employees. Anyway, I need an option so users can see information from a single …

Member Avatar for kvprajapati
0
117
Member Avatar for songweaver

Hey guys need help with this problem that is suppose to read an unspecified number of scores and determines how many scores are above or equal to the average and how many scores are below the average. Enter a negative number to signify the end of the input. Assume that …

Member Avatar for kvprajapati
0
167
Member Avatar for papageorge

Hello, I am developing an application and I use a 3rd party library which is basically Native excel. The problem is that this library does not implement an event which is able to notify me when the value of a cell value changes. Can I do it in my program …

Member Avatar for papageorge
0
152
Member Avatar for songweaver

Hey guys I am a newbie to VB and need help with this form, The idea is that people enter there age and if they over 65 and are a member its one price, if they are under 65 its one price and if they are not a member it …

Member Avatar for pasanbuddhika
0
134
Member Avatar for michelle2025

Hi all, I want to print out the searched data from vb form, what command should I put it? I had add the "Print" button, but do not know where to start to programme. Thanks.

Member Avatar for michelle2025
0
86
Member Avatar for oluscoa

Using Visual Basic .Net, explain what each variable type listed below holds, how big it is (i.e. the number of bytes it uses) and give an example of how it might be used. Data Type Explanation space occupied Example Text Integer Floating point Date Boolean Bytes

Member Avatar for kvprajapati
0
134
Member Avatar for jetjash

An new to data grid view, I am having column header like ID Date Intime Outtime When I open the software Data grid view should display the column header – ID, Date, Intime, Outtime and display blank rows then I want to enter the values in Data grid view itself, …

Member Avatar for kvprajapati
0
156
Member Avatar for herms14

hi guys! could i please ask for some ideas on my project. I'm trying to do a basketball playbook manager. The application should allow users to create plays for basketball and generate a animation on how the play works. I just would like to ask how could I generate animations …

Member Avatar for crazyboy
0
129
Member Avatar for songweaver

Hey guys here is the problem I have two variables that need their values switched , but only if the value stored in the first is less than the value stored in the second. Tried a couple of things, but am at a brick wall, I am a newbie to …

Member Avatar for songweaver
0
147
Member Avatar for ghost-virus

I am an IT student and working on a project. Since we have not yet been taught about databases, can anyone show me basically how you design and create an access database in Visual Basic 6?

0
64
Member Avatar for xVent

Hi guys , how can i save some texts from textboxes into a word in a listbox so when i will reopen the program i will continue having the save? Regards, xVent.

Member Avatar for GeekByChoiCe
0
140
Member Avatar for bcohenllc

Ive been working on a checkbook application for my visual basic class and I'm a little stumped.. To preface, the values I need to mess with include: transaction type (checking or deposit) DTP check number ("dep" if deposit) payee (who check is for) purpose of check/deposit amount of check/deposit user …

Member Avatar for kplcjl
0
256
Member Avatar for jetjash

Using VB.NET I am using Combobox, when i select the value in combobox, the date value should display in datetimepicker where date = combobox id vb6 code [CODE]cmd.CommandText = "select distinct Name from T_Person where personid = '" & txtno & "'" Set rs = cmd.Execute While Not rs.EOF If …

Member Avatar for sknake
0
130
Member Avatar for JRabbit2307

How would I ask the user to input what type of engine they want and getting an output of $150 [CODE=vb.net]Console.WriteLine("Enter EngineChoice for your vehicle:") Response = Console.ReadLine() EngineChoice = Convert.ToString(Response) If EngineChoice = Sixcylinder Then Convert.ToInt32(Response) Console.WriteLine(150) ElseIf EngineChoice = Eightcylinder Then Console.WriteLine(475) ElseIf EngineChoice = Diesel Then Console.WriteLine(750) …

Member Avatar for TomW
0
141
Member Avatar for jamesrobb

Hi, When I extract text from HTML i get 2 words that bleed into each other when the text goes to a new line. This is the HTML. <b>Special truck license plates celebrating Virginia's tobacco heritage.</b> Authorizes the issuance of &quot;tobacco heritage&quot; special license plates for trucks. This bill was …

0
68
Member Avatar for jrosh

I want to run a FTP url in explorer. (Not in IE) What i want is some how when the button clicked the URL should appear in the address bar of the windows explorer. This is because the ftp I access should be accessed in that way (By typing the …

Member Avatar for GeekByChoiCe
0
140
Member Avatar for pinkladyxo

I need to assign code to a button, that when clicked on, validates an ISBN code, and displays a message that it is either Valid or Invalid. I basically need help transforming code used in a console application that will now be used in a windows form application, so no …

0
78
Member Avatar for fulcrum9

Hello, I'm a beginner in Visual Basic and I was wondering if it is possible to shorten twenty subs into only 1 sub. example: [code]Private Sub box1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles kist1.Click Dim box1Click As Boolean = True End Sub Private Sub box2_Click(ByVal sender As System.Object, …

Member Avatar for kplcjl
0
149
Member Avatar for Ishaniwp

Hi! I'm a beginner to VB.NET. I'm working on an application which is created using VB.NET 2005 and the DB is created in SQL server 2005. I'm able to delete a record from a table when it is not used in another table as a Foreign Key. For eg. If …

Member Avatar for kplcjl
0
681

The End.