VS 2008 Get return value of regsvr32 invoked by Process.start / Shell
processStartInfo.FileName = "regsvr32" processStartInfo.Arguments= "sth.ocx /s" processStartInfo.WindowStyle =ProcessWindowStyle.Hidden processStartInfo.UseShellExecute = True...
View ArticleVS 2008 I could not solve this null exception problem:
Hi, after 3 years being far from programming, i needed to write something to joining my scanned papers (jpeg) but i couldnt find an exact solution how to solve the problem below: Please help me to...
View ArticleVS 2010 Switching between forms
I have a program where I display a master form on which I then display another form which only fills part of the master form making it look like a single form. This has worked fine for me in the rest...
View ArticleVS 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 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 Article