[RESOLVED] Add new item to database and update immedeately
Hi, I have the following code to add a new item to my database. Code: Private Sub btnCommit_Click(sender As Object, e As EventArgs) Handles btnCommit.Click ' If inc <> -1 Then...
View ArticleVS 2010 [RESOLVED] How to print a form via printdocument
Hi I have no experience in hard coding a program to print a form, I have read many books and articles such as Mastering Visual Basic 2010 and the homeandlearn online course, none seem to give enough...
View ArticleVS 2010 [RESOLVED] problem using delimiter
the below code works fine until it runs across a line that has something like this CCD-FX200E|PV01195|"Tape End" Display Remains Burning| ....... etc.. It's messing up because of the quote that comes...
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 ArticleSearching in datagrid
Hi all, I'm trying to make a login form with VB but I'm having some trouble with searching through the datagrid. Code: Dim blnValid As Boolean Dim intTeller As Integer 'Dim...
View ArticleVS 2012 [RESOLVED] MonthCalendar --> Highlight dates?
Hi, I successfully created a calendar form with the possibility to add notes to a specific date. Is there a possibility to highlight dates (yellow, grey or something like this) or is "AddBoldedDate"...
View ArticleVS 2010 [RESOLVED] vb loop issue - for each??
OK I have a calculator - to work out flooring required. This is an assignment so really looking for guidance on what to do rather than an answer. I've done 95% of the calc and its functions. There is a...
View ArticleVS 2008 Adding hex to byte array
Hi ! I need some help with this, im getting few addresses from memory that are dynamic and im using a pointer for this.However i noticed that when you read memory to a variable with type of string, the...
View ArticleVS 2010 How would I let people use my program on a MAC?
I made a program and my friends want to use it BUT they have a mac, how would I let them use it?
View Article