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

VS 2010 how to move webmails- vb.net

Hi All! Can anyone please tell me, is it possible to move mails from Inbox to another new folder. I do not use outlook, I've connected to imap server, managed to go/search through all mails . Now I...

View Article


If Else to remove comments and add node id

The below code works and is used to display the Node address of a xml file to a treeview, but it will also pick up all comments within the xml because they also begin with <!-- and end with -->...

View Article


Need help re-running code by clicking button on form.

Hi, I am new to VB, and I having problems to re-run a code by the click of a button, I has been searching all over the internett and it seems that the answers I found don't seem to work with my code.....

View Article

[RESOLVED] Extract DIV from html with Html Agility Pack

Hi, I'd like to extract some data from a html page with Html Agility Pack. The html page is full of these list items. The data I need is shown in Red. Code: <li>     <img...

View Article

Newbie: File being used by another process

I am constructing my first VB.Net application using VB2010 Express. I have been away from programming for some years my last experience was with VB6. My application is designed to download data from a...

View Article


VS 2010 Homework: Sum Array Column Basics

Hello, So for a homework assignment, I am to input various high and low temperatures in a two dimensional array. I think I've figured that part out, but no information was given on what to type in VB...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Close The Process Handles

How to close this threads of handles of the chrome process ? Attachment 93543 Attached Images  

View Article

VS 2008 retriving array values

Code:  While m_reader.Read             If Not m_reader("cname") = "" Then                 arryname.Add(m_reader("cname"))  arrymail.Add(m_reader("mail"))             End If         End While  For Each...

View Article


VS 2010 Datagridview - how do I get cells with integer datatype to display as...

My dgv is bound to an Access table which has several integer columns that contain no data. When the dgv is loaded with this table, the columns in question display, as I want them to do, as blank cells....

View Article


Word 2010 document Vb.net project

Hi I got the following I have a word 2010 document project in Vb.net which I creating I had no problem with the field that I wanna change using bookmarks however I want to insert a table to the project...

View Article

Program destruction, then downloads a new version.

Hello, I need help with something. I need a way of updating that involves destroying the current .exe and then downloading the most recent version. I read about this and I think possibly a BAT would do...

View Article

Image may be NSFW.
Clik here to view.

auto data(vb textbox) into mysql (database)

hi all expert...can anyone here help me integrate data into database.. #situation 1 - iam using rfid that scan card to get id number,the number then will display in textbox. #situation 2 - the number...

View Article

Cannot ADD,Delete, or save dataset.

Im fairly new to VB so ive been using the built in methods of accessing database information, where you drag and drop a DataGridView or a "Detail format" on to a form. So far i haven't had any problems...

View Article


VS 2010 remove series from chart series collection

Hi i'm trying to plot a point on a chart. If a point already exists, i want it deleted before plotting the new point. The point is stored in "Series2". I tried the following code. it plots the first...

View Article

If e.KeyCode not working

Code: If e.KeyCode = Keys.F3 Then   MsgBox("Done") End If Doesnt work in visual studio 2012. help? Code: 'KeyCode' is not a member of 'System.EventArgs'.

View Article


VS 2012 Express: Dim bytesFrom(10024) As Byte

I am attempting to teach myself some new techniques with VB.NET. which will be a TCP/IP Server/Client setup...and no it will not be a chat application. It will allow a client to fill out a form,...

View Article

Disable the exit or X ?

Hello How would I disable the X? I have got an exit button which users would press to exit the program but I want to disable the X in the top right hand corner. Any help is appreciated Thanks

View Article


I've made a word processor. How can i close the document but not the program?

Hello All, I've made a word processor. I have an exit button that closes the entire program after confirming if they want to save any changes. But I would like to put in another button called close...

View Article

open java popup window in same browser control window

i tried this and it doesnt work: Private Sub WebBrowser2_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser2.NewWindow Dim myElement As HtmlElement =...

View Article

Strang RichTextBox Issue

I have a RTF that isn't saving everytime and will leave a blank 0kb file but the next line saving the same richtextbox but in format CSV works everytime. The issue only appears to fail on the very...

View Article
Browsing all 27382 articles
Browse latest View live