19,728 Topics

Member Avatar for
Member Avatar for Adventurgurl

**Creating New User Issue** in VB.net with SQL 2005: I have a LogOn table and a Usr (User) table. A form that collects the new UserID,Password,FirstName,LastName, etc... I want to have two separate INSERT statements to first insert the UserID & Password. Then grabs the LogOnSys just created and create …

Member Avatar for hollystyles
0
269
Member Avatar for Esther

Hi everyone! I have gone through some of the forum discussions and there have been helpful as i am developing a system for my undergraduate project using vb.net. Hope to continue learning from various views of people and also get assistance whenever i have a problem. Thanx

Member Avatar for ChadW
0
82
Member Avatar for ChadW

I have a countdown timer in my application that is to be controlled via keyboard. Currently, it will start (or reset to the starting value of 20minutes) when the user presses "B", and stop when the user presses "A". Trying to figure out how to restart the timer from the …

Member Avatar for waynespangler
0
578
Member Avatar for noorul2677

Hello Everybody, I'm new to this grou. Can any body guide in solving my problem. I have datas stored in Foxpro, Can I able to use it as backend of vb.net project. Or what is the alternate way to work with that data. Kindly give me ur valuable ideas. Rgrds …

Member Avatar for Ancient Dragon
0
39
Member Avatar for vanduea

hi friends..pls help me...i'm doing b.tech in computer science...i've to do one mini project in this sem...so i thought of doing it in vb.net...but didn't get any good topic... so i'm requesting help from you all...please tell me about any good project.... thank you....

Member Avatar for Ancient Dragon
0
103
Member Avatar for Gowsi

Hi friends.... how to connect MS.Acess database into vb.net...... is any ODBC setting needed?

Member Avatar for Gowsi
0
195
Member Avatar for octopus1991

hey guys i need your help please really urgent can u give me visual basic codes for 1- a program that calculates the greatest common divisible(divisor) by only (while) statement ...plz guys ! only while or if statements ! 2- a program that prints the following nubers also by only …

Member Avatar for Dukane
0
81
Member Avatar for rich84

Could anyone help me with completing this project? 1. In order to demonstrate your understanding of Object Oriented Programming within a visual environment you are required to create an object oriented graphical program to simulate a simple telephone network. Guidance: Use a suitable container to store the active phones within …

Member Avatar for waynespangler
0
90
Member Avatar for B.H

My problem is....i have done a project in VB.NET with SQL SERVER as the database. My project was running perfect until last day when i tried to run the project i got some errors. Errors : 1) Could not copy temporary files to O/P directory 2) The file Call Center.exe …

Member Avatar for B.H
0
135
Member Avatar for lazysloth

hey i wanted to start a tomagatchi clone project with vb.. im having problems with it... cann't get it so that as time pass( every 1 minute) that the hunger,boredom, and need to poop increase i tried to use the timer but i cant get it down... an example would …

Member Avatar for lazysloth
0
120
Member Avatar for h3ngh3ng

Hi guys, Currently I am developing a window forms application using VB.NET. Yet, I have a problem in forms navigation. The problem is : Now I have created 3 forms. Let say form 1, form 2 and form 3. Now, I want to navigate from form 1 to form 2, …

Member Avatar for h3ngh3ng
0
98
Member Avatar for niks_crasher

Sir/Ma'am, I have a checkedlistbox and listbox in a window form, when i check the items that i want to search in a database in the checkedlistbox it will add to the listbox. My question is how can i pass the items in my query in order to search the …

Member Avatar for QVeen72
0
165
Member Avatar for octopus1991

i will post soon vb turtorial to do some programmes such as calculator and secret code etc..... UPLOADING the video turtorial for how making a calculator right now will be ready max tommorrow :cheesy:

Member Avatar for iamthwee
0
68
Member Avatar for Oxiegen

Hi, guys! Got a problem here. :) I have a form that when it loads spawns a thread which in turn fills a publicly declared dataset with a table by a dataadapter and then binds a field from the table to a combobox. [code=vb]combobox1.DisplayMember = "fieldName" combobox1.ValueMember = "fieldName" combobox1.DataSource …

