Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI and GDIplus Pin
PJ Arends17-Jan-05 8:41
professionalPJ Arends17-Jan-05 8:41 
GeneralImage preview file class Pin
Anonymous17-Jan-05 1:33
Anonymous17-Jan-05 1:33 
GeneralLogoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 1:31
vikas vaish17-Jan-05 1:31 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 5:04
Martin Koorts17-Jan-05 5:04 
GeneralRe: Logoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 21:21
vikas vaish17-Jan-05 21:21 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 22:30
Martin Koorts17-Jan-05 22:30 
Generaldatabase and recordbinding Pin
Anonymous17-Jan-05 0:50
Anonymous17-Jan-05 0:50 
GeneralUnique key generation on a network Pin
Giles17-Jan-05 0:39
Giles17-Jan-05 0:39 
Looking for a way to generate unique keys on clients in a network. Currently its done via a request to a server which assigns the keys, but want to move to a system where the client assigns them, to take a load of the server, and to allow for a redesign.

Its a controled network. Looked at GUID's but I'm not satified with the size of the key, and the potential time in creating something so bulky.

Anyone had a similar problem. Thought about a hybrid where a client can request a group of keys in advance as well.

Any ideas welcome.

The reason is that the request latency can be reduced in half by using a client generated key, which is useful, as instead of doing 2 things in sequence, they can then be done in paralel. The first server request does need the key (but does assign the key), and the second needs the key, but lives on a number of different servers. Server aggregation is not an option.
GeneralRe: Unique key generation on a network Pin
Martin Koorts17-Jan-05 1:38
Martin Koorts17-Jan-05 1:38 
GeneralRe: Unique key generation on a network Pin
Giles17-Jan-05 2:24
Giles17-Jan-05 2:24 
GeneralRe: Unique key generation on a network Pin
Martin Koorts17-Jan-05 2:56
Martin Koorts17-Jan-05 2:56 
Generalmodify the height of header of a list control Pin
Member 166038517-Jan-05 0:35
Member 166038517-Jan-05 0:35 
GeneralRe: modify the height of header of a list control Pin
Martin Koorts17-Jan-05 1:55
Martin Koorts17-Jan-05 1:55 
Questionhow to convert BYTE to String Pin
doneirik17-Jan-05 0:18
doneirik17-Jan-05 0:18 
AnswerRe: how to convert BYTE to String Pin
Mahendra_78617-Jan-05 0:38
Mahendra_78617-Jan-05 0:38 
AnswerRe: how to convert BYTE to String Pin
doneirik17-Jan-05 2:24
doneirik17-Jan-05 2:24 
GeneralSave part of Bitmap in File / Crop Pin
guf-cryptkeeper17-Jan-05 0:15
guf-cryptkeeper17-Jan-05 0:15 
GeneralRe: Save part of Bitmap in File / Crop Pin
guf-cryptkeeper17-Jan-05 23:04
guf-cryptkeeper17-Jan-05 23:04 
Generalclient-server Pin
Alka7516-Jan-05 22:29
Alka7516-Jan-05 22:29 
QuestionHow to use TRACE() in Win32 Applications Pin
LiYS16-Jan-05 22:29
LiYS16-Jan-05 22:29 
AnswerRe: How to use TRACE() in Win32 Applications Pin
Roger Allen16-Jan-05 23:20
Roger Allen16-Jan-05 23:20 
AnswerRe: How to use TRACE() in Win32 Applications Pin
Martin Koorts17-Jan-05 1:06
Martin Koorts17-Jan-05 1:06 
AnswerRe: How to use TRACE() in Win32 Applications Pin
David Crow17-Jan-05 3:55
David Crow17-Jan-05 3:55 
GeneralConvert Count in Milliseconds to Date and Time format(dd:mm:yy hours:min:sec:milliseconds) Pin
sam_software16-Jan-05 22:11
sam_software16-Jan-05 22:11 
GeneralRe: Convert Count in Milliseconds to Date and Time format(dd:mm:yy hours:min:sec:milliseconds) Pin
Martin Koorts16-Jan-05 23:22
Martin Koorts16-Jan-05 23: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.