[RESOLVED] Unicode Conversion
my old VB 6 code ' converts inVal (a string) to a unicode string with the chr(0) in front InVal = StrConv(InVal, vbUnicode) ToUnicode = Chr(0) & Left$(InVal, Len(InVal) - 1) i am trying to do the...
View ArticleHTML Element problems
Hello all, I am currently working on a new project that requires me to automate part of my gmail account. The problem i am having is opening up a recieved email. What i need to happen is have the...
View Articlehow to connect to db table and then loop thru values?
Hi, I have a very simple vb.net program that uses psexec from the shell command to exec a program remotely. Works fine - here's all the code: Code: Public Class Form1 Private Sub...
View Article[RESOLVED] Question about the tag property
I've never really used the tag property, but I've decided to try and use it. My senario: based on if a boolean value(playerturn) I set the tag property: Code: Dim pnl As Panel = CType(sender,...
View ArticleColoring the Scrollbar
I have an unattached scrollbar. I'm a bit surprised that there are no color properties for the control. This means that in some situations, an unattached scrollbar can easily be mistaken for being just...
View Articletoo 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 ArticleUnable 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 Articleis 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 ArticleProgress 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 ArticleVS 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 ArticleHelp with Simon Says game!
I got the colours to flash and when you click on the correct one it adds another colour but I cant get it to flash the previous colours before adding a new one! Quote: Public Class Form1 Dim...
View ArticleVS 2010 Visual Basic : How to only allow letters and numbers into the textbox?
Hi, I want to make a registration form. For the Username textbox, I want it to only allow letters and numbers.. No symbols allowed. Can you tell me a code for that? and is there anyways to not allow...
View ArticleVS 2010 Code won't run, but runs in file explorer
I dont know why this will not run and open both of them. When open file explorer and go to C:\Program Files\Veritas\Java\nbjava.bat it open netbakup 6.5 console and runs When open file explorer and go...
View ArticleWhat's the best way to accomplish this?
Hello VBForums, I know many of you are brilliant so maybe someone can help. :wave: I am making a program which will have different classes which will implement an interface called IJob. IJob has a...
View ArticleVS 2010 [RESOLVED] PerformClickAt(Point location);
Morning everybody. I was wondering if it is possible to click somewhere in your WinForm while it is hidden/minimized/something like this (probably minimized) . I know that you can perform "screen"...
View ArticleSerialization
Hi guys I am trying to create a SAFT file http://www.oecd.org/ctp/taxadministr...quirements.htm I have the following class Code: Imports System.ComponentModel...
View Article[RESOLVED] trying to connect to a database....
Hello, I am trying to connect to my database and am using the following code Code: Imports System.Data Public Class Form1 Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da...
View ArticleI don't understand what this Exception message is telling me.
Hi, I have a program which I wrote many years ago for my own use, which has worked well for most of that time, originally written in VB 3.0, rewritten in VB Express 2008 and currently in VB Express...
View ArticleVS 2005 Aritmetic operation resulted in an overflow
hi everyone, i'm beginner on vb.net i have some task to porting Twofish encryption from java to vb.net (VS 2005) but i'm stuck with some overflow error, here is my code that result overflow error Code:...
View ArticleHelp with Visual Basic .NET!
I'm currently in Programming 1. Its the first class I've ever done programming and its online. I'm EXTREMELY tired of it and just want to get it over. I'm posting this because I'm wondering if anyone...
View Article