Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: ENTER key Pin
Judah Gabriel Himango8-Jun-05 7:20
sponsorJudah Gabriel Himango8-Jun-05 7:20 
GeneralFlicker Pin
Umair Ahmad khan7-Jun-05 3:11
Umair Ahmad khan7-Jun-05 3:11 
GeneralRe: Flicker Pin
Ian Darling7-Jun-05 4:12
Ian Darling7-Jun-05 4:12 
GeneralRe: Flicker Pin
Judah Gabriel Himango7-Jun-05 4:38
sponsorJudah Gabriel Himango7-Jun-05 4:38 
GeneralRe: Flicker Pin
Mike Kitchen8-Jun-05 2:54
Mike Kitchen8-Jun-05 2:54 
GeneralRe: Flicker Pin
Judah Gabriel Himango8-Jun-05 7:17
sponsorJudah Gabriel Himango8-Jun-05 7:17 
GeneralCreating Order IDs Pin
hasanali007-Jun-05 2:40
hasanali007-Jun-05 2:40 
GeneralRe: Creating Order IDs Pin
Rizwan Bashir7-Jun-05 3:10
Rizwan Bashir7-Jun-05 3:10 
well Hasan
as far the auto creation is concerned as you said you have identity or unique GUID. in other case you need to do some custom logic to build the orderID. like use triggers in SQL and customize the number according to your need. or if you need some thing unique without connecting to database the do this

for e.g Use Machine name as a key to make it different from other computers. then date and time to make the orderID like this

variableName = datetime.now + System.Environment.MachineName

if customer is registered then you can also use customerID to make it more convinient


over to you....
GeneralRe: Creating Order IDs Pin
hasanali007-Jun-05 3:48
hasanali007-Jun-05 3:48 
QuestionHow to hide Application When openning ? Pin
pubududilena7-Jun-05 2:00
pubududilena7-Jun-05 2:00 
AnswerRe: How to hide Application When openning ? Pin
eggie57-Jun-05 2:13
eggie57-Jun-05 2:13 
AnswerRe: How to hide Application When openning ? Pin
G.Ringbom7-Jun-05 2:21
G.Ringbom7-Jun-05 2:21 
AnswerRe: How to hide Application When openning ? Pin
Rizwan Bashir7-Jun-05 3:01
Rizwan Bashir7-Jun-05 3:01 
AnswerRe: How to hide Application When openning ? Pin
Dave Kreskowiak7-Jun-05 4:48
mveDave Kreskowiak7-Jun-05 4:48 
AnswerRe: How to hide Application When openning ? Pin
Alex Korchemniy7-Jun-05 14:13
Alex Korchemniy7-Jun-05 14:13 
GeneralFont prolem!!! Pin
Khoa Bui7-Jun-05 1:26
Khoa Bui7-Jun-05 1:26 
GeneralRe: Font prolem!!! Pin
G.Ringbom7-Jun-05 2:18
G.Ringbom7-Jun-05 2:18 
GeneralRe: Font prolem!!! Pin
Dave Kreskowiak7-Jun-05 4:43
mveDave Kreskowiak7-Jun-05 4:43 
GeneralWindows service Pin
Anonymous7-Jun-05 0:14
Anonymous7-Jun-05 0:14 
GeneralRe: Windows service Pin
Zishan Haider7-Jun-05 1:27
Zishan Haider7-Jun-05 1:27 
GeneralRe: Windows service Pin
Anonymous7-Jun-05 1:52
Anonymous7-Jun-05 1:52 
GeneralRe: Windows service Pin
G.Ringbom7-Jun-05 2:13
G.Ringbom7-Jun-05 2:13 
GeneralRe: Windows service Pin
Anonymous7-Jun-05 23:06
Anonymous7-Jun-05 23:06 
GeneralRe: Windows service Pin
G.Ringbom7-Jun-05 23:10
G.Ringbom7-Jun-05 23:10 
GeneralRe: Windows service Pin
Zishan Haider8-Jun-05 4:22
Zishan Haider8-Jun-05 4:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.