how to make unlimited id(1rimjim,2rimjim,3rimjim....etc)
login grp chat pogram for jabber?
Answer / Manoj Kumar Paswan
In Visual Basic, you can create unlimited IDs by using a loop that increments a counter and concatenates the counter with a fixed prefix (e.g., 'rimjim'). Here is an example of how to do it:
```vbnet
Dim id As String = "rimjim"
For i As Integer = 1 To MaxID
id = id & i.ToString()
Next
```
Replace `MaxID` with the maximum number of IDs you want to generate.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the Property used to count number of items in a combobox?
How do I implement an accelerator key for a text box?
What is the purpose of the ClipControls property on a form or container?
Scope of API's can be of types, what are they?
What are constructors and destructors?
When/Why should I use Option Explicit?
What are the new events in textbox that has been included in VB6.0
What is DBFailError?
What are the new events in textbox that has been included in VB ?
What is the diff between the Create Object and Get object?
Is Visual Basic case sensitive in general?
How do I make a text box not beep but do something else when I hit the Enter key?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)