keyongtech


  keyongtech > dotnet.languages.* > dotnet.languages.csharp > 01/2005

 #1  
01-21-05, 06:40 AM
Germic
Does C# has an equivalent of the 'C' GetPrivateProfileString? or is the only
way to get similar features to read from an INI file is to do a DllImport on
Kernel32.dll?

Thanks
 #2  
01-24-05, 09:22 AM
Mattias Sjögren
>or is the only
>way to get similar features to read from an INI file is to do a DllImport on
>Kernel32.dll?


Yes



Mattias
Similar Threads
VBA or VB.net equivalent of Equivalent of WordBasic WordBasic.SelectCurWord

I have a old wordbasic code that I am converting to VSTO what is equivalent of Word 97 (WordBasic) code WordBasic.SelectCurWord in VSTO Tried several...

NET USE Equivalent in VBS

Hi, Does anyone know how I can get a list of the current drive mappings from computers in vbs? I want to add some code to our login script to report back what are the...

<txt src= ...> equivalent of <img src= ...>

Is there a way to pull text from a url into a web page? Similar to how the <img> element uses a URL to access the image to display. <txt src="http:\\www....."...

T t(a) not equivalent to T t = a

I often see it written here that the declaration T t = a; (where 'a' is not of type T) calls the copy-constructor and is exactly equivalent to T t(( T(a) )); However the...

Equivalent of Alt-Tab

Is there an equivalent of "Alt-Tab" to switch between windows in an java application? Thanks!


All times are GMT. The time now is 11:24 AM. | Privacy Policy