What's the best solution for overlapping multiple working areas?
Hello, I need a solution for overlapping working areas. I have a menu strip with many options and when I click on a certain menu then I will have the corresponding options in one certain area of the...
View Article[VB6] - the variable can be changed inside of a sub?
heres 1 code: Code: Public Property Get Opacy() As Long   Opacy = lngOpacy End Property Public Property Let Opacy(ByVal vNewValue As Long)   lngOpacy = vNewValue.     PropertyChanged "Opacy"...
View ArticleVS 2010 32bit > 64bit??
Hey forumz, I have an application I've built on an XP system that is not working for Windows 7 systems. When it comes to multiple operating system functionality, IM A NOOB, for now... maybe you can...
View ArticleVS 2010 Help Needed!
i am trying to create a form that lets me add new entries into a database. "reference to a non-shared member requires an object reference" is the error that occurs at karateDataSet.Tables("Payments")...
View ArticleMySQL User + Pass
Well, I knew how to do this before, but I totally forgot over the months. I'm trying to connect to my database using a username and password. Here's the code for just a password: Code: Dim SQLQuery =...
View ArticleProgramming Hot Keys?
I have a VB.Net Desktop application and I need to be able to hit a <CTRL> Key combination that will startup the application. Doesn't matter what application is already running, I just want to be...
View ArticleOpenssl - certifiacate and paypal.
Anyone got this working?It took me a day to find a proper openssl above version 0.9 and had to install with pearl and then do some chemistry to get it to work. Paypal does provide sh#ty info on the...
View ArticleAdodb converting to Sqlite issue
I'm moving my database from access to sqlite - however i'm having issues with converting the following: Code: Â Â Â Â Â Â Â Dim connectStr = (Strings.DBConnectstrings) Â Â Â Â Dim strm As New...
View ArticleHow to insert data from DatagridView to MS Access Database
Hello my friends, I made some application which fill an DatagridView with some data and I need the easiest way to make an ms access file and import all data from DatagridView in it.After that I will...
View ArticleVS 2010 Simple Cash Register
I am doing a simple cash register program. I need to have a input box pop up and allow me to input costs and it needs to display them subtotal , tax and total output. The loop ends when I hit cancel...
View ArticleUsing structure to write to file?
Hi,this should be an easy question about this inventory program. I am using a structure to write to a text file by date. Now there are two text boxes, a upc text box and a quantity text box. The user...
View ArticleVS 2010 Update requires avalid update command when passed data row as...
I am getting an error mentioned in title when i modify all ready saved values and when i press save button the error occurs in this code Code: Private Sub Button1_Click_1(ByVal sender As System.Object,...
View ArticleVS 2008 Adding resources dynamically (CodeDom)
Hi all , I've been wondering how I can add custom ressources to my codedom builder. I have some data to store in but I'd like to avoid to add the default format which is : .resource Is there a way to...
View ArticleDatabases
I am a beginner and trying to add a database to my project. I've been following afew guides that approach it in slightly different ways. However, each attempt fails to save tables. (Example Guide) For...
View Articlepassing a Label value from webform(.aspx) page to a vb6 form Label?
Hello Folks, How are you All? I'm trying to passing a label value from webForm to vb6? When label shows up in Web i need this label error to show up in vb6 Label and alert me, I'm using code below but...
View ArticleCheck for file compression
How do you check if a file is compressed? I want to check if every file received is compressed sothat if it is compressed I can pass it to a code that would decompress it. I understand file compression...
View ArticleProblem Manipulating Strings
Hello all. I am trying to to get a label to display a reformatted name, but no matter what I put in the text box it always reads "Name New." Those exact words. What am I doing wrong? Public Class Form1...
View ArticleCrystal XI Group Summary in Report footer
How can I place a summary of each group in the report footer section? I can place a summary in the group footer section and it works fine however when I move it to the Report footer then the summary...
View ArticleSerial registration issue
I have a keygen and I use the keygen to generate a license file so when users reload the main application it loads directly to main content. The issue I have is when I test it on my local machine it...
View ArticleVS 2010 How can I notify one form of another forms closing?
I have a DataGridView that's bound to a database on my main form, and many other forms that open up to manipulate database values. How can I notify the main form when another form closes so that I can...
View Article