VS 2010 Text encoding issue, should be easy
Ok, Ok .. i give up .. yes i googled .. tried .. but i cant fix this. And i'm sure it's pretty easy: Dim s As String = "T%C3%A9st" ' (tést) I need this string, converted to s = "T%E9st" Anyone can help...
View Articleselect 2 tables and include where clause
I have a single SQL Server SELECT search which I search for an Account via a AccountCode (Accounts) and then a user within that Account identified by the resulting AccoutID (UserAccounts) Code: Dim Cmd...
View ArticleAny way to register VB Express 2010 without internet?
I've installed via an ISO downloaded from MS via a link I found on a blog, I used my netbook and copied it via USB stick onto my desktop PC which has no internet connection. It's working but it says...
View Articleediting csv
hey! I have a .csv file (readable in excel), that contains amazon camera products I scraped. column 1 is product name ie. "Canon 6409u Digital Camera" column 2 is product description ie."Product...
View ArticleDim blackPen As New Pen(Color.Black, 3) -- pen not defined ??
i am trying to draw in a picturebox i have Imports System.Drawing.Graphics at top of form but in a subroutine i define black pen with Dim blackPen As New Pen(Color.Black, 3) compiler says that Pen is...
View ArticleVS 2010 Parse text / replace string ~ help?
Hi, I have been working on a little program that can read a chat log of a game called "Path of Exile" and let you easily read through your old chats even after closing the game. The reason I am making...
View Articleshow moving picture on different thread?
Hi, im not sure if this is even possible but ill explain what happens. I have a "preload" form, or even splashscreen if you will. In this screen it checks different things like the existance of the...
View ArticleVS 2010 vb.net sound effect
Hey, My application is not playing the sound effect and I don't understand why. Code: Public SEffect As SoundEffect Code: SEffect = OurContent.Content.Load(Of...
View ArticleFind and Display Values in textbox help!
I currently have a textfile in the following format: "[Contestants]Chris=12345Cody=54321Dylan=32451Michelle=98765" How do I pull the first name out and have it appear in textbox1 showing just the Value...
View ArticleStore data at end of compiled exe
hi does anyone know were I can find an example of placeing data at the end of a exe then reading it back, I am trying to make a self extractor. I know I can maybe use the old vb style get and put file...
View ArticleHow to Start process using TextBox, and Replace Process Text With TextBox?
Hi everyone, I recently had to ask for help using using a TextBox to Replace text in URL to navigate a Webpage. And thanks to Paul, He sent me a code close to this one: Code:...
View ArticleMultiThreading problem - UI still freezes
I want to use a worker thread to do some long running process. I have tried the code below with no luck. What am I doing wrong? [Public Delegate Sub firstDelegate Public Delegate Sub secDelegate...
View ArticleAny advice?
I am a student working on a degree in programming. I have to do a case study and I elected to create a program for a friend who has a real estate business. She is still doing business the pen and paper...
View ArticleVS 2008 How to use DoubleBuffered?
Hi ! I got a form withdark background, and when i start the form or hide it and show again, all labels are transparent for few milliseconds and it looks like piece of ...., someone told me here to use...
View ArticleVS 2008 How to use this function ? (reading memory)
Hi ! I found a class to read/write memore from some processes. I want to read money value from some game, and print it in Label1, but i have no idea how to use readalong function :( readalong code:...
View Article[RESOLVED] Help reading a default value from a registry key in CLSID - or...
So I can pretty much read any information I need from the registry that I need but this last bit. Let me explain what I'm doing and then perhaps someone can tell me why this specific code isnt reading...
View Articlevb.net WebBrowser control - click on link (it shows an error)
Hi I have used this code in vb.net to logoin to a webpage It works fine Code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click...
View ArticleVS 2010 [RESOLVED] Is there such thing as generic events for controls?
Hiya, I've got a form with 50 text controls. The common thing within these controls are their label which are incremented as such: txtOutcome01, txtOutcome02, etc... I want to be able to double click...
View Articlelistbox or array with two columns
i have a list box that i add file names into. the user clicks a browse button to open the file dialog and selects their files and adds them to the list box. Code:...
View ArticleVS 2010 Help with Visual Basic and Excel
So I am trying to make a program in Visual Basic 2010 with a form so that every time the form is entered it will add another row of data to an excel spreadsheet. With the code I am currently using, a...
View Article