19,728 Topics

Member Avatar for
Member Avatar for XxAndyxX

I'm currently working on an enhanced audio project but the only class I found was built in 97', and has limited functionality. Does anyone know where I can get a class that will allow me to control newer audio features like optical output?

0
52
Member Avatar for starbuck

Hello everyone!!! I'm very new to programming in general I'm working with VS 2005 and database built with sqlserver 2005 express. I've built a GUI to add new raw materials into a database Ive Dragged over my conn and adapter generated a dataset. I also am using a DG to …

Member Avatar for Mihir3000
0
101
Member Avatar for notbunny

in VB.net, How can I use timer as a public and use this timer contral in the multiple form. I have to do the trivia questions which user either select their answer to go to the next form or time up to the next form. I got the first part, …

Member Avatar for notbunny
0
174
Member Avatar for williamrojas78

Hi I am trying to create a report where i have to print a bar chart and a datagrid. So far i am able to print each one individually, but i don't know how to print them oth at the same time. To generate and print the chart i used …

0
101
Member Avatar for YTargTec

I am getting the "Object variable or With block variable not set" error message from a VB.NET Web service which is calling an Interface in a COM object. The service runs fine on my local machine, and the COM object works fine with a non-web service test program on the …

0
82
Member Avatar for Preminition

I installed Visual Studio 2005 a week ago and keep having this problem in my mind. I want to use sockets on it with the Microsoft Winsock control. Only I can see it under C#. The program I wanna use it is Visual Basic though. But since I just started …

0
126
Member Avatar for gracea

I am making an examination software in VB.net .One of the features in this s/w is that if a student chooses to skip a question and do the next one , the unattempted question should be immediately displayed in a listbox next to the panel where the questions appear, as …

0
62
Member Avatar for Kul B

Data type mismatch in criteria expression. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Data type mismatch in criteria expression. Source Error: Line 280: …

0
61
Member Avatar for helloworld

Hello can anyone please help me with some code, as you may be aware ASC means: Function Asc(String As String) As Integer Public Function Zeichen_OUT(Zeichen As String, wheelNr As Integer) As String 'go left, direction reflector (Umkehrwalze) Dim Z As Integer Dim offsetZ As Integer offsetZ = RotorOffset(wheelNr) - RingOffset(wheelNr) …

0
77
Member Avatar for isundby

Hello all. Been away a while. I am currently learning VB.NET 2003, but am interested in broadening my exposure to the entire VS suite of products. I have been trying to determine whether I can simply purchase a VS.NET 2003 Upgrade version, or do I have to go from scratch, …

0
95
Member Avatar for techiecar

I am designing a software 4 the visually challenged people. I want 2 link a translation software with this so that any blind speaking or understanding any language around the globe can benefit from this. So plz help me by telling me how 2 install a third party software in …

0
89
Member Avatar for yuin

Hello over there.... I really need your help. i want to do an appication which require to retrieve data from database and use it to create bar chart. but what matter i tried i can make it ........ Anyone if you know the way.please tell me....thank you

0
80
Member Avatar for Mikecool509

Hi again. What i am trying to do is have people be able to input data into various textboxes, multiple times. For example, if there is a field that says name, i want them to be able to put in "bob", and then click next, have that value saved, and …

Member Avatar for campkev
0
75
Member Avatar for vrushalinz1

hi, I have used a combobox to display a list of options like 1 Month,2 Months,3 Months and last option Other. Wen i click on "Other" , calender opens and i have to select the date. The problem is after i select the date and the calender closes i am …

Member Avatar for Gcox18
0
238
Member Avatar for pandapatin

this is my code for login but it has an error.it stuck when comes to Myconn.open(). the error is : The ConnectionString property has not been initialized. this is the code : Function DBAuthenticate(ByVal strUsername As String, ByVal strPassword As String) As Integer Dim conMyData As SqlConnection Dim cmdSelect As …

0
106
Member Avatar for Mikecool509

