VS 2012 RTB.rtf property to mysql database
For some strange reason that I'm not getting is that when I save the rtf format of my richtextbox, it returns invalid characters in which the richtextbox can't load the format properly. Anyone know why...
View ArticleQuestion about opening up files
I have a problem. When I go to open up a file on my computer for this application to run, it runs perfectly fine. Then, when I go to transfer the app to another computer, it bugs out saying, The...
View ArticleVS 2010 How to get data from a nook?
When I hook my Nook up to my computer via USB and then run Adobe Digital Editions, that program knows all of the identifying information about my Nook... the serial number, the operating system #, etc....
View Article[RESOLVED] Help with menuitem font color when selected
I am trying to setup my style for my top menu bar of my form. I have it set for a blue background with white font color. I want the dropdown menu items to keep the same black default font but the top...
View ArticleVS 2010 [RESOLVED] Random Number
Having trouble figuring out how to make this code work. I want a random number between 1-3, then depending on the outcome, I want it to select one of three radio buttons. This is the code I have so far...
View ArticleVS 2012 Search and execute program?
I just got into VB 2012 from 6 and I'm still getting used to the change... Anyway, I know how to have a program execute another, but so far it requires a path to the program. I was wondering of there...
View ArticleVS 2010 How to add a label into a listbox??? HELP
http://gyazo.com/3e14f2c47889952d4a980eb79d4fe737 as u see in the picture thats just a label. if i put another label it will go over the listbox.. i want that label to be inside the listbox alright so...
View Articleupdate table
I have this table structure. Table 1: Students StudentID StudentName Table 2: ClassList ID StudentID ClassName I have a checked-listbox with all student names appearing. When a user enters a class name...
View ArticleFile doesn't close ?
Hi, I'm trying to write a program which, amongst other things, adds text to an existing text file. The way I'm attempting this is to write the new text file with a new name, and then delete the old...
View ArticleVS 2010 [RESOLVED] Unseen error in visual basic 2010
There is a problem with my app "Garage sale calculator" where i type something in to the tax and cost Textboxes and then when i click add item it displays the $ symbol since i used ToString("$") but it...
View ArticleVS 2012 Serialization between two applications
I have developed a Visual Basic.net application that uses serialization to save an object. I am wanting to open and save this object in two different Visual Basic.net applications. Do I need to create...
View ArticleVS 2010 too many arguments specified, check source?
so i have this little application here. pretty simple, it requires a few inputs then passes the arguments along to a dos app and goes from there. having issues with part of the argument inputting...
View ArticleVS 2010 Partly VB.net downloading, Partly general web structure, hard to...
So I have this project in my head that I want to take a crack at... but I'm not sure how to begin. I know how awesome the VBForums community is, so I'm hoping you'll forgive me if this isn't the best...
View ArticleUse a click event to open .htm file from VB 2010 project folder
I read on a link I got from google that the best way to create a formatted file is to use html. So I created an html file and saved it in the folder my VB 2010 project is saved. Now I am trying to have...
View Articlesdf database to textfile
Imports System.Data.OleDb Imports System.Data.SqlServerCe Imports System.IO Public Class Form1 Dim ds As New DataSet() Private Sub btnfill_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 Cannot figure out how to open a program using VB script :(
This is my entire code: Code: Public Class Form1 'THIS IS THE BUTTON!!! Private Sub btnTHE_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTHE.Click...
View ArticleHow do i change the maxvalue for a double/decimal
I keep trying to figure out how to change the max value for double/decimal's and I couldn't find anything online so could someone please help me out a little?
View ArticleError with rotating image with file copy
Ok so i have been trying to copy a folder to a new destination (in which i have achieved) and show a rotating image while the copy is in progress but i am having issues with the rotating image showing...
View ArticleProject Tutorial
Hi, I would like to ask any of you to help me find some project tutorial which will include from basic staff, data creating(mdb, sql, worldwind), communicate, delete, write and add events, then...
View Articletextfile to sdf database
how can i put my data located in a text file as follows: 1 ; Name1 ; 19 2 ; Name2 ; 22 3 ; Name3 ; 25 4 ; Name4 ; 17 to be inserted in a sdf database
View Article