20,284 Topics

Member Avatar for
Member Avatar for dba123

How to code this in a VB.NET Windows application is a first time for me. Below is an example of the incoming txt file. I've specified in it where to cut only for explanation, HOWEVER the txt incoming file will not have the --- to guide me....so I have to …

0
59
Member Avatar for grimshaw9

Ok Im a begginer to VB.net and am taking a course in school. I have been thinking about making a bps counter (for those of you who dont know its a program that sees how many paintballs you can shoot in a certain period of time) I have no idea …

Member Avatar for grimshaw9
0
148
Member Avatar for scottjo

[color=#000000]I am using Visual Studio 2003 and Crystal Reports.Net for reporting off an Access 2000 database with a bunch of tables. The problem is when I click on a menu item to run the report to see if everything is fine I get the following error message: "buffer too small …

0
57
Member Avatar for Gr8Sport

I have written many programs for card games in VB 6. There is an interest by my customer to expand the play to the internet. Assuming that I understand VB 6, would VB .net be the easiest way to go or is there a better option. I understand that there …

Member Avatar for KevinJordan
0
64
Member Avatar for harrypsk

Yes, this is homework, I'm not asking for a cut/past answer, just a pointer. I think I've developed brain lock form staring at this issue for too long. I'm using VB.Net 2003. I've created half the assignment, using a form to add records to a text file. The second half …

Member Avatar for harrypsk
0
111
Member Avatar for gracea

Plz plz help!!!!!! :?: I am having a problem with the auto scroll of a panel. It’s an extremely strange behavior n I have not been able to track down the reason. Actually, I am making this question paper form. 1.There are two panels side by side. 2.The panel on …

0
52
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
53
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
102
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
186
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
102
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
83
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
63
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
96
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
90
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
81
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
76
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
240
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
107
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
130
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
112
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
62
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
170
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
251
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
114
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
189
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

The End.