Write ive written a product key viewer i Have 64bit i can view my product key if i debug it in 64bit
however if i debug it in 32bit other programs such as office display but my product key wont display then
i need to know how to get them working together or how to make x64 n x86 versions? any ideas
But the only thing is its complied in a webbrowser ive made too soo if i debug it x64 then flash wont play but product key displays and if i debug it in x86 then office will display product key wont display and flash works on the browser?
Right now i have a form in the VB where there are 2 combobox in it. user can choose from a range of products that comes together with some description and these are to be stored in a database table.. when i retrieve these data from another form in VB, i'm only able to retrieve the first product and it repeat e same product in my second textbox.
I have 2 datagrids. One to show Product information and another for Product purchase details entry. Both share the same dataset. The dataset (ds) is filled up with columns from 2 table
The problem is that: Showing from dataset or entering new records into the dataset is no problem, but am not able to save the modified dataset into DataBase. SqlCommandBuilder failed to generate the corresponding INSERT, UPDATE command as the dataset has multiple base tables.
I am looking for a free utility or way to protect my software by requiring a Product ID (Which will be created when a customer requests a paid license) to use the application after a demo version. Like most shareware apps.
I have a listview with items. I have a sorting class to do it. However when something is changeing my Listview control.
There are 3 colums. All items for each column exists in an struct with 3 items, one for each column. I have checked that I have all data in the array. But when I loop trough array of items and add then to the Listview, then many items in column 2 and 3 is not showing up.... This happens only after I have used the sorting class.[code...]
I've developed a product, I now want to protect it from reverse engineering and decompilation, can anyone share some info about this..?I'm looking for the BEST product out there, for doing this, I want to make it a pain to decompile or reverse engineer my product =)Does anyone know of any? or any other products that do other things that can help protect it, for example, I once found a program which converts ALL your .NET exe, into a C++ exe file, so it's not .NET code anymore, fully machine code or something like that (can't find it anymore though).
I thought posting here would be a good idea, since, a lot of you are very experienced with developing products, and perhaps some of you have used obfuscator's to protect them.
I have built a deployment program (vS 2008 Standard Edition) and tried to set the Properties column to a product name and company. I have also tried leaving these blank. I'm really trying to configure my setup.exe so that it installs by default in Program FilesMyFolderName without adding a subdirectory to the path. Is there somewhere I can specify exactly the default path for my setup without it adding a subdirectory? What do I edit?
I have a datagridview that's taking a while to load because my table contains almost 5000 records. How can I provide an easy way for clients to filter the grid based on a product name. I was thinking of having labels with each alphabet on my form and when they click a label it filters the bindingsource according to the chosen alphabet. this seems like an awkward solution though.
I am trying to make a form that you can enter a serial (to validate the product) this is my code :
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged Dim T1 As String = TextBox1.Text Dim T2 As String = TextBox2.Text Dim T3 As String = TextBox3.Text
[CODE]...
The problem is when i first open my application and i enter my code it goes red, but when i re-enter the code in textbox 1 it works fine, how can i make it work without re-typing?
I have a vb.net form to add, modify or delete the product list..i have a datagridview in which i m loading data from sql server datatable...now i have a text box which accepts code for the product..i want that when i press a key, all data starting with that key should be highlighted in datagridview.....
eg i have product codes A001 A002 A003 C001 D001,, etc..
Now i press A in text box...in datagridview all data with A should be highlighted
I have a product table on datagridview and I would like to add checkbox to each product so that I can mass delete them instead of deleting them one by one.
The GUI below shows the same product I inputted. If I inputted the same product and a new Quantity inputted, it will add to the current Quantity inputted. Same goes to the Total Amount will change.
I am a DCOM/Standalone Client-Server programmer who is now moving to eCommerce. I am building my first complete website for my wifes company and I have a design question for you gurus out there.
I looked at alternatives for shopping cart/product display and none of them meet my needs (e.g. ProStores). I wish to know which type of database you would use to have Many Products - Multiple Images per Product - possibly Multiple Vendors per product. I have begun a RDB using access as a prototype and I feel there was no faster method than inserting every product manually. Is there an alternative? And would you use a frame to display this data?
Would you store the images to the DB or a file reference on the host. I have begun with a file reference and truncated the path to only relate to where the file will reside on the host.
i have a inventory software in visual basic and sql server. there i have product info, product receive and product sales option. there i need to add a new feature in product. every pcs of product will have barcode which will be generated by my software at the time of receiving the product. and at the time of selling the product, the user will only scan the barcode by the device.
I have recently completed a project using VB.NET 2008 express edition. Now I have to create a Product Key Generator for which I have no clue how that works. I wanna do it in such a way that the product can't run without the valid key and the key can only be used for one copy of the product. Also if possible how do we generate a Unique Product ID?
I have a product database....in which I have productid,prodname,inventoryvalue,reordervalueI have to design a email system that as soon as the product reaches the reorder level it shud generate an email....but the condition is there will be many products in the database....and on one button click it should send only one email but with all product names those reached the reorder level.... tried the below thing but completely a waste...
Private Sub btnEmail_Click(sender As System.Object, e As System.EventArgs) Handles btnEmail.Click 'Open Connection
I need to get the product of the 2 columns in the same row but my problem is the values of my datagridview come from database and the number for rows is not fixed.
I am wondering how to make a product key as a license key for my VB.Net windows form application? Because at the end of the day, i would have to package it as a exe file and i would like to include in a license key for the user.
And also may i know how to package the whole project as a exe file such that after the user excute the installer, everything will run. like how you install windows xp like that.
I am a PC repair and networking technician in Bellingham, WA. I have been given a task regarding CD/Product keys and developing a small stand alone program that will scan and pull customer's product keys prior to reloading their OS.