Datagridview with masktextbox and Combobox
Good evening to all I will try to be as clear as possible. I have a database in Access that I want to display it in a Datagridview which consists of a key, date, time, and 2 more Comboboxes filled...
View ArticleVS 2005 Concurrency violation
I have the following very simple code and it baffles me why I'm getting a concurrency violation on this. I use this type of thing all the time and the only difference i see in this example is I am...
View ArticleVS 2010 ListBox Order Selection
I have this code: Code:   Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick     SendCurrentItem()     If itemIndex = ListBox1.Items.Count...
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 [RESOLVED] PrintPreview doesn't work on a Word.Document
Hi! I have managed to fill a Word template within my code and I can print it successfully, but I cannot show a PrintPreview. Here's my code: Code: Dim oWord As New Word.Application Dim oDoc As...
View ArticleHelp with sending E-mails through VB.NET
First off i am new here! I am not sure if i am posting in the right forum but oh well. So down to the problem. So i am creating a email program in vb, Microsoft visual studios 2012. This isnt really an...
View ArticleHow to obtain the name of the dynamically created label your clicking on
Hello I have labels dynamically created for which i have this code to run when one is double clicked Code: Private Sub label_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVb 2010: My app crasching...
Hello! I have developed an app in VB 2010 Express. It contains some forms (of course) and images from a resource. I have a Windows Mediaplayer too. This runs well on my x86 Windows 7 pro-pc, but when I...
View Articlea button ready to get EnterKey
hi i have 5 Textbox and one button on my form . i want this button always ready to get enter key , even when one of the TextBoxes has the focus .
View Article