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

VS 2008 Exe file not loading on client computer

I convert an vb 6.0 project into dot net 2008 with framework 3.5. My problem is that my this (converted) project is not loading on any client machine even i install require framework. But my other...

View Article


Convert UTF8 to ANSI?

Hello I need to convert a UTF-8 string into ANSI so that I can create a user-friendly filename in Windows. This doesn't work: Input page: Code: <title>Cinéma Paradiso</title> <meta...

View Article


Read cookie data

Hi I am making a cookie eraser at the moment I read the cookies and phase all the information, but I was wondering is there not an easy way say using a .NET class to handle cookies I herd of the...

View Article

Hot Key to jump out of a datagrid to a textbox

I have a winform with textboxes and three datagridviews on it. I am wondering if there is way to make a hot key so when you are in a datagridview it will jump you out of it and into another or to the...

View Article

VS 2010 JSON to ....

Afternoon Everyone, I have been working on this app for awhile now and most of the inputs I have had to read are XML which are all working very nicely however there is something I have never come acrss...

View Article


VS 2008 Changing datasource for datagridview not showing changes...

Hi All (Again), With your help I've get my Oracle ODBC connection sorted and have filled my Dataset correctly, but when I assign the new dataset (Same table, but has a where clause that cuts down the...

View Article

Changing Receipt No every year

I have a table call payments and column custName, ReceiptNo etc... receiptNo interger field I want to reset the receipt no every year but the receipt should always be greater then the previous year for...

View Article

VS 2010 Help with GetAttribute()

Having an issue for when I get an attribute and put into a list box. Code: Code: Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As...

View Article


Need Help with allowing user to re-enter text in textbox during loop

Hey everyone, I got a problem with one of my homeworks. I have to use a Do Until loop until the user enters the right pin in a textbox. However during the loop, I don't know how to allow the user to...

View Article


VS 2010 file scanner

Hey i'm trying to make an full file scanner that can scan every single file on your computer on each hard drive or selected hard drive. What I got from code is this: For Each folder In...

View Article

VS 2010 Web request login and go to other page and click a link

Hello i am new to web requests and so far i made my program login to a site.How i can go to another page of this site and click a link. here is the code i used : Imports System.Net Imports System.Text...

View Article

VS 2010 AutoFit drawn string onto control

I know I shouldn't be using a textbox for this, but I was writing it just for testing purposes for the logic to be implemented into a custom control that has been made. Anyways, I was trying to get the...

View Article

VB 2010 Express: Close File After ReadAllLines

I am a little confused and can't seem to find the answer to whether or not I need to close a text file once it's been read in by the ReadAllLines method. Code: Dim vArray() As String =...

View Article


query shows data but preview has null values

Hi. If I execute a query to fill the dataset it shows all the values in all the columns but the preview (and therefore, the application) has null values in 3 columns. These 3 columns are typed as...

View Article

Treeview if node checked then

I am having difficulty with treeview and check boxes. I am attempting to have the root (parent) node checked if three or more child nodes are checked. I cannot seem to get the following code to work. I...

View Article


too many calls? multithreaded app

i have an application that downloads lots of images at the same time..... to do this i create a seperate thread for each image i want to download. each thread calls the following procedure (public...

View Article

Unable to get HTML coding to work in "Body" of Email

I am using VS 2012 Express on a Win 8 computer. I can't get the HTML coding to work in the ".Body" portion of the Email code shown below. No formatting or spacing etc. Works fine in the commented out...

View Article


is VB2008 tutorial browser 32 or 64 bit?

Maybe it doesn't matter. But I'm trying to use the minimalist VB2008 tutorial browser program w/o the menu bar, etc., for viewing my Axis IP camera, but Axis says the 64 bit version of IE is not...

View Article

Progress Bar Will Not Fill With The Initialize Devices. How to fix or Sugg?

I have a Timer that Fills the progress Bar, because to give some time to load. It worked fine until I put the Initialize Devices() in. I don't want my main form to have to deal with initializing...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 How to extract data from a variable

Hello. I am new to VB.Net I have an existing program (made by someone else) that I want to modify to read some data values. When I run the program I can see that each of the 200 "data" values contains...

View Article
Browsing all 27554 articles
Browse latest View live