Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27346 articles
Browse latest View live
↧

VS 2010 Open two files, copy all bytes from the second file to the first file...

I'm making a program to help me with my interest in importing maps into games. Pretty simple really. What I want is, the program to open the first file (where the maps will be imported), then to open a...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 Update Tool Issue

Ok im updateing this thread this what i get when i open the project Attachment 96903 this is what i want it to do but the problem i get is when it completes i want it to disappear then show the main...

View Article


VS 2010 [Syntax error in INSERT INTO statement.] OleDbException was unhandled

I already check my codes, but still I can't find what was the cause of the Error its my first time to encounter this situation since i started making a database for my program using ADO.NET and MS...

View Article

VS 2010 How to define If string contains something.

By the title you may be thinking of .Contains. But that will not work here. I need to define If the Path that I have leads to .Ink or directly to .Exe file. If I try Path.Contains(".Ink"), It wont work...

View Article

VS 2010 [RESOLVED] Background color

I have an array holding certain color values (ie whitesmoke, samon etc) which is obtained from an external text file. A bit like a style sheet. anyway, these values are loaded into an array and used to...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 RPC server unavailable

Hi? I was trying to print LV contents and I used the code from here to accomplish what I want but stumbled into another error, that Win32Exception was unhandled. The error is "The RPC server is...

View Article

VS 2010 Trouble getting data from database

Hey Everyone I've written a bit of code that is meant to compare a username textbox and password textbox against an entry in a database. However when I type the username and password and click the ok...

View Article

A better class definition

Hi, I am new to VB.NEt and am creating a program where I have defined a generic class as follows: VB Code: Class MyDataBase(of T)Implements IEnumerable(Of  StampedVersion) public Class...

View Article


VS 2010 Open new form close current form

What is the correct way to close a window please? I've been using Code: close() some people tell me this is the wrong way to do it. Others said Code: Use Form1.Show() Me.Hide() or Code: Me.Hide instead...

View Article


VS 2008 regex for numbers only

I'm looking for the regex to extract the numbers only for these strings: 2 new 94 new [0-9].*[0-9] works for 2 or more numerical digits but not for single digits.

View Article

VS 2010 [RESOLVED] Help with Dim.

Please, tell me that there is a way to make something like this? Code: Dim PicBox as New PictureBox1 Because I have 16 Picture Boxes and I really dont want to copy this 16 times and changin...

View Article

VS 2010 [RESOLVED] Help with extracting a team name from a line of text

I wrote a program that extracts information from posted track and field results. Here is an example: Event 10 55 Meter Hurdles 11-12 Division Boys...

View Article

[HELP] Text to pixels and pixels to text conversion

Hey guys, I have a working function for converting text into pixels but I'm having trouble converting the pixels back to text. Reason for that is that I did copy this function off of another forum. The...

View Article


VS 2010 ListView Selected column

Hi, I have a listview item with 6 columns. I want when clicking one of the six columns to get the index of the column or even the first entry of the column (if thats simple). I have searched and i...

View Article

VS 2010 Need Code for Update Datagridview

Hi All Please Help me for Updating Data using Datagridview Here is my code: Public Class Details Private ProductList As New AutoCompleteStringCollection() Dim con As New SqlClient.SqlConnection("Data...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 Council to develop web applications.

Hallo to all, I need for a council to develop web applications. I am a vb6 developper, and I need to develope a web application. I would like to develop in Visual Studio .NET. From researches done on...

View Article

VS 2008 Listview, copy all items where subitem contains string ?

Hi, i have a listview full of items. Subitem(3) is alive, dead, timedout or failed. How would i copy all items where subitem(3) = alive to my clipboard without removing items from the listview ? Thanks...

View Article


VS 2008 I am confused... and must be stupit too.. trying to use delegate subs...

I am completely confused... ok... I am not what you might call a seasoned programmer... but I can do what I gotta do when I gotta do it.. Anywho... I am really confused. I built a simple Telnet app...

View Article

VS 2010 Help with CMAnimation / ProcessAnimation

Hello group. In my search for a control that would allow me to display some animation while my program was working I came across this Dll / control. I cannot remember where or how I got it and I have...

View Article

VS 2008 Assignment help in visual basic

Hello I have a visual basic assignment in visual studio that I am stuck on. The assignment is to create a coffee shop system. I am give four drinks with fixed prices. The user inputs the orders and it...

View Article
Browsing all 27346 articles
Browse latest View live