VS 2010 How would I do this?
I am wanting to make it so that IF you press the start button and textbox2.text isn't a number from 1-99 ANDALSO listbox1.items <> Nothing THEN a timer will start. I am not sure how to do this,...
View ArticleReference something without the having it available (like a late binding)
Hi, im just wandering, if this is at all possible. i have a project which is importing classes from outside the assembly, when im creating these classes in seperate assemblies i have to reference the...
View ArticleExtracting data from website
After looking over some of the other posts other people have written, I haven't come across one that would apply to my dilemma. I would like to write a program that would extract, from a website, the...
View ArticleVS 2012 Reorganizing forms appearance
Logically form1 would be the first form to appear once the program is launched. However, if I needed another newer form to appear first, how would I go about displaying that new form first and any...
View ArticleVS 2010 Hmph, I'm stuck yet again.
I have been using some code I got in a previous thread. But I have another question, as you can see here I am trying to make it so that IF TextBox2.Text is between 1-99 ANDALSO there is more than 1...
View Article[RESOLVED] pictureboxes on two different forms
I'm trying to assign picturebox.image value from one picturebox control to another one which is created on a different form. It i obviously related with inheritance I've tried with something like:...
View ArticleHPC cluster
i'm thinking of setting up a HPC (High Performance Computing) cluster using an AMD Phenom Quad Core PC 2.31Ghz + an AMD Hex Core PC 2.8Ghz. 2 questions: 1/ How do I set this up? 2/ What sort of...
View ArticleVS 2010 How to connect rfid with vb10
i got some problem on how to interface the XR400 rfid with vb10 to my computer. and show some database..ANYBODY KNOW HOW TO MAKE IT HAPPEN? help me pls...:cry:
View ArticleVS 2010 How to align text within PrintDocument
I have created some code to print a line and I was wondering if anybody know's how to align the text to the center of the page. Code:     Dim x, y, size, FontHeight As Integer     Dim...
View ArticleAdding Text box together
I want to have say 10 names all with 2 text boxs by the side, making the form like this is not a problem. I want to add a number into textbox1 when click enter it adds it into textbox2, and clears...
View ArticleMatlab function in VB.NET does not work. What's wrong with it?
I decided to try COM library testing_COM.dll created by Matlab Builder NE in VB.net. Function in Matlab: function t = test(n) t=sqrt(n); end Registered library in Windows, added reference COM in VB.net...
View ArticleVS 2012 Concetating timestamp using Application Startup Path
Hey guys - I have tried many combinations of syntax to try to take this (100% working) code: Code: SaveScreen(Application.StartupPath & "\screen.png") into code that inserts a timestamp...
View Article[RESOLVED] Application not working after publish on client machine (VS 2010)
I have an application that I have finally migrated from VB 2003 to VB 2010 (and .NET 1.1 to .NET 4.0). The application has been debugged and scrubbed for some things it did not like with the migration...
View ArticlePossible? Import a form through an interface
Hi, My current project is Managed Extensibility Framework, its up and running as a test fornow and i can import no problem the interfaces are good, but i have a problem with how can i present a ui with...
View ArticleVS 2010 Storage
CPU, Memory, Hard Disk, Registry etc... All these things I hear about you can store stuff in and access and do different functions accordingly. I have no idea what these are, if someone could be so...
View ArticleVS 2012 Non-Breaking Space in Label Control
Is it possible to have a non-breaking space in a label?
View ArticleVS 2012 Help with frustration.
I am trying to write a code to look up the weather in any given city. I have found I can do this using weather.com rss feeds and extracting the relevant strings. But to find the code for each...
View ArticlePlease help me with my Downloader Project im having error
Hi Good Day everyone I found a downloader project in this thread http://www.vbforums.com/showthread.p...resume-support and i made some edit but I'm having problem Here's my Code Code: Imports System.IO...
View ArticleVS 2012 video and audio streaming
Hi all I`m new in VB.net and I want to creat server / client application with Socket programing to transfer videos or audios I need to creat simple video and audio chat for my use... I have created...
View ArticleVS 2008 [RESOLVED] ComboBox with a two column datasource, find combobox index...
Hi! Please help. I have a combobox with datasource set to a two column DataTable with id and title. Displaymember is title, valuemember is id. Code: Dim myOleDBCommand As New OleDbCommand()...
View Article