VS 2012 CLR Debbuger (F5) ignores some exceptions in Windows Form apps
Hello When run (F5 Debug) a Windows Form application I'm working with, there is some exceptions that are not cacthed by CLR debbuger. But the same code in a Console Application every exceptions are...
View ArticleVS 2010 Help please - Richtextbox1 colorchange
Hello, ive already made a thread for this but is really long and confusing so heres another. Im using this code: Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 [RESOLVED] ThreadPool Skipping Requests where there is too many?
Good Morning, I am getting a bit stuck by ThreadPool. On my IRC bot when it receives a message I want it to raise a new thread with the inbound message to process it. The way I have achieved this is:...
View ArticleVS 2010 [RESOLVED] property to prevent form from being moved or resized at...
Hi folks. There is a "Lock" property, but that only works during design. Can't find any other property in the Properties window that will work during run time. Googling hasn't yielded any results....
View ArticleVS 2010 how to make stopwatch count down
Hi folks. I have a stopwatch app that works great, but it counts up from 00:00:00(which is what I set the initial time to be). I can set the label to start at 00:45:00, but how can I make it count down...
View ArticleVS 2010 running plink with user input interaction from vb.net
Hi there, I am trying to run a .sh file with plink from vb.net. I am now able to run the .sh on vb.net but i have a problem because the .sh script require user input: The .sh is prompting a few...
View ArticleFile System on target machine
Trying to make a shortcut in the file system of a sln. However, when the shortcut is highlighted, the property box offers only a folder, application folder. Attachment 99567 Properties box shows:...
View ArticleVS 2010 Speed up received message converted to string
Hi all. I have my Async sockets working perfectly thanks to some help from some kind people here however I have now discovered that it misses some communications if they are quick. This is connecting...
View ArticleVS 2012 Search and execute program?
I just got into VB 2012 from 6 and I'm still getting used to the change... Anyway, I know how to have a program execute another, but so far it requires a path to the program. I was wondering of there...
View ArticleVS 2010 How to add a label into a listbox??? HELP
alright so what im trying to do is get a label inside a listbox to scroll up when i click my button on my form. The problem is that the label is ontop of the listbox and when i click the button the...
View ArticleVS 2010 Visual Basic .NET Decrypting File
Hello ! For a long time I am trying to decrypt one file format, I was researching and finnaly found some basic structure of it. I am quite new to binary files and don't know how to write a proper...
View ArticleSimple VB question, Searching all and displaying all
Ok, I am new to VB and coding in general. I am trying to complete my final project and I have run into a snag that I can't seem to get past. I am not asking for someone to write all this code as I want...
View ArticleVS 2010 What kind of handle does EnumWindows API returns?
Hi All, I am confused. I have tried to use the EnumWindows API to get the handles to the windows in my computer. When the code runs, I cannot find the handle of an opened window in the list of handles...
View Articlehaving a lockdown function that does not rely on the computer time
I am writing software for a friend and this will ultimately be something that they distribute to their distributors. Each distributor must pay a fee each month to use it. if they do not pay then the...
View ArticleChange a checkbox using VB.NET in an MS-Word document
Hello, We have a little app to test functionality before adding the code to our main app. The purpose of the functionality is when a user clicks a button on a VB.NET form, the app opens an MS-Word...
View ArticleQuestion regarding data transfer between multiple forms
This is on the first form of my program: Code: Public Class Decks Public MasterPrice as Double Public Sub RadioButton1_CheckedChanged(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 Webbrowser questions
I'm getting very frustrated and Google has not been kind to me. 1. I have my simple program open an external program called Tor which is a proxy browser. Really, this is just one line of code. Tor in...
View ArticleVS 2010 [RESOLVED] Open File Dialogue Cancel Button not returning expected...
I can't seem to figure out why this code is not returning a message when the cancel button is clicked. :confused::confused: I get "OpenFileDialog1" Code: Private Sub mnuOpen_Click(ByVal sender As...
View ArticleVS 2010 [RESOLVED] How would I do this?
How do I make my auto typer type out a listbox from top to bottom? Ok so I will have an empty list box... I will add items to the list box like this... Listbox1.Items.Add(textbox1.text).... after I add...
View ArticleUSB devicename
Hi, there are many examples of how to list the USB devices connected to a system and also code to say when a USB device has been connected and disconnected. I am trying to modify this code to display...
View Article