VS 2010 Form lose focus - exit?
Hey. I've made a little handy tool that what it does is when I use ctrl + 1, it will open a new form which is almost invisible and will focus on the textbox. When you write something and press enter,...
View ArticlePopulating combo box where a specfic value is met?
Hey everyone I was wondering whether someone could show me a way of populating a combo box where a specific value is met. Attachment 98341 I want to fill the combo box with the MDModel_Name value Where...
View ArticleVS 2010 Specific Letters for Textboxes
Hello Does anyone know the code to only allow certain chacters to be inputted into a textbox. Exmaple: The user can only put 1 letter in a textbox, the only letters allowed are I, S, E, R As on a...
View ArticleLevels within a Treeview and how many Children in lowest level
Hello, I have a treeview control called TREEVIEW1. I need to get several statistics out of the control. Example 1 -1.1 -1.2 -1.3 2 -2.1 -2.2 -2.3 3 -3.1 -3.2 -3.3 4 -4.1 -4.2 -4.3 Assumptions: Each...
View Articlehow exactly do i add a sound to a button in VB2010?
i saw somewhere you can use wmp component in visual basic and use that to create a sound but what i did was, create a button, put an icon on it, and now i am trying to add a sound to the button. Im...
View ArticleInstallShield Issue when testing program
Hey, I'm having a issue every time i click the install file my install dictionary is like this c:\Program Files (x86)\I Music Player\My Product name How can i change it to be like this c:\Program Files...
View ArticlePrintForm not displaying contents in Windows 7
Hi, Thanks in advance for any help. I am perplexed by this problem. I have a VB6 form that credits/debits an account. And if a checkbox is clicked, a receipt (another form) will be printed using the...
View ArticleVS 2010 How to insert value to string key or create a string key inside a...
I want to insert a string value to a string key which is existing in a specific registry key like this Look i want to insert value for InstallPath which is a string key how can i do this and also i...
View Articlecan sql server to Flash
hi anyone. how Macromedia Flash connect to sql server? help me.
View ArticleVS 2010 Help with web requests
Hi, I'm trying to get a project up and running, but am not having much luck and could use some help. I'm wondering how I can connect to it and send it GET requests and read the response. I'm receiving...
View ArticleWord Add In won't work
Hi everyone. I am trying learning about how a Word Add-in works. Checking some sites on Google I was able to understand that to create an Add-in you do the following: (i) create a Word template (.dotm...
View ArticleIs it possible?
Hi guys, okay I just dig a lot together with Mr. Google regarding of resizing and reducing images file. However, what I'm facing is not just a typical image file it is a satellite map image which is a...
View ArticleTreeView Tooltips Slow Refreshing In Win7 When Using Non-Aero Theme
Hi all I have TreeView in a VB6 application which has roughly 15 items in it. When I hover over each of the Nodes the default Tooltips is displayed, when I then move the mouse down over the other Nodes...
View ArticleVS 2010 howto add value from database in form without textbox?
Dears I know how to retrieve data from my database and use it in my form. what I want now is that I put the value in printing in my form example average fuell consumption : 5,5 ltrs /100 km where the...
View ArticlePrinting selected Pages
Hi When I send data to the printer from VB6 all of the selected file will print and this is fine. I have a need to allow the user to print selected pages so I have used the CommonDialog to display the...
View ArticleCheck machine date format in vb6
I have an vb6 application. The input date in the application processed as UK date format. But some time user change machine date format as US format (mm/dd/yyyy). But when process these dates shown as...
View Article[RESOLVED] Update data using SQL Parameters in vb.net
Hey everyone I'm trying to update a form of mine ( You can see why from this post: http://www.vbforums.com/showthread.p...met&highlight=) Here's my code so far, it executes without any exceptions...
View ArticleVS 2010 Change account for windows service
Hi, I´ve created a windows service that I install with sc command. It uses a HTTP post method, which doesn´t work. I think it´s because of the permissions of the account "LocalSystem". Is it possible...
View Articlecheck OS and processor is 32 bit or 64 bit?
I want vb6 code to check OS is 32 bit or 64 bit and also processor is 32 bit or 64 bit.So please help me to get these codes.
View Article