Automatically Serial Number Generation In Ms Access
Jun 21, 2010Like below quotes for serial no. for VB.net, do you have codes for ms access? [code]
View 1 RepliesLike below quotes for serial no. for VB.net, do you have codes for ms access? [code]
View 1 RepliesWith this code i check the serial serialnumber of a usb stick.
[code]...
It is not perfect because the programma crash when there is no usb in de PC.But how do i search fot the sctick if it has a name , for example PPH ? And not G: , because it is everytime a different station.
I have a windows form having combobox and textbox controls.. I have to generate a part number, consisting of combobox and textbox values included.. I can explain in detail.. This is the code i have used to define a variable "type"..
[Code]...
I want to create an array V0(9) using random number generation. For example I generated V0(9) = {1,2,3,4,5,6,7,8,9,1} I want to use 12345 + 67891. How can I separate to use two parts of the array.
My
Public Class Form1
Dim i As Integer
Dim V0(9) As Double
[Code].....
If I have say 5 numbers: 1, 29, 53, 95, 103 What would be the VB.net code for randomly selecting a number of those 5.
i.e) The random number has to be 1, 29, 53, 95, or 103 and has to be randomly generated.
I've tried using the Int(Rnd() * 104), but I do not know how to make it choose only these 5 numbers!
I need to automate the installation of some Antivirus applications. I can easily do it by utilizing the Process Class, but I also needed to know if there was a way to automatically input the serial key.
I thought I remember someone mentioning a property or something that could be used for that, but I can't remember what it was or who said it.
Send hdd serial number (not volume number)code in vb.net 2008.
View 3 RepliesI want to generate a serial number in this format: INDDMMYY000001, INDDMMYY000002, INDDMMYY000003, ... I can generate INDDMMYY using following code: lblNoSiri.Text = "IN" + Date.Now.ToString("ddMMyy") However, I don't know how to generate the last six digit number. I only can generate number without zero in front of it. How to create the number with fix number of digit?
View 4 RepliesWe have a weigh bridge connected to PC via serial port.A VB code fetches the data from serial port and puts it in clipboard,which can be used by other applications like SAP.
We have several different makes of weigh bridge at different locations, each with separate settings(baud rate,data bit,parity), hence we need to change the VB code each time a new make weigh bridge is installed.
can we write a generic VB code which can automatically detect all these settings and capture the weight?
i need to write a program to get the monitor's serial number i can get the model number for the life of me i cant seem to get the serial?
Private Function monitorName() As String
On Error GoTo Error_Handler
Dim objWMIService As Object
[Code]....
how do i get the cd manufacture serial number of each cd with vb code?
View 2 RepliesI'm using this code to generate machine signature. But it's take noticeable time to execute.
Public Shared Function DriveSN(ByVal DriveLetter As String) As String
Dim disk As ManagementObject = New ManagementObject(String.Format("Win32_Logicaldisk='{0}'", DriveLetter))
[Code].....
how to get USB serial number(Hardware ID) using VB.net?
View 1 RepliesDim Q As New SelectQuery("Win32_BaseBoard")
Dim SearchString As New ManagementObjectSearcher(Q)
Dim Info As ManagementObject
For Each Info In SearchString.Get()
TextBox1.Text += Info("SerialNumber").ToString()
Next
Its not working. I cant get my motherboard serial. Why?
what i want is to get the serial number of my cpu.i have used the code you give at your website,that refers at the function GetProcessorId, at 3 different pc's,where all these pc's were using cpu's of the company INTEL.so my problem is that i took the same ID from the 3 pc's i used. is there any way that will make me able to get a real serial number from a cpu,that this serial number is unique?i am using visual studio 2008.do you have something to suggest?
View 3 RepliesI am making my first application which involves WMI.. Using the documentation provided by MSDN and the Forums I have managed to get data related to the Win32 Class (Computer Name, Physical Memory, IP Address, etc..) Now I would like to get the Serial number of the monitor. I believe I have to use the WmiMonitorID Class. However, I do not know the Syntax to access the property of the same. I had used the code below for the win32 class. How do I modify it for the WmiMonitorID Class?
Public Function OpSys() As String()
Dim Str(4) As String
' ManagementObjectSearcher retrieves a collection of WMI objects based on[code]........
What is missing is a way that when I give a print click on the quantity of copies informed skirt with sequential numbers without repetitionex.: 10001, 10002, 10003
View 2 RepliesThe PC has VB program.The VB (running over XP operation system) communicates through USB to RS232 and communicates with electronic board.I found out the when the XP allocate port number more then (estimation) 16, the VB program have problem to communicate with the board.(The problem disappears when the XP allocate port number less then 16).Is VB can handle port number that have high number (like com 45 etc')? and how...Can I force the XP to automatic allocate port number less then specific value?
View 4 RepliesI'm doing a parking system. but my problem is how can I automatically detect the car plate number when i picture the plate number of the car?
View 6 RepliesOS: windows 7 64-bit /Programming Language: Visual Basic.net on Visual Studio 2010 express edition.I have dataset with 4 tables each one of them is a datasource to a datagridview I want to add a serial number column to the datagridview so I made this
DataGridView1.Columns.Add("serial", "SER.")
For x As Integer = 0 To (ds.Tables("workers").Rows.Count - 1)
DataGridView1("serial", x).Value = (x + 1)
Next
It was working fine untill I added a relationship to the dataset the relationships codes were
Dim relation_WC As New DataRelation("relation_WC", ds.Tables("workers").Columns("id"), ds.Tables("cources_jun").Columns("workerid"))
Dim relation_WV As New DataRelation("relation_WV", ds.Tables("workers").Columns("id"), ds.Tables("vacations_jun").Columns("workerid"))
[code]....
I breaked point the debuging and I found that the serial number column I added is fine and has it's values, but when I reach the line relations.add(the_relation) the serial number column loses it's values and turn into an empty column with no
numbers in it....why this is happening?
Note: I added another relations but the only relations that clear the serial number column are the relations that has a datatable that is a datasource to the datagridview that has the serial number column.
I have devices with unique serial number (string incremetation) ex : AS1002 and AS1003. I need to figure out an algorithm to produce a unique activation key for each serial number. What would be the best approach for this ?
View 5 RepliesHow can I retrieve HDD Firmware Serial number in .net? I am able to retrieve HDD Serial number using WMI calls but not able to find any way to retrieve HDD Firmware Serial number.
View 3 Repliesi am making a program in visual basic 2008 and when the program first starts up on acomputer/device i want it to come up with a screen that asks for a serial key. i also only want the serial key (that i give to the person i am giving the program to) to be accepted once.eg. if he copies the program and gives it to another person who takes it home, they have to enter a new one (that i would have to give them). if they enter the same key as person 1, i want to deny access.
View 4 RepliesI would like to create a serial number for the software I created. I need a sample link.
View 7 RepliesI am using the following code to get the Motherboard serial:[code]But when i run the app, i get this error:A first chance exception of type 'System.NullReferenceException' occurred in Appname.exe..Object reference not set to instance of an object.
View 2 RepliesI would like to get the hard drive serial number.... to make a security feature for some software so it will only run on that hard drive... [URL]
View 13 RepliesDim SerieDisco as String Dim SerDis As New FileSystemObject Public Const LDisk= "C" SerieDisco = SerDis.Drives(LDisk).SerialNumber In VB6 I did use this code and get the serial number of Driver C: But now I am traslating the application to VB 2008 and I don't know how i do it? The methot in VB 6 function with hard Drive, CD and memory card (usb)
View 9 RepliesHow do I get the hard disk physical serial number like in that example: http:[url]...
View 5 Repliesi want 2 know that ,is there anyway to get hard disk serial number(Hard Disk , not Hard Drives) without using WMI.
View 7 RepliesI am trying to release my program now and I have a quick (hopefully quick) question concerning serial numbers. I want to be able to store the trial serial number so if the user uninstalls and reinstalls they won't get another evaluation period free of charge. My concern is that some crafty person will simply move the database files in and out of those installs and keep going indefinately. Although I have some protections built into the database itself in case the program runs out, I just want one extra layer of protection. Is there a way to store the serial number in the registry when entered and check for that entry whenever the program is installed using Windows Installer 3.1?
View 2 Replies