So I\'m creating a Activation class for a VB6 project and I\'ve run into a brain fart. I\'ve designed how I want to generate the Serial Number for this particular product in a following way.
I have a VB6 project(windows application) and I have to redevelop a module in the existing VB6 project in C#.net.
I am working on a VB6 application. I need to get the regional settings options like Location information
I have been tasked with converting an old VB6 program to to C#. One function I have been having trouble porting over is the calculatio开发者_运维技巧n of a birthdate from a filed that was read from a
If I have a collection of forms (myForms) and I want to switch the position of two forms in the collection (say items 3 and 4 for example), I would expect that the following code would work:
In VB6, I have the following line of code in the Form_Load event: DOSOMETHING() MsgBox \"Done\" DOSOMETHING() is a buggy function that I expect to always crash. When I run the app, it will do its t
I am thinking about migrating a VB6 (winform) application to the Web in ASP .NET (C#). In the current VB6 program the screens structure works like this:
I have a VB6 application that still references some old VB5 libraries (dll, vbr, tlb, and ocx). We\'re having some strange issues like it can\'t read the registry using advapi32.dll. I\'ve trie开发者_
I am using the CheckTokenMembership Windows API to check if the user is an Administrator. Here\'s the code:
I Have recordset rc1 that reads values from txt file. The fields are rtn, amt, name. Now I get the data from table t_rec and assigned it to another recordset rc2. andcompare with the recordset rc1.