20,284 Topics
| |
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 … | |
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 … | |
Hi, I am looking for some help in coding an app using VB.NET 2003,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have … | |
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 … | |
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 … | |
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 | |
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 … | |
How to save what u type in a textbox to a file? | |
hi i am doing my final year project in vb.net (i am using 2003 version). my project is a learning package which wil demonstrate ospf and eigrp algorithms. now i can create my routers and endusers by clicking on the buttons at runtime (they are represented by image boxes) and … | |
Hi, My client has provided me number of mock ups for the web pages he wants , I am wondering is there a way of simply converting these vsd's into visual studio's web-form ? I understand I will have to click on each text-box and define the fields. But can … | |
Hi guys, I am a new member on this forum. I had a Visual .NET 2003 Trial Version last year and I installed this to my office using Windows 2000 and at home I installed it to Windows XP Professional. After installation I installed the IIS as the software requirement … | |
hi all I get this error no matter what i try, i know this is caused when no data is matched on my query, what i need to know is how to make it so i can give the user an option to register of not. this is the error: … | |
Hi everyone! I have just recently joined the daniweb forums and have read over many topics. I am new to VB.NET and programming in general. I know the basics though like variables, loops, events, ect. I am 14 and into games and I really want to make a server, client … | |
[SIZE=3][FONT=Comic Sans MS][B][COLOR=Magenta]im new :o to vb though ive done some qb before could anyone post games to make a collection so i could learn[/COLOR][/B][/FONT][/SIZE] | |
As a learning exercise (new to VB.Net) I'm looking to re-write an old VB6 database program in VB.NET which displays key cutting permutations for a locksmith. The display uses a number of textboxes which hold a number as well as being color coded. The old program is very keyboard intensive … | |
I keep getting a System.StackOverflowException error. Anyone have any idea why?? Imports System.IO Imports System.Collections Imports System.Collections.Specialized Imports System.Drawing Public Class Form1 Inherits System.Windows.Forms.Form [B][U][COLOR=Red]Dim mst As MasterForm = New MasterForm[/COLOR][/U][/B] Dim objColl As StringCollection Dim objColl2 As StringCollection Dim objRand As Random = New Random Dim word As String … | |
OK, I am very, VERY new to VB.NET :o I am trying to develop a Windows application that is hopefully pretty straight forward. I'll try to explain best I can. I have 4 text boxes (Phones, Field, Moves, and Out) and 64 drop down combo boxes. Each combo box has … | |
OK, I know Oracle, SQL, VBScript, Javascript, html, ASP, MS Access and it's VBA very well, I have a website that can handle mysql. NOW, I just bought myself this .NET thing. Anyone have any idea where I start from here? I don't even know what to ask yet, but … | |
hey. I have a book called Programming Games with Microsoft Visual Basic 6.0 and no matter what I try to do with the hangman game, I can't get the code to work. It's all messed up. Can someone supply me with the whole code for the game so I can … | |
never mind i just figured it out. how do I delete this post? -SelArom | |
I can connect to my SQL database(remote machine) using VBScript and ASP. I now am trying to connect to the same SQL database using VB.NET in the Microsoft Visual Studio .NET 2003 environment. I get the "SQL Server does not exist or access denied" error. I then took my code … | |
Hello, I would appreciate it very much if someone can give me an idea of a dissertation using visual basic.net with any other application...maybe sql etc. If there is a company requiring a project to be done i would be very thankful if you could let me know. Iv only … | |
| |
Hello Everyone, I don't know anything about VB.net. Just wanted to know if it is as simple as VB 6.0. Last semester I had done a project on DBMS and had used VB 6.0 as front end and MSAccess as back end. This time its a project on RDBMS. I … | |
Hi to everyone Presently i am doing VB.Net...Can anyone guide me for new kind of project i can make on it and if the software for VB.Net is available through internet so that i can download it... Awaiting for a nice response.. Thanks. | |
Hi EVERY BODY I am working now in the large project. I used in some pages visual basic .net language and some C# language. How I can gather the two languages in one solution. I am using visual stido.net program. Note I could change any of them to other language … | |
Someone told me there were only 4 toolbars in vb.net. I thought there were than that. Can anyone shed some light on this? | |
being new to vb i was wondering if it were possible to set the mdi container on a form so that it is offset by 120 pixel from the left side of the form always, even when resizing the form from maximized state to normal. I have attached image how … | |
Ok, I will try to explain what i'm doing and hopefully post it correctly.... I have a few classes: Product(abstract), Pizza, drink, salad, and special.... Special being the class with the arraylist, i want to add a pizza object, drink object, and salad object (creating a user meal deal if … | |
I am using the following class. RichTextBoxPrint.vb Option Explicit On Imports System Imports System.Windows.Forms Imports System.Drawing Imports System.Runtime.InteropServices Imports System.Drawing.Printing Public Class RichTextBoxPrint Inherits RichTextBox ' Convert the unit that is used by the .NET framework (1/100 inch) ' and the unit that is used by Win32 API calls (twips … |
The End.