Help condensing repetative code
I had 2 questions, I need to Gray out 48 text boxes on Run of the program. And keep them grayed unless the user makes a selection to enter their own criteria via a selection within a ComboBox. My first...
View Article[RESOLVED] fill list box with data from DGV
I have a DGV which has a few columns in it and 1 is File_Path How would i get the data from the File_Path column of every row in the DGV and place the data in a list box i tried this but i get an error...
View ArticleVS 2010 No add new Web Site option in my VS 21010 Ultimate
My Visual Studio 2010 Ultimate doesn't have the Add new Web Site option. Went to Tools > Import and Export Settings... dialog, choose Reset All Settings..., and then looked for the "Web Development"...
View ArticleVS 2008 Filesystemwatcher and MS Outlook Question
Where does MS Outlook store attachments it receives? I am trying to write an app where I e mail users a text file these users have an application of mine on their computer that will use this text file...
View ArticleUsing the calendar to SaveToDate & RecallFromDate
This is my first time working with the MonthCalendar, and was wondering if it is possible to: 1. Select a date (or leave the calendar as is to select "today's" date by default), save information stored...
View ArticleVS 2010 Split file & add extra line
Hi guys! Another small problem, I will try to explain it at best. I am creating a small program to add a string of text after a type of word has been found. But the string gets placed in a new line...
View ArticleCorrect ComboBox filtering
Here's a code which should filter and show ComboBox items according to our input, Code: Public Sub CboxAutoComplete(ByVal cbo As ComboBox, ByVal e As System.Windows.Forms.KeyEventArgs)...
View ArticleHelp with Saving data in a combobox in a datarepeater
I Have a Datarepeater on my Form that has a Label and a Combobox. The Combobox has two items IN & OUT. I want the data to update when the user changes the Current value. There is a save button on...
View ArticleVS 2010 Communicating between two machine using VB code.HELP!!
Hi VB programmer, I am fairly new to vb programming and I have just started with programming lately. So i am kind of Programming dummy. I would like to know , if it is possible to read the IP address...
View Article[RESOLVED] Problem with saving an image
Hi, im trying to save the pictures with the current date and time using Date.Now, but the error (The given path's format is not supported.) occurs on line 24. It saves perfectly when i remove Date.Now,...
View ArticleHow To Make A Child Window Immovable
Hi All, Here I have a child window such as Microsoft Word window set to a VB Form. The issue is that the Word window is movable inside the form. This is undesirable. The only way I have tried to...
View ArticleVS 2010 Help with Chart, Assigning a Series to a secondary Y axis, Chart data...
Hi there, :wave: I am having a brain freeze at the moment :eek2: with my chart control, I am looking to format my chart using the following, Code: 'Chart Stage 2 Formatting...
View Articledataset, datatable, add records/tables at the end
Hi im having a stupid problem and i dont know why what i want is just to put a list of datatables into 1 table Code: Dim MyConnection As System.Data.OleDb.OleDbConnection Dim DtSet As...
View ArticleHelp needed! How to randomize progress bar value increases.
Hello, I am a 16 year old Junior in grade 11 working on a my computer programming class culminating project. I decided to do a racing rpg game since the concept is fairly simple but can be vastly...
View Article[RESOLVED] BindingSource.Filter
Can anyone tell me why this filter does not work. 1) ProgramID field in the Bid table is a FK col. to a table called IDPrograms. 2) IDPrograms tables PK col is ProgramID but is not a autonum or a num...
View ArticleVS 2010 [RESOLVED] Question on Loosing Focus
I've read a bit on both of these, but I'm not sure how to test Loosing Focus to see if it work. Basically my program runs just fine, however when something else takes focus, such as a Windows Update in...
View ArticleVS 2008 Use an ActiveReport from VB6 in VB.NET - how to import
Hi! As I search for the use of ActiveReports in VB.NET it looks like there is such thing in VB.NET, but while almost all of the VB6 project files have been imported to VB 2008 Express, all active...
View ArticleVS 2008 Tow basic question about references added to a project
Hi! I hope to get short answers to this huge topic. 1. When I add references(libraries) to my project, will those libraries get compiled into my programm for distribution or will the programm rely on...
View ArticleVS 2010 Backspace to move back in Textbox
My code currently checks if text length is greater than "4" and automatically tabs to the next textbox. For added convenience to the user, I'd like it to also move to the previous textbox when the user...
View Article