VS 2005 vb.net code in MATLAB
Hi. Can i use the vb.net simple code, like 2 + 2 = 4 in MATLAB? I mean that i write a simple sum program and then cut and paste it in MATLAB, so will it work? If not then what i will need to do?...
View ArticleVS 2010 app path
hi! i am new in vb 2010 express i use vb6 before and my code is as below in vb6 Option Explicit Private sPhotoPath As String Private lncount As Long Private Sub Command1_Click() Dim iMaxCount As...
View ArticleVS 2008 Brick Breaker
ok, I new into vb and i'm trying to build up a brick breaker game...it's working well so far but i keep updating it. What i need to know is how to collect the stuff that fall from bricks..example: a...
View ArticleHelp to login this website using Webrequest / Webbrowser
Hi, i have try to login this website every time by using webrequest method on VB.Net but always failed. Problem is always the postdata changes randomly by java script. so help me how to implement...
View ArticleUnable to create dataset
Hello, Here's some general information about my environment: Visual Studio 2010 SQL Server 2008 R2 Windows 7 64bit When I try to add a connection to my server explorer, I type in the server name and it...
View ArticleVS 2010 Shorten code
Hi All, I am using my.settings in my application at its working but i have the following chunks of code just wondering if they can be shortened. Quote: 'Load settings dtb1.Text = My.Settings.dtb1...
View ArticleVS 2010 Please please help with - my.settings
Hi all, I use my.settings to save data in textboxes for next time it is opened. This all works fine when i test it on my computer. Problem is when I input all the data, then put it online for my...
View ArticleChange project name
Hi, I created a project under folder \Test, sub folder \Test and file Test.sln ...... sub folder \bin, \Release Test.exe What is the easiest way to change all the name "Test" to "Try"? \Try, sub folder...
View ArticleVS 2010 Run Windows Application in background VB (Visual Studio)
Hi everyone. I've made an application that blocks the horizontal movement of the mouse by "mouseposition.x" property. When a keyboard key is pressed, it runs. This is useful to underline words and...
View ArticleDisplay Msgbox if no records returned from select statement in VB.NET
Hi, how and where do I add a Msgbox in the following code to alert the user that there is no Match thanks Code: Private Sub BtnSearch_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2008 How to play AIF sound files?
Hello, I have an AIF sound file that was recorded on an iphone and I want to play this within my vb.net app without running an external program. Can this be done? I cannot find a control that supports...
View ArticleVS 2010 GPS:showing lat and long on google map using vb.net
hi all, im new around here and i want to build a GPS and i dont know where and how to Start! as the title says i need a programm that requests the Latitude and Longitude and marks them on a google map....
View ArticleEasy Cap USB video capture
How would I display a live video feed from a Easy cap device in my application? I want to have a live video window next to my control interface for a Remote Operated Vehicle. And maybe placing a few...
View ArticleVS 2010 Combobox trouble
I have two combo boxes when I use this in the form load event one on the top gets populated ,other does not...why this is happening?And if I put the second one on the top, it get's populated,other one...
View ArticleFile.ReadAllLines() with resources are rejected each time.
So, Here is the question I have. Why does, file located in stated area, work: File.ReadAllLines(AppPath & "\filename.txt") While this one, files uploaded into resource and saved then restarted,...
View ArticleReportViewer Missing Datasource
Hello, I created my dataset which contains a table from my SQL Database named "BillHeaders" Here's what my report viewer looks like, it will contain two reports. One that holds a job number and...
View ArticleVS2008 ToolStrip
I cant figure out after adding a toolstrip, why when i run the program it wont show.
View ArticleVS 2010 6 digit Incremental Number
Hi, I'm creating a form which spits out a .csv file which is then sent to the printer. I want to output a job number which increments everytime anyone presses the export button. The GUID is the only...
View ArticleIf -> And --> Then : Help me figure out this seemingly simple chain of events...
Each time my program performs a certain action, a integer named 'actionCount' goes up by 1 using actionCount +=1 inside the action routine. I also have Timer 4, start when the actions do. It's supposed...
View ArticleVS 2010 Controlling Excel From VB
I found http://www.vbforums.com/showthread.p...6-(or-VB5-VBA) very useful. But It did not cover one thing I need. If I open a workbook and worksheet using this code: HTML Code: Dim oXLApp as...
View Article