VS 2010 Need Help with Visual Basic
Okay, so firstly I'd like to apologize if this is in the wrong section as I am a new member to the forum :o Secondly, I have no knowledge of visual basic and have been assigned the task of creating two...
View ArticleVS 2012 How to Write Data to Excel 1 Row down on each click ?
Im writing a simple Windows Form Application for my business and so far have been pretty successful. (This is my first interaction with VB ever lol) Ive hit a little snag in the road however. Im using...
View Article[RESOLVED] objWriter Text is Truncated
Running the below script is (so far) working as expected, except the text is truncated in the *.txt file. It doesn't return all the data, like the objWriter isn't large enough to hold it all? Not sure...
View ArticleVS 2012 [RESOLVED] Replacing a String with Nothing
Here is a string that I have: Code: Â Â Public Sub SaveDreamScriptListToFile(stringFileName As String, DreamScriptList As List(Of DreamScript))...
View ArticleVS 2010 Put inside a panel a process currently running
Hi! I am quite new in VB. I am trying to make a sw which operate with another application. I found a code to lunch an application inside myone and it works. But what if I want to do it with an...
View ArticleVS 2008 [RESOLVED] Textbox Autocomplete SQL database
Can anyone share a code that I can use to autocomplete a textbox from a field in SQL database? Thanks a lot!
View ArticleVS 2008 help for vb.net read varbinary
hello can anyone help how to read or convert the varbinary into text in ms sql server 2005? thnx for anyone help me!!!
View Articlehow to save datagridview as either excel2003 or excel2007 worksheet.
i can save a datagrid using code: Code: saveFileDialog.Filter = "Excel2007 (*.xlsx)|*.xlsx|All files (*.*)|*.*" i wish to give the user the option to save in either Excel2003 or Excel2007 format. What...
View ArticleVS 2012 How to make the form moveable?
Hi. I have a borderless form with a base image, which has some controls. How can I make this part draggable? ^ It's the background image of the form
View Article[RESOLVED] [VB2010] - RichTextBox: by some reason the shortcut keys aren't...
the RichTextBox have any property for deactivate\activate the shortcuts keys? by some reason they aren't working:(
View ArticleVS 2012 Scrolling text grabbed from text file
Hi all, My knowledge of VB is rather basic (everyone has to start somewhere!), so please excuse my ignorance. Basically, what I am looking to achieve, is to build a program that just scrolls text from...
View ArticleVS 2010 Need to open a second Form that is my program on a horizontal view...
I need help like the title says. The program needs to work the same it currently is. The program is a simple database program and i need to know how to make the second form have the same functionality...
View ArticleNewbie: How do I have the exe check to make sure the customer has the correct...
Hi! I'm new to VBnet. My program requires that their windows computer be up to date in order to work properly. How do I have the exe check to make sure the correct and up-to-date files are installed,...
View ArticleVS 2012 How do you run other setup files in the background?
I have a bunch of programs that require me to download and run them often. I'd like to setup a program that will download and execute those files automatically for me. How do you do this?
View ArticleHow to effect an automatic update on windows form
Hi forumites, Please I noticed that whenever I save details of an item on my windows form on sqlserver database. I noticed that I don't see the save details until after have closed the windows form and...
View ArticleVS 2008 ReportViewer Problem
I have been beating my head trying to figure out why when I try to setup a new report I get this error. Warning 1 Deserialization failed: The element 'TableCells' in namespace...
View ArticleVS 2010 How to sum values inserted in DataGrid cells
Hi, I want to sum two values being inserted in two cells in a DataGridView. And the result should be output in a specified cell. I already wrote a code but my code doesn't work like it supposed to...
View Articleset radio buttons based on integers from tableadapter query
Using VB 2012 and sqlexpress. I have a grid with a hidden column (TaskID) which is filled with the primary key for the task record displayed in that row. Here is the code I use to return one record...
View ArticleVS 2010 How to take an image from an website
Hi im making an app and i want to get an image from the website and put it in a corner of my app :) the image its like this and /7.jpg its the image from each user /avatar/"7.png" i put an attachament...
View ArticleVS 2010 Linking Buttons to a Text File (or Alternative)
Hello, I have a text file whereby each line contains the elements: SeatID | SeatType | SeatPrice | SeatAvailability For example: SeatA1 | Student | 20 | Reserved SeatB1 | Adult | 30 | Reserved I also...
View Article