VS 2010 Date Saving Error
Hi there, I am saving a record using olddb in sql server, on saving it gives an error, actually its a date format error. Please have a look on images. This is my SQL Table This is my Vb.net maskedit...
View Articleout of Memory Error
I have a pretty single code and my if then function is causing an out of memory error Sub Macro16() ' ' Macro16 Macro ' Dim ProjName As String For x = 1 To 51 Sheets("sheet10").Activate If cells.Value...
View ArticleVS 2012 Version terminology
I have developed some software that I would like to release to the public. What is the official terminology of a first release? I am releasing this version for people to try the software and to ask for...
View ArticleHelp: Crystal Report Viewer and .net
Hello all, I started another thread in the reporting section regarding Crystal Reports and Blobs however I'm starting to think my issue is not with Crystal but more so with the report viewer because in...
View ArticleVS 2010 [RESOLVED] Webbrowser getting Script Error
How can I catch an error that my webbrowser keeps getting, and then force a click on the dialog that comes up? Attached Images Â
View ArticleVS 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 BindingSource Filter and row position
If I place a filter on my binding source as in: Code: ProjectsBindingSource.Filter = String.Format("BidID={0}", BidID) Given that the BidID Column is set to no duplicates, so it is unique. I'm saying...
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 Article