Member Avatar for Oxiegen
0
184
Member Avatar for Panachski

Hi, I am a newcomer to Visual Studio 2005 and am having trouble making a timer which will work out the time it takes to download a file. The file is 45 kb and the user can change the speed with a scrollbar, which is called hsbSpeed, from 1 – …

Member Avatar for Panachski
0
100
Member Avatar for odee

How can i make the windows application always on top of every application, including those which are in full screen? Thanks for any replies.

Member Avatar for odee
0
3K
Member Avatar for mimi78

please can anyone help me. i have the hangman project in vb.net but i don't know from where to start ( talking about the form itself) i don't know how to design it. please help:sad:

Member Avatar for mimi78
0
113
Member Avatar for ohart

From what I can gather, it [I]appears[/I] that you cannot access Excel from VB.NET without having Visual Studio 2005 Tools for Office (and a healthy extra sum of money)! Is this really true? There's got to be a way, seeing as you can do it in VB6 without anything extra. …

Member Avatar for ohart
0
104
Member Avatar for geo039

I am trying to seperate the code below into one sub routine and one function. Specifically a boolean function that does the number check. I am still learning how to use sub procedures and functions and am not sure where to do the seperation. Any advice would be helpful. I've …

Member Avatar for iamthwee
0
197
Member Avatar for wednesday

Guys..Could anyone of you please help me with ... say, I add a subitem to the 3rd column of a listview..now I want to remove that item and add another one in the same position (or replace) How can I do that.. Thanks in advance

Member Avatar for NedFrankly
0
121
Member Avatar for ChadW

Hi again. In addition to all the other little projects I'm working on to try and learn VB(express edition), I've decided to try and build an English/Spanish translator. I'm looking for suggestions as to what might be the better route to take as far as treating the retrieval of the …

Member Avatar for NedFrankly
0
90
Member Avatar for lukis

Hi there, i need some help as i'm new with using comboboxes :) i have a table in a MS access database named "CUSTOMER" and in my vb form i have a combobox (name: cmb1). I want to display the names of my customers in my combobox when the form …

Member Avatar for lukis
0
114
Member Avatar for Gowsi
Member Avatar for masijade
0
112
Member Avatar for geo039

I'm trying to write a function that checks for prime numbers and returns true if a number is prime. Something simple, i'm just a beginner. Here's what I have, does it make sense..if not any input would be appreciated. [COLOR=#0000ff]Function[/COLOR][COLOR=#000000] IsPrime([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] dblCheck [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Double[/COLOR][COLOR=#000000]) [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Boolean [/COLOR][COLOR=#0000ff]Dim[/COLOR] intNumber [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer …

Member Avatar for iamthwee
0
168
Member Avatar for clemyboy

hello everyone i really need your help ion vb.net i have a project in which it plays a very important role in my trimester marks i have been asked to create a program that draws 100 lines with random length, position, thicknesses and colour . the thing is i am …

Member Avatar for ChadW
0
61
Member Avatar for wednesday

I have a listview with 4 columns...How do I retrieve a value that I already have in the columns 3 & 4 to a label??

Member Avatar for Yankie Dave
0
85
Member Avatar for ChadW

How would someone go about building an audio conversion program using VB.NET 2005? Or more specifically, say I wanted to build a program that would allow the user to select a *.WMA file and convert it to a *.WAV file. From a design standpoint, thats a pretty easy setup; couple …

Member Avatar for ChadW
0
127
Member Avatar for hippychic43

Hi, I have a problem when selecting values from some combo boxes. I have a form with two combo boxes next to each other, they both have the same data source, which is an array. I need to be able to select different values in each combo box. My problem …

Member Avatar for waynespangler
0
114
Member Avatar for tally

I need to be able to confirm to enduser selecteditem from listbox. I have a textbox and picturebox to show selected item but only get standard text for dataset. How to convert to text and eventually save to new table for estimate?

0
36
Member Avatar for achi143

plz tell me something about picture object in crystal report.... how i can change picture in runtime in crystal report... plz its urgent :rolleyes: thanks bye tc

0
52

The End.