VS 2012 sha256, username, salt, password
i have a web site that registers a account using this info. I'd like the make my program in vb.net also make it the same way but i cant seem to do it. $salt =...
View ArticleVS 2012 [RESOLVED] Why is VB so hard to comprehend?!?!
Ok so I've been reading tons of information online about VB.net and I have a book (WROX - Beginning Visual Basic 2012) that I've been reading through and doing the exercises and trying repeatedly to...
View ArticleVS 2008 closing my application out
I have three different forms, the main one, and two that are called from it. Each one has the opportunity to have a few different programs open such as notepad or excel, so here is what I did. In each...
View ArticleVS 2010 Constructors and exceptions
Hi Folks I am struggling along with my first few classes and some custom exceptions. If I have the following: vb Code: Dim currentDuts As New Dictionary(Of Integer, DeviceUnderTest)Dim newDutKey As...
View Article[RESOLVED] Double a character?
I have a program that takes a user generated file path, and inserts that filepath into a MySQL table. However, since it's MySql I need to triple the \'s if they are using Windows. See below example:...
View ArticleVS 2008 Question about getting the HTML document of a popup window
I have an application that will navigate websites for users. One particular website's link will open a popup IE window. How can I go about getting the HTML document of the new IE window?
View ArticleOpening/refreshing/saving/closing excel in VB.net Script
I have a project where I am trying to automate the stamping process of our product nameplates. The nameplates are stamped with a MarkMaster Peen Stamp machine. The peen stamp machine is controlled with...
View ArticleWhat is the event for
I have ToolStrip control with the property AllowItemReorder is enabled which allows the items to be reordered when the ALT key is pressed, i want to save the ToolStrip when this happens but i don't...
View ArticleVS 2010 Run Command Prompt and Execute Command
Ok, I want to run the command prompt from a click of a button. I have used the shell command but it returns an error. I want to run the cmd.exe and execute a command like "jruby...
View ArticleVS 2012 Profanity filter
I have made an application and am wanting the users to be able to upload some objects created from this application. Is there such a thing as a "profanity filter" that can detect via code if certain...
View ArticleVS 2012 Click a HTML button
Hey Guys, i have a problem. I want to click a button on a website but i only have limited information about the button. All i have is: Code: <button onclick=";return true;" class=" yt-uix-button...
View ArticleIssue with Crystal Report and Visual Studio
I created three crystal reports (report1, report2, report3) in a Visual Studio 2012 VB solutions. I created a windows form with a report viewer and I can not select the report I want (report2) as the...
View ArticleVS 2010 Trouble Sending KeyStrokes to User Started Application
Hi It is preferrable to get a solution using VB.NET but C# is acceptable as I can always convert it ti VB.NET. I am creating a "custom toolbar"with pre-programmed keyboard key combinations for a...
View ArticleVS 2012 Data Source Configuration Wizard.
Ok so I'm trying to set up a database so that I can save records and than click an open button and list out the records. I'm walking through the wizard and I believe I have chosen the correct options...
View ArticleVS 2010 Combobox bound to an objectdatasource reverts to empty string on lost...
I have a combobox that is bound to a objectdatasource. The combobox is used as a lookup. My problem is everytime the combobox looses its focus it reverts to an empty string. The selection disappears...
View ArticleVS 2012 Running cmd.exe as admin failing?
This is my code trying to run cmd.exe with admin priviligies. However, I get the request operation requires elevation. if I run cmd.exe with "Run as Admin" through my windows, it works, however,...
View ArticleVS 2010 Can't find string in html code
I'm trying to check if a string exists in the html code but seems like the if statement cant find it, I also posted the html code to a text box (The line exists) but still can't figure this out! HTML...
View ArticleVS 2012 How should I save the data in my program?
Ok so I'm new to vb and I won't lie I'm stumbling left and right trying to figure this out. I have a program that I am working on that we will enter information into every time a phone call comes in. I...
View ArticleHelp with some code
I need some help with some code I found on freely distributed on the net. Unfortunatly I've lost the website to give credits so if anyone knows it please say and I'll give all credits. Anyway I'm new...
View ArticleVS 2012 display a number from a textbox
would it be possible to display a number thats that is in a text box that also has letters and symbols in it?
View Article