SQLLite Issue
My does my UserID feild start with 0 and not auto increment? Code: Dim conn As New SQLiteConnection("Data Source=" & LocalDB) conn.Open() Dim Cmd As...
View ArticleVS 2010 [RESOLVED] Process.Start Arguments
I'm trying to launch a program using Process.Start with arguments: Code: Process.Start(Path, "/instant 01:01:01 'C:\Program Files\Ccleaner\Ccleaner.exe'") When I use the above code, absolutely nothing...
View ArticleVS 2010 Protected Resource
I currently have a 3rd party program as a resource for my VB.NET application, but it has to be extracted to a temporary path in order to run . I don't want people to be able to just find the 3rd party...
View ArticleEquation Help Please!
Ok so for school we needed to make a program that you put in the IP Address, hit a button and it outputs the IP Mask Integer. Here is my equation for that: Code: dblBoxMask = dblBox0 * 256 ^ 3 +...
View ArticleVS 2010 cvs editing
Hey!! I have a cvs file that I open in excel. Their cameras that I scraped from amazon. Column 1 is the product name like "Canon 34ui Camera" ...etc Column 2 is product description. Like "Model...
View ArticleVS 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 ArticleVS 2005 How to insert multiple records with one Insert Statement.
Hi I have a Product Info form, on which the textboxes are looking like this. Quote: {Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date} Quote: {Prod Name} {Prod Desc} {Prod Unit Price}...
View ArticleVS 2010 Me.txtSearch.param vs. txtSearch.param - why?
Countless times in books, online reference, videos, etc... I see parts referenced by me.part instead of just the part name. Is there a reasoning behind this that I am unaware of or is it just personal...
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 Article