Click here to Skip to main content
15,914,350 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralNetwork Sniffer Code Pin
22-Oct-01 12:47
suss22-Oct-01 12:47 
GeneralYou want WinPcap (BSD license) Pin
22-Oct-01 13:56
suss22-Oct-01 13:56 
GeneralRe: Network Sniffer Code Pin
TomKat14-Mar-03 15:51
TomKat14-Mar-03 15:51 
GeneralSchedule Bar Control Pin
Roger Wright (new)22-Oct-01 12:36
Roger Wright (new)22-Oct-01 12:36 
GeneralRe: Schedule Bar Control Pin
Ravi Bhavnani23-Oct-01 5:01
professionalRavi Bhavnani23-Oct-01 5:01 
GeneralRe: Schedule Bar Control Pin
30-Oct-01 3:23
suss30-Oct-01 3:23 
GeneralMDB files and unicode Pin
Masud Alipour21-Oct-01 23:10
Masud Alipour21-Oct-01 23:10 
GeneralRe: MDB files and unicode Pin
Rassman1-Nov-01 22:56
Rassman1-Nov-01 22:56 
Unicode is used in MS apps now by default (at least I think thats true of all of them). So, provided your Windows language extentions are present displaying other languages in Word/Excell/Access is automatic, except in code. Different functions are used for Unicode in some situations,

for example

Chr( charcode ) char code is actually a 'long' rather than a 'byte' or 'short' as you might expect. But Chr will only work within the normal ASCII range.

ChrW function returns a String containing the Unicode character except on platforms where Unicode is not supported, in which case, the behavior is identical to the Chr function.

See StrConv functions for help with unicode within your code.

Also remember that if you have written a string to a field through your code, you will of needed to treat it as Unicode. As I said much of this is done for you, but you have to be aware of functions that do not handle Wide character formats.



We do it for the joy of seeing the users struggle.
GeneralTo Handle more than one base classes.. Pin
19-Oct-01 19:27
suss19-Oct-01 19:27 
GeneralRe: To Handle more than one base classes.. Pin
Michael P Butler20-Oct-01 11:21
Michael P Butler20-Oct-01 11:21 
GeneralRe: To Handle more than one base classes.. Pin
davemin20-Oct-01 23:07
davemin20-Oct-01 23:07 
GeneralPower Point Pin
Ancient Dragon19-Oct-01 13:23
Ancient Dragon19-Oct-01 13:23 
Generalwhere can i find the c/c++ souece code of notepad.exe.detail,please!thanks! Pin
qdash19-Oct-01 2:21
qdash19-Oct-01 2:21 
GeneralRe: where can i find the c/c++ souece code of notepad.exe.detail,please!thanks! Pin
Michael P Butler19-Oct-01 2:29
Michael P Butler19-Oct-01 2:29 
GeneralRe: where can i find the c/c++ souece code of notepad.exe.detail,please!thanks! Pin
Gennady Oster21-Oct-01 1:11
Gennady Oster21-Oct-01 1:11 
GeneralRe: where can i find the c/c++ souece code of notepad.exe.detail,please!thanks! Pin
Simon Walton26-Oct-01 11:06
Simon Walton26-Oct-01 11:06 
Generalasp Pin
18-Oct-01 16:54
suss18-Oct-01 16:54 
GeneralA generic properties dialog Pin
Jim A. Johnson18-Oct-01 15:04
Jim A. Johnson18-Oct-01 15:04 
GeneralHelp with program for counting using hashtable Pin
john kappas18-Oct-01 11:53
john kappas18-Oct-01 11:53 
GeneralRe: Help with program for counting using hashtable Pin
20-Oct-01 10:31
suss20-Oct-01 10:31 
GeneralSchool Project Pin
17-Oct-01 22:26
suss17-Oct-01 22:26 
GeneralRe: School Project Pin
Colin Bowern29-Oct-01 17:37
Colin Bowern29-Oct-01 17:37 
GeneralRe: School Project Pin
Rassman1-Nov-01 23:20
Rassman1-Nov-01 23:20 
GeneralRe: School Project Pin
Member 1470033526-Dec-19 3:33
Member 1470033526-Dec-19 3:33 
GeneralWin 32 Api Pin
17-Oct-01 4:52
suss17-Oct-01 4:52 

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.