Help with sending E-mails through VB.NET
First off i am new here! I am not sure if i am posting in the right forum but oh well. So down to the problem. So i am creating a email program in vb, Microsoft visual studios 2012. This isnt really an...
View ArticleHow to obtain the name of the dynamically created label your clicking on
Hello I have labels dynamically created for which i have this code to run when one is double clicked Code: Private Sub label_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVb 2010: My app crasching...
Hello! I have developed an app in VB 2010 Express. It contains some forms (of course) and images from a resource. I have a Windows Mediaplayer too. This runs well on my x86 Windows 7 pro-pc, but when I...
View Articlea button ready to get EnterKey
hi i have 5 Textbox and one button on my form . i want this button always ready to get enter key , even when one of the TextBoxes has the focus .
View ArticleVS 2010 Supress a keypress ?
Hello :) In my project, i use the api GetAsyncKeystate and i proceed like that.. I want to detect a keypress with getasynckeystate I searched and i find how to do that. Now, my app detects the F1 key,...
View ArticleStucky on a programing assignment
I'm suppose to write a diving competion program that 1. keeps score for up to 16 divers. 2. Each diver has 8 dives. 3. There are 8 judges scoring each dives w/scores ranging from 0-10 w/one decimal...
View ArticleVS 2008 Runpe
I'm Making A runtime Vb.net Crypter when ever i want to inject on explorer or taskmgr [runexe(fbyte, "C:\Windows\explorer.exe")] it gives me some kind of errors when i inject vbc.exe it works fine ......
View ArticleVS 2010 Delete ListBox Item Via Delete Key
How would I make it so that if I select an item in ListBox1 and I press the "Delete" key then it will be removed?
View ArticleVS 2010 Whats the difference between Release and Debug.
When I give out my program where should I get my program from? I think Release makes the most sense since I am "Releasing" it. But also Release's .exe is less size then Debug... So I don't know!
View ArticleDetecting Excel version
My application allows data to be exported to Excel. I wrote it on a computer with Excel 2007 so it exported files as *.xlsx by default; now I'm opening it on a computer with Excel 2003 and of course...
View ArticleVS 2010 Saving/Opening array issues
Here is my goal in order of how I want the program to operate: 1. The user chooses one of 4 tabs 2. Within of these 4 tabs the user will enter data in 22 locations. Along with a monthly calendar who...
View ArticleNeed Some Array Help
I dont know if anyone can really help me with this but I'm kind of stuck in a bind. I need to create a program that loads a text file filled with numbers and creates an array out of it and then lists...
View ArticleVS 2012 implicit conversion from integer to string
Reviewing some code that says Code: TextBox14.Text = GetSettingInt("TMaxUPSpeed") Being new to programming, can someone explain to me in the most basic format what exactly this means, what does...
View ArticleVS 2008 rdp auto connect with username and password ?
Hi, i have been searching all night and looked at loads of examples ect but can not find what i need. Basically I have several RDP connections that i work from. I need to test the connections every now...
View Articleneed help wih radiobuttons
I am creating a program, how would it be possible to make the program show a certain video when i click on a certain radiobutton. for example i have 1 button, 1 radiobutton, 3 pictures, 1 picturebox...
View ArticleVS 2010 How come this doesn't work...?
Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If RadioButton1.Checked AndAlso RadioButton13.Checked AndAlso...
View ArticleformLocation
I've been using a set of code to make a form appear directly underneath a button. I know I'm either using the wrong one, or one that would be easier for what I'm trying to do. I currently have two sets...
View ArticleVS 2010 Not really sure how to do this...
This code will take the selected item and put the string of the item into an inputbox and then you can edit the item inside of the inputbox. However, if you delete everything in the edit inputbox then...
View ArticleFor Loop Debug
I was making an invalid character removal module for my program, and here is the function that I used: Code: Function fix_extensions(file_extension As String) 'Fixes file extensions Dim...
View ArticleVS 2010 Merging .TXT files
Hey Guys, I have been racking the brains trying to think of the best way to programmatically do this, i'm trying to merge 2 .txt files into 1, but the problem is the way i do it a typical file looks...
View Article