VS 2010 When application closes, close a process?
Hey guys, so I am attempting to create a nice simple Anticheat. So how do I make it so whenever my application closes, to kill a process? I have: Code: Private Sub Form1_FormClosing(ByVal sender As...
View Articlecollision = stop moving
Hello, I'm kinda new to visual basic and i'm working to a game but there is a problem: When i move my person to a tree it stops moving but i cant start moving again. I just want to stop my person to...
View ArticleVS 2013 Creation of multiple dynamic richtextbox
I am creating a richtextbox for my tabs, for each tab is one rich text box. How can I continue to create dynamic rtb's? I can create one named rb. but when i open a new one, The first one i made...
View ArticleVS 2012 How to merge database Sql(.mdf) in Vb.net project
Hi everybody. I want to update database Sql by DVD. - First , i package a vb.net project for customer (database1.mdf about 5000mb) with setup.msi by install shield . - Second , i have a update.msi...
View ArticleFind and Copy files
Ok, I have an excel spreadsheet with partial file names. How does one go about finding a folder with the partial file name. Folders are named like: where ###### is the item number and is unique....
View ArticleHow To Display Month Beside The Minimum And Maximum Values
How can I display month(i) beside the minimum or maximum values. Let's say minimum was 12 and it was month January. I want it to be display beside the value of min or max. Is there any other way I can...
View ArticleVS 2010 Email Source Code Problem
I'm very new to visual basic. Like days new and anyways I started to make a program. I found this code on the internet to send an email to myself, but it's flawed in a way that someone can find out my...
View ArticleAllow only a user to login per day
Hi! I am trying to build a login that will only allow a user to log in to the program I am currently working on per day. So, for example, user 1 will log in today, his 2nd attempt to log in today will...
View ArticleVoice Recognition!!!!
i'm trying to make kiddie game and im just wondring if i can use voice recognition, the flow is, when i say a word then a picturebox shld pop out,, .. i wonder how to do that using speech...
View ArticleSelect text from .pdf file and show it on the Richtext box. ? Its Challanging
i am having 3 controls. Button AxAcroPDF1 Richtextbox I select text from pdf file present in AxAcroPDF1 from mouse click, what ever i select immidiately it show be shown on the text on the Richtextbox...
View Article[RESOLVED] how add My and Application components to an empty project
i did an empty project, but i'm having problems to add My and Application components :( i understand the My component is for help using some Namespaces. but i need use the Application.StartupPath for...
View ArticleVS 2010 VB.NET : Works On Specific Machine IDs Only?
How To Make My VB.NET Program Work On Specific Machine IDs Only ? This gives complete security to my Program ! Please Anyone Help ! :ehh:
View ArticleSeeing the "setup" of a crystal report
So - I'm working with a client that is using an app that internally uses Crystal. Is the "setup" of a report done in crystal exportable so I can see the query and the formulas and such? I've never used...
View ArticleVS 2012 [RESOLVED] Option String ON - Need compatible method to rewrite this...
Can someone please show me a compatible way to write this so its compatible with Option Strict On? I rewrote most of my application with Option Strict Off and the below is given me issues. Code is:...
View ArticleWebbrowser Alert
Hi Vbforums! First , I want to sorry for my bad english. If you may help you I will be grateful to you. I have a Visual Basic tool which intercepts the javascript alerts. How can I intercept a...
View Article[RESOLVED] Assign Resource Image files to large number of Picture Boxes via code
I added about 100 images to my project as Resources. They were named "01.jpg," "02.jpg" etc. up to 100. After adding them, they became "_01," "_02," etc. I have random numbers generated, and want to...
View ArticleGet the names of files in a folder BY last modified date
Hello all; I am new to vb2010 express and was wondering if I may get some help. I am attempting to obtain the names of the files in a folder (without their extensions) by the last date they are...
View ArticleVS 2010 [RESOLVED] Put values of a variable in an array
How do I do to put the variable a that is in the following expression in an array? : For a = 1 to number Thank you.
View ArticleVS 2012 How to have multi column combobox in vb2012
I use vb2012 and i want to have multicolumn combobox in the toolbox. Is that possible that i can automatically assign display member and value member in its properties for a multicolumn combobox...
View ArticleVS 2010 Open Default Email Program and Attach File.
I have a winforms app with sql database. I am trying to have a button on the form that allows the user to export a report to pdf, popup a new email message in the default email program on the computer...
View Article