VS 2010 checkboxlist - checkeditem
How to get the checked item/s in checkboxlist the integer value of each letter on check item/s then add them? I've used streamreader to get the items on checkboxlist
View ArticleCopy All Labels To Clipboard?
I am very new to VB and I was attempting to design a simple application to use at work. It consists of two forms, the first with text boxes to enter the values Attachment 95713 In the second form I...
View ArticlePrinter x,y co-ordinates
I have 2 printers attached to my PC an HP inkjet and a Brother laser printer. I am trying to print some labels but the physical x,y co-ordinates of the print I am producing differs on each printer...
View ArticleVS 2010 Checking some files
Hello, i better create new thread and there it is. I need that checks if user has some files which contains like hack.exe, trainer.exe, d3d9.dll, Cheat Engine.exe etc. (Those are cheat's files) If...
View ArticleVS 2008 Help (Open form)
Hello every one.... When you have 2 forms(form1_form2) and you have button in form1 then you type this code PHP Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2008 Bindingsource Filter with complex conditions
Hi, I have more than 40 controls (checkbox, textbox, combobox...) on a form. I am already aware of "append to criteria string and create the filter from scratch on every event handler of the controls"...
View ArticleListview and ImageList Question?
I have Open Dialog button which gets the executable files file path. Next is this code for adding in the listview. My question is how can I make the application icon be exact with its corresponding...
View ArticleQWERTY only VB help project
The keyboard in use on nearly all computers is known as the Qwerty keyboard, since the letters in the top letter read QWERTYUIOP. A word is called a Qwerty word if all its letters appear on the top...
View ArticleCombox reset
I have a long list in excel and use two comboboxes to hide rows based on the value in certain cells (by column grp and column sdpi). These comboboxes both also have an 'All' option so the view can be...
View ArticleVS 2010 Tabbed Web Browser (Basic code for beginners)
I created a web browser in VB.NET and here is the code. 'Code by Mezdux (Lewis Hayman) Public Class Form1 Private Sub Button1_1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVB 2010 or VB 2012 Video Training
I'm interested in finding some solid video training for vb. Free would be awesome, but I would definitely be willing to pay per video or pay a monthly fee if the training is awesome. Do any of you know...
View ArticleVS 2008 how to create ini file
i am fresher so i dont know anything about the vb.net i want to know how to create an ini file from the basic steps please describe me elaborately and make me use of this discussion form
View ArticleVS 2010 Need Login System Help [READ]
Ive made a Login System but when I can create the same account multiple times with the same Username and password. How do make it so I can only sign up with 1 Username and not the same one. My code im...
View ArticleVS 2008 Vb2008 application stopped working on windows7
Hello Experts, I have developed an application on windows vista 32bit OS using VB2008. I made clickOnce installer and target platform is x84. I have installed in 4 computers. 2 computers has widows 7...
View ArticleEncryption
i have written some code to encrypt and decrypt a some text and i want to adapt it so that the encryption will encrypt repeated letters differently for example "t" would be 44 and "tt" would be...
View Articleflowlayoutpanel flickering problem
Hi All, I have a small issue. Im using a flowlayoutpanel (with background) as a sort of listbox :) I add another flowlayoutpanel to it as a control then add child labels to it, this gives me a sort of...
View ArticleVS 2010 Looking for Good Syntax Highlighting control
hi, I am makeing a little IDE for Console apps you know using the CodeDOM Compiler, I sort of made my editor, but it lacks Syntax Highlighting, I was going to have a look at converting an old one I...
View ArticleVS 2010 [RESOLVED] Reading and displaying text contents of an open txt file...
I have a code that records all the user interaction with an application on a text file. Code: Public Shared fs As New FileStream(Application.LocalUserAppDataPath & "\mcb.txt",...
View ArticleVS 2010 What's wrong, or how to do it properly?
Hello once again folks. As I implemented flash objects to my project now it requires the ocx. I am trying to deliver it automatically to save the end user the troubles of downloading it manually and...
View ArticleUpdating database with datagridview changes
I have datagridview filled from database through datadapter. The problem is that I cant use generated Fill, Update and Delete commands since in my SELECT query there are two joined tables. I need some...
View Article