Need Code for changing "ConnectionString" in VB 2012 Project
I am new to VS 2012, coming from VB5 using a Win 8 Computer. I am creating a Windows Form which will run on a computer on a local network at a customer location. The Network Name of the computer with...
View ArticleDynamic Classes
I'm trying to figure out how to structure a large amount of data... Here is a simple example: Suppose I have up to 25 potential instances of objects (obj). Each of these objects has properties (name,...
View ArticleVS 2010 Move the caret in between quotation marks.
I have a TextBox control (A custom one, but that doesn't matter for now) and I append text to it everytime. I append functions to it, For example, "test("");", is one function. I want to move the caret...
View ArticleHow to save DataGrid changesto an SQL DB with VB 2010
Hey guys, I read this article http://www.vbforums.com/showthread.p...o-SQL-Database but it doesn't work for me. All I get is "NullReference exception" "Use the "new" keyword to create an object...
View Article[RESOLVED] Spell Checking Help
Hello guys, I'm creating a spell checker. It works by using Word to spell check. However, is there a possible way to use some application to list similar words to the word typed in the textbox? I would...
View Articlewhats the best way to do this?
Hi, I have an accounting department downstairs and an HR department upstairs. I need to create a program that will send a notification from accounting to HR to let them know a process is ready. Then HR...
View Articleset filter on an excel workbook & get result count on different sheet...
Hi All, I have an excel workbook which contains a worksheet with 60 columns & 500 Rows . I want to filter some columns and generate filtered result count in the Sheet2 on that specific condition. I...
View Articlecan anyone help me please
hi can anyone help me please I have a problems in this project I want put the ProgressBar in that project but I can't because I don't know how to do it thanks for every thing Attached Files File.zip...
View ArticleVS 2010 Need to remove specific character from a sentence at specific place.
Hi I need some help to remove specific 0 at specific place. i'm giving and exemple below. I have no idea how to do some help would be appreciated. every 0 in bold need to get remove when writing it /...
View ArticleVS 2010 Convert text inside HTML tags to string
I searched all over the internet and all I could find is how to remove the tags. With Visual Basic, I want to convert text inside HTML tags to string. How can I do this? :ehh:
View ArticleSaving Meta data with a file
Hi i have some video and image files which i need to be able to store Meta data about - such as the name, size, MD5 Hash and some general notes on the file. I was thinking of creating a XML document...
View Articlesaving/loading to file from strings
i wrote a program for my graduation like 3 years ago, and i havent touched visual basic since. and was gonna pull it up today to update the program but i must have forgotten to save the source files...
View Articlepicutrebox+mouse hover picture displays text and frame around pictures
i have about 40 pictureboxes per form, and some of the pictures look very alike, just a slight change in shadowing. i need to be able to know which one is which. im thinking of a mouseover hover thing....
View ArticleVS 2010 process and msg help
Hello, I'm having a problem here with the code below. I'm trying to get this code to show the messagebox first before it kills the process can you help me please. it kills the process but it isnt...
View Articlesumming up user selected parts of an array + adding letters at end of...
i have an array consisting of 34 entries, 0-33, i want to sum everyone from 0-21. i wrote this for loop thinking i solved the problem, but i realized it doesnt when the arrays change value For i = 0 To...
View ArticleVS 2010 How do I fix? Error: Select' is not a member of...
Keep getting error: 'Select' is not a member of 'System.Collections.Generic.List(Of String)'. I am rendering x86 and using framework 2.0 (as its unnecessary for the direct player I'm using) How do I...
View ArticleVB Focus on Certain Character in TextBox
Hello again guys, I have a tabbed Rich Text Editor (I use CType to control the text box, so keep that in mind). Anyway, I need to find a way to focus on a certain character in the text. For example, if...
View ArticleHow to put a VB.net application onto my website?
Hello. I have a VB.Net application that I would like to put onto my website. I have a webhosting account with Godaddy, and I am using WordPress. Is this possible? Code: Public Class Form1 Private...
View ArticleTrying to update a record.
Hi I am makeing an adress book, for some reason I decied to ditch my old method of flat files and try the new .NET databases big mistake it took me like an hour just to find out how to add a record,...
View ArticleInput box with numbers and string.
I'm trying to do something like this: when the user pressed the button, it will show an input message box with Ok and Candel buttons. It will ask him to put selection 0 text with ok and cancel button....
View Article