Click here to Skip to main content
15,886,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I read this xml? Pin
dan!sh 1-Jun-09 0:34
professional dan!sh 1-Jun-09 0:34 
GeneralRe: How can I read this xml? Pin
Mogaambo1-Jun-09 0:43
Mogaambo1-Jun-09 0:43 
GeneralRe: How can I read this xml? Pin
dan!sh 1-Jun-09 0:46
professional dan!sh 1-Jun-09 0:46 
GeneralRe: How can I read this xml? Pin
Mogaambo1-Jun-09 0:49
Mogaambo1-Jun-09 0:49 
GeneralRe: How can I read this xml? Pin
PandemoniumPasha1-Jun-09 1:17
PandemoniumPasha1-Jun-09 1:17 
GeneralRe: How can I read this xml? Pin
PandemoniumPasha1-Jun-09 1:20
PandemoniumPasha1-Jun-09 1:20 
AnswerRe: How can I read this xml? Pin
0x3c01-Jun-09 0:42
0x3c01-Jun-09 0:42 
QuestionRegarding the tool for finding functions and decalaration syntax in windows dll Pin
AmmySA1-Jun-09 0:27
AmmySA1-Jun-09 0:27 
Hi to all

I was interested in listing the sql servers available.
I found some code " using System.Runtime.InteropServices; "

Code is used like that for using windows dll.
For that we need to define the method that we want to use
as follows :


[DllImport("odbc32.dll")]
private static extern short SQLAllocHandle(
short hType,
IntPtr inputHandle,
out IntPtr outputHandle);

So I want to know that is there any tool to find the declaration of the functions available in the DLL. Please lemme know how can I find the tool to do the same ?

If I use IDSAM then it gives the same for .NET libraries only not for windows library.

Thanks in Avdvance
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
dan!sh 1-Jun-09 0:33
professional dan!sh 1-Jun-09 0:33 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
Rajesh Anuhya1-Jun-09 0:41
professionalRajesh Anuhya1-Jun-09 0:41 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
Schmuli1-Jun-09 2:58
Schmuli1-Jun-09 2:58 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
terradtc1-Jun-09 8:57
terradtc1-Jun-09 8:57 
Questionpassing textbox value one form to another form.. Pin
Mads1151-Jun-09 0:11
Mads1151-Jun-09 0:11 
Answersorry Pin
Hema Bairavan1-Jun-09 0:15
Hema Bairavan1-Jun-09 0:15 
GeneralRe: passing textbox value one form to another form.. Pin
Mads1151-Jun-09 0:48
Mads1151-Jun-09 0:48 
GeneralRe: passing textbox value one form to another form.. Pin
N a v a n e e t h1-Jun-09 1:02
N a v a n e e t h1-Jun-09 1:02 
GeneralRe: passing textbox value one form to another form.. Pin
DaveyM691-Jun-09 1:04
professionalDaveyM691-Jun-09 1:04 
GeneralRe: passing textbox value one form to another form.. Pin
N a v a n e e t h1-Jun-09 1:01
N a v a n e e t h1-Jun-09 1:01 
AnswerRe: passing textbox value one form to another form.. Pin
dan!sh 1-Jun-09 0:16
professional dan!sh 1-Jun-09 0:16 
Questionis it bug of the microsoft?(about multilanguage) Pin
yuwenxiang1-Jun-09 0:09
yuwenxiang1-Jun-09 0:09 
AnswerRe: is it bug of the microsoft?(about multilanguage) Pin
Eddy Vluggen1-Jun-09 1:59
professionalEddy Vluggen1-Jun-09 1:59 
RantRe: is it bug of the microsoft?(about multilanguage) Pin
yuwenxiang1-Jun-09 14:36
yuwenxiang1-Jun-09 14:36 
QuestionHow to receiving an incoming SMS message? in C# Pin
Md. Ali Naser Khan31-May-09 23:39
Md. Ali Naser Khan31-May-09 23:39 
AnswerRe: How to receiving an incoming SMS message? in C# Pin
Rajesh Anuhya31-May-09 23:50
professionalRajesh Anuhya31-May-09 23:50 
GeneralRe: How to receiving an incoming SMS message? in C# Pin
Md. Ali Naser Khan1-Jun-09 17:17
Md. Ali Naser Khan1-Jun-09 17:17 

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.