Hello everyone. I have a pretty straight foreward problem. Here is an overview of what i am trying to accomplish 1. I am trying to allow "teachers" of my quiz site to create a class list and in that class list, they can have a list of students. I created …

Member Avatar for campkev
0
129
Member Avatar for AntonBotes

Hi there, This may seem to be a bit confused, but I need a VB DLL that I can call from my BCBuilder++ application. I tried to construct one with Visual Studio 2005 Visual Basic, but since I don't know any Visual Basic, this task is quite daunting, especially since …

Member Avatar for plazmo
0
110
Member Avatar for GlynC

Hi to all of you, I am trying to create a holiday cottage booking system using VB.net front end (CGI) and MS Access for the database. I am at struggling to come up with a system that will check and prevent double bookings. Bookings can only be made from Saturday …

0
61
Member Avatar for Texpert

I am working on this screen, where top part of the screen is a browse/edit/add panel for table called "Package" And depending on the Package_ID (@@Identity) I am filling a datagrid in the bottom part of the same screen which has data from various other tables , like "Components" , …

0
169
Member Avatar for Killer_Typo

How's it going everybody. Need some help writing a calculator in VB.NET Right now i have it written so that when a user clicks on a number (ie the number one) it writes it to a text box. no problem. but what i need to do is be able to …

Member Avatar for f1 fan
0
250
Member Avatar for Mikecool509

Hi everyone. I am trying to show data from a sql data source. My Columns are as follows: QuizID (Which record the quiz # that the person took), DateTimeComplete (Which shows when the quiz was completed), Score (which is a numeric value that shows the person's score), and UserName(Which is …

Member Avatar for Mikecool509
0
112
Member Avatar for ezish

I have AutoCad 14 and I am trying to use VB .NET to automate printing of some AutoCad file to a PDF. The old program (which I didn't write) used to do it using DDE. Since, .NET doesn't support DDE what can I do? Do I need to upgrade my …

0
133
Member Avatar for edmicman

I know this is probably a basic question, but I'm stuck and can't seem to figure it out :-/ This is in VB.NET 2005 and I'm making a windows forms app. I'm filling a DataTable from a SQL command, and then binding a dropdownlist to that DataTable. I'm assigning the …

Member Avatar for edmicman
0
178
Member Avatar for BlurStar

[COLOR=Blue]Dear all, may i know how to create stock chart such as line and bar chart using vb.net by retrieve data from database? Thank you. [/COLOR]

0
84
Member Avatar for Armando.Zamora

Hello, I have a windows application on VB.Net and I connect it to a MS Access database placed on a server. This application is multiuser (50 users aprox reading and writing data), all of them can access the application at the same time with no problem. This application works Fine …

Member Avatar for Armando.Zamora
0
105
Member Avatar for Texpert

Hi, in the .NET 1.1 and VB application, I am calling a store procedure [SQL-SERVER 2000] in a subroutine. the store procedure simply SELECTs rows from tables and returns data, when I try to use the data to fill the web form, it works fine until it hits any column …

0
130
Member Avatar for edmicman

I'm working on a side project/consulting job for my former employer...basically I want to recreate an app I did in VB6 using VB2005. It's a simple app, but it was built when I was less experienced, and while I've got the business logic, I'm having troubles getting to a point …

Member Avatar for edmicman
0
157
Member Avatar for Mikecool509

First of all, this is NOT for homework, so if you help, you WON'T be doing my homework for me! :lol: I am trying to create a quiz site for my school. I want the trachers to be able to create quizzes for their students. They will fill out a …

Member Avatar for f1 fan
0
149
Member Avatar for kingvandal

Hi, I am new to VB and have hit another road block. Maybe someone can help me? How do you output the contents of a Treeview to a text file? thanks Rich

0
71
Member Avatar for danhky17

I am currently trying to immitate the attached executable file i have got the word count to work and everything else all to work except for the "Next Word." When i click on "Next Word" it should count the number words and place the first word of the sentence in …

0
57

The End.