VS 2010 Multi Item Property
Hi there Id like to know you create a property Group for forms and user controls. just like you would get for size, margin, padding etc my aim (for now at least) is to be able have a borders property...
View ArticleVS 2012 Automate Command Prompt Window (CMD) and doing many commands at a time
So I'm using this http://www.vbforums.com/showthread.p...tion-2003-2005 but I want to be able to issue a lot of commands not just a single command also I want them to be done automatically I need to do...
View ArticleVS 2010 Display a messagebox aftter all process end
Hi, Can someone help, after all process finish, it should show the message box and it's not... Code: Public Class InstallPrograms   Dim pCount As Integer   Dim p() As Process   Sub...
View ArticleVS 2010 [RESOLVED] xmldocument help reading data from xml
I can't seem to loop through my xml results. Here is what I have so far. I did testing by replacing the namespace (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleDatabase text field. Allow Zero Length Yes/No
In jet databases. Text columns have an option "Allow Zero Length" which can be set Yes or No. Has the behaviour changed? In my vb6 application If "Allow Zero Length=No" then an empty string is allowed...
View ArticleEither suppress sound or suppress the enter key press?
I'm still relatively new to programming so bear with me. I'm writing a logic/probability game solver application and I'm nearly done; I'm just working on the ease of use, the interface, etc... On the...
View ArticleVS 2012 Removing a Specific Item from Array
Hey everyone..I could really use some help with removing a specific item from an array. Here is what I have so far.. Right now I have two arrays. The first array holds a list of domain names that will...
View ArticleConvert Create User into VB.NET 2010 / 2012
I am currently using the following script to create user accounts, however I would like to embed this directly within my VB.NET application. Does anyone know how to convert this VBS to VB.NET? (2010 or...
View ArticleRemove DGV ros via Quary
I am using a quary to search and show results in a databound DGV on the fly Like so (THIS WORKS FINE) Code:       Try         Me.FilesTableAdapter.NewProfile(Me.FilesDataSet.Files,...
View ArticleVS 2012 Web scrapping
I figured I'd ask this question in a different way. Perhaps someone could point me in the right direction. How would I go about webscrapping a website? If the user enters in a value in a user form...
View ArticleVS 2010 Is it possible to control a Canon or Nikon using vb.net?
Both Nikon and Canon offer SDKs to communicate with their cameras. I do not have any experience working with SDKs and am writing to first see if it is possible to use VB.net. If so, is it straight...
View ArticleVS 2010 [RESOLVED] Sorting a multidimensional array
I am hoping someone can point me in the right direction. I am trying to sort cities by population. The cities are stored in a multidimensional array from a file: Example (using only 3 of the thousands...
View ArticleHow would I do this?
I want to make it so that if the a radio button is checked then the text related to that button is BOLD and if it isn't selected than it isnt bold. How would I do this?
View ArticleVS 2010 Trying to pull numbers out of a listbox item and convert to a string
The problem I'm having is a bit more complicated than the title of the thread, but I wasn't sure how else to word it. Anyway, here goes... Here's what I'm attempting to do: Add a string to a listbox...
View ArticleColor Selection Design Question
This is a VERY open ended question. For a certain project there will be a variety of situations where the user will need to be able to set a series of one or more thresholds. When a value gets above...
View ArticleVS 2012 Attach Entire Folder Contents to Email?
Hey guys. I simply need to attach an entire folder to email. Is this possible using vb.net, or do you have to specify files? I have searched Google and can only find results related to VBA which don't...
View ArticleLogin to system from service?
I have a windows service and want to automatically log a user into windows from it - I have seen this done with logmein etc... I have looked into GINA and CredentialProviders, but haven't really found...
View ArticleVS 2010 Need some help with a project
Hey guys, I need help doing a project, and I can't seem to get this one right. I was wondering if someone could guide me through the steps so I can complete it? The form looks like this: And needs to...
View ArticleStoring data betwen runtimes
Hi, I'm looking to create a quiz program that will need to import data files and create a quiz. Its a simple project which will have users take a timed test of 20ish questions with 4 multi-choice...
View ArticleVS 2012 Need help trying to figure out how to write the code
I hope I'm explaining this correctly. Is there a way to immediately update a user form as the user answer's the form. i.e. Lets say the user form has two text boxes, four radio buttons (marked with...
View Article