VS 2010 [RESOLVED] shortcut key for button
hello, i am trying to use a shortcut key for a button and below is the code i am using. Code: Private Sub btnNew_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles btnNew.KeyDown...
View ArticleLogin Music and Locked Music for background
Hi, I'm doing a passcode login page for my program using VB.net, doing my Final Year Project. I need a quick help with this. Anyone out there has a Login Music background when the user hit the login...
View ArticleDatagridview: How to update price when quantity is changed?
In my datagridview, I have two Columns : Quantity and Price. I want to change the quantity and then price will be updated. I also want to set the price as a decimal format. Currently this is the code I...
View ArticleTextbox printing FONT size problem
hello experts i am working on a project in which i selected multiline textbox for printing invoice as cant able to make a report using report viewer with data from different tables (sql query ) now the...
View ArticleVS 2010 [RESOLVED] format of cell in datagridview to 2 dp
hi everyone, i am just having a weird issue setting the cell of a datagrid to two decimal places. I have set at design time the cell format to N2. see attached snapshot. but it is still not working....
View ArticleVS 2010 [RESOLVED] How do I make the Form Background Transparent?
When I load up my Program, I want my logo to appear for a few seconds then I want it to disappear and open up my actual program. How do I make the Form Background Transparent so I can do this?
View ArticleVS 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 Article[RESOLVED] Goto Line In TextBox
hi I am trying to use the API sendmessage to goto a line in my textbox but I get this error. Code: A call to PInvoke function 'MyBasic!MyBasic.frmmain::SendMessage' has unbalanced the stack. This is...
View ArticleDatabase Questions
As I'm new to VB, I've been trying to come up with some project programs to build - in an attempt to better learn the language and software. With that said, I have an idea for a program that I would...
View ArticleVS 2010 [RESOLVED] Weird Bug on menu clicks
Hi have this strange bug or something I duno how else to put it heres the problum. I add a menu strip to a form and a text box I add an menu item anything for example Cut I add the code on click event...
View ArticleVS 2008 Hold down a key for 5 seconds
Hi ! I need a fast reply to this, how can i HOLD down a key (Space) for 5 seconds ? And no, SendKeys cant be used to this, its like press key, release it and press next key and i need it to hold down...
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 Article