Click here to Skip to main content
15,890,717 members
Home / Discussions / C#
   

C#

 
GeneralRe: Update to DB Failure Pin
MrJJKoolJ11-Jun-04 12:19
MrJJKoolJ11-Jun-04 12:19 
GeneralImport a comma delimited text file to a access database Pin
kornstyle11-Jun-04 7:31
kornstyle11-Jun-04 7:31 
GeneralRe: Import a comma delimited text file to a access database Pin
Heath Stewart11-Jun-04 8:30
protectorHeath Stewart11-Jun-04 8:30 
GeneralDataGridTextBoxColumn won't word wrap Pin
holt11-Jun-04 6:05
holt11-Jun-04 6:05 
GeneralRe: DataGridTextBoxColumn won't word wrap Pin
Heath Stewart11-Jun-04 6:27
protectorHeath Stewart11-Jun-04 6:27 
GeneralRe: DataGridTextBoxColumn won't word wrap Pin
holt11-Jun-04 7:14
holt11-Jun-04 7:14 
GeneralC++ pointer char* in dll function - string in C# Pin
SasaTod11-Jun-04 5:46
SasaTod11-Jun-04 5:46 
GeneralRe: C++ pointer char* in dll function - string in C# Pin
Heath Stewart11-Jun-04 6:22
protectorHeath Stewart11-Jun-04 6:22 
A char* is a string - they're both already pointers. So, don't use out or ref with a string unless you see an unmanaged declaration like char** or LPCSTR* or something.

BTW, if the string is actually a TCHAR*, TCHAR[], or LP(C)TSTR, then make sure you specify CharSet.Auto. If the declaration is a char* or LP(C)STR, be sure to specify CharSet.Ansi since strings are Unicode in .NET natively. Both the DllImportAttribute and StructLayoutAttribute define a CharSet field you should set in the attribute in such a case.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: C++ pointer char* in dll function - string in C# Pin
SasaTod11-Jun-04 9:29
SasaTod11-Jun-04 9:29 
GeneralRe: C++ pointer char* in dll function - string in C# Pin
Heath Stewart11-Jun-04 10:40
protectorHeath Stewart11-Jun-04 10:40 
GeneralRe: C++ pointer char* in dll function - string in C# Pin
SasaTod12-Jun-04 3:25
SasaTod12-Jun-04 3:25 
GeneralRe: C++ pointer char* in dll function - string in C# Pin
Heath Stewart12-Jun-04 4:31
protectorHeath Stewart12-Jun-04 4:31 
GeneralRe: Delete child in XML document while running an C# Application! Pin
Heath Stewart11-Jun-04 5:29
protectorHeath Stewart11-Jun-04 5:29 
GeneralRe: Delete child in XML document while running an C# Application! Pin
QzRz11-Jun-04 5:34
QzRz11-Jun-04 5:34 
GeneralRe: Delete child in XML document while running an C# Application! Pin
Heath Stewart11-Jun-04 5:43
protectorHeath Stewart11-Jun-04 5:43 
GeneralRe: Delete child in XML document while running an C# Application! Pin
QzRz11-Jun-04 5:48
QzRz11-Jun-04 5:48 
GeneralSurely this is an Easy Question... Pin
Adam °Wimsatt11-Jun-04 4:56
Adam °Wimsatt11-Jun-04 4:56 
GeneralRe: Surely this is an Easy Question... Pin
Heath Stewart11-Jun-04 5:28
protectorHeath Stewart11-Jun-04 5:28 
GeneralAssembly Class Locking Issue Pin
Daniel M. Edwards11-Jun-04 4:49
Daniel M. Edwards11-Jun-04 4:49 
GeneralRe: Assembly Class Locking Issue Pin
Heath Stewart11-Jun-04 5:25
protectorHeath Stewart11-Jun-04 5:25 
GeneralRe: Assembly Class Locking Issue Pin
Daniel M. Edwards11-Jun-04 6:01
Daniel M. Edwards11-Jun-04 6:01 
GeneralPDA PC communication , IIS Pin
apenon11-Jun-04 4:25
apenon11-Jun-04 4:25 
GeneralDesign Question: Correct way to show data from mutliple DB tables Pin
James Spibey11-Jun-04 4:10
James Spibey11-Jun-04 4:10 
GeneralRe: Design Question: Correct way to show data from mutliple DB tables Pin
Michael Potter11-Jun-04 5:01
Michael Potter11-Jun-04 5:01 
GeneralRe: Design Question: Correct way to show data from mutliple DB tables Pin
James Spibey11-Jun-04 5:52
James Spibey11-Jun-04 5: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.