Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Delete in Textbox Pin
chettu7-Mar-05 20:28
chettu7-Mar-05 20:28 
GeneralRe: Delete in Textbox Pin
Yulianto.7-Mar-05 21:00
Yulianto.7-Mar-05 21:00 
GeneralSystem.Net.WebException: The underlying connection was closed Pin
Liu Shuai7-Mar-05 10:42
Liu Shuai7-Mar-05 10:42 
GeneralTray Application Pin
kaka227-Mar-05 10:11
kaka227-Mar-05 10:11 
GeneralRe: Tray Application Pin
Liu Shuai7-Mar-05 10:31
Liu Shuai7-Mar-05 10:31 
GeneralRe: Tray Application Pin
bneacetp7-Mar-05 17:07
bneacetp7-Mar-05 17:07 
GeneralUsing Marshal Pin
gmhanna7-Mar-05 7:51
gmhanna7-Mar-05 7:51 
GeneralRe: Using Marshal Pin
Mathew Hall7-Mar-05 21:41
Mathew Hall7-Mar-05 21:41 
Try passing the struct as a ref instead of an IntPtr

[DllImport("SomeDll.dll")]<br />
public static extern void _ProcAuthorizationWeb(ref pCreditCardStruct);<br />
<br />
CreditCardStruct pCreditCardStruct = new CreditCardStruct();<br />
_ProcAuthorizationWeb(ref pCreditCardStruct);<br />


"I think I speak on behalf of everyone here when I say huh?" - Buffy
Generalcallback to c++ Pin
reuvenkupfer7-Mar-05 7:41
reuvenkupfer7-Mar-05 7:41 
GeneralAdding worksheets to Excelfiles Pin
zaubara7-Mar-05 6:50
zaubara7-Mar-05 6:50 
Questionhow to check if workstation is locked/logged off Pin
Rene_Steen7-Mar-05 6:15
Rene_Steen7-Mar-05 6:15 
GeneralPrinting HTML Files programmatically Pin
BrettMostert7-Mar-05 6:05
BrettMostert7-Mar-05 6:05 
GeneralExplorer Band Objects and the DOM Pin
Dustin Lyday7-Mar-05 5:43
Dustin Lyday7-Mar-05 5:43 
GeneralLooping through listbox selections in Windows Pin
scotlandc7-Mar-05 5:36
scotlandc7-Mar-05 5:36 
GeneralC# CAS question Pin
elapid7-Mar-05 4:43
elapid7-Mar-05 4:43 
GeneralRe: C# CAS question Pin
Dave Kreskowiak7-Mar-05 9:47
mveDave Kreskowiak7-Mar-05 9:47 
GeneralEmail Client Application Pin
kaka227-Mar-05 4:12
kaka227-Mar-05 4:12 
GeneralRe: Email Client Application Pin
Judah Gabriel Himango7-Mar-05 6:04
sponsorJudah Gabriel Himango7-Mar-05 6:04 
GeneralRe: Email Client Application Pin
kaka227-Mar-05 9:37
kaka227-Mar-05 9:37 
GeneralWindows Forms personalization Pin
innocent737-Mar-05 3:26
innocent737-Mar-05 3:26 
GeneralCustom Controls Pin
chettu7-Mar-05 2:24
chettu7-Mar-05 2:24 
QuestionHow to get the number of items in enum ? Pin
Andres Coder7-Mar-05 2:03
Andres Coder7-Mar-05 2:03 
AnswerRe: How to get the number of items in enum ? Pin
turbochimp7-Mar-05 3:05
turbochimp7-Mar-05 3:05 
AnswerRe: How to get the number of items in enum ? Pin
mav.northwind7-Mar-05 3:17
mav.northwind7-Mar-05 3:17 
GeneralScroll bar problem in PrintPreview control Pin
sachinkalse6-Mar-05 23:10
sachinkalse6-Mar-05 23:10 

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.