VS 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 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 ArticleVb.net code for Alt-Tab
i want a code in VB.net for Alt-tab in windows. The code should show current running applications as Alt-tab press shows in Windows.Can anyone give me the working code?
View ArticleVS 2010 [RESOLVED] Error checking empty textbox / basic math problem
Hey guys, I've read up on a ton of posts here and finally decided to register. So, this is my first post. I have just started learning Visual Basic in an online class and am using Visual Basic 2010...
View ArticleVS 2010 How do I do this?
Hello, I have no idea what i can call this because i have never really worked with anything liek this before. So if i wanted to say something like if the textbox1.text starts with "SendNumber(" then...
View ArticleVS 2010 VB.net and Microsoft Outlook
I need to create a program using vb.net which will search through emails from a booking website (eg. Guestlink) to find the name of a customer and their email address listed in the body of the message...
View ArticleVB.Net Capture Screen not full
Good day seniors please help me here's my problem: i always get half or 1/3 of the image when i'm taking a screen capture. here's my code on server form vb.net Code: dim bytedata(100000) as...
View ArticleVS 2010 Binding DataTable/DataSource into DGV that already has information...
Hi, http://www.vbforums.com/showthread.p...umn&highlight= In a previous thread dunfiddlin helped me out with a checkbox column in a DataGridView copying into another DataGridView, thanks again to...
View ArticleVS 2010 How to create transparent but clickable form?
Hello, I am trying to create transparent from, with controls inside it. What I did is: I created transparent form, used transparency key, selected bg image with black border. I added button in the...
View ArticleVB.Net Rich Text Box Indenting
If I have a Rich Text Box and I want to insert a piece of text such as: "HelloWorld! This line is indented. This is indented too! This one is not." code = Code: "HelloWorld!" & vbNewLine &...
View ArticleVS 2010 Viewing Outlook Sent Items
Hi i'm relatively new to VB 2010, but i have a form that sends an email via the outlook object. what i would like to do is to see the users sent items folder on a side window - or even another form....
View ArticleWebService EndPoint
Hi I've created a simple winform project and added a service reference to the service URL. Then, I added the following: Dim client As ServiceReference1.InterfaceOpenMotionServiceHttpGetClient client =...
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 Article