Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExplorer like interface style ?? Pin
Walkerboh3-Mar-02 22:24
Walkerboh3-Mar-02 22:24 
AnswerRe: Explorer like interface style ?? Pin
Mazdak3-Mar-02 22:42
Mazdak3-Mar-02 22:42 
GeneralAnimateWindow => Pin
3-Mar-02 19:00
suss3-Mar-02 19:00 
GeneralRe: AnimateWindow => Pin
Mazdak3-Mar-02 19:39
Mazdak3-Mar-02 19:39 
GeneralRe: AnimateWindow => Pin
3-Mar-02 20:05
suss3-Mar-02 20:05 
GeneralAn annoyance Pin
Nish Nishant3-Mar-02 18:06
sitebuilderNish Nishant3-Mar-02 18:06 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:09
sitebuilderNish Nishant3-Mar-02 18:09 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:12
sitebuilderNish Nishant3-Mar-02 18:12 
Here is the erring code by the way :-

<%

Dim x
Set x = CreateObject("SIMPLEINIEDIT.IniEdit")
Response.Write x.GetPrivateProfileString("nish", "abc", "c:\xyz.ini") & "<br>"
Dim y
y = x.GetNiceArray()
For Each j In y
Response.Write j & "<br>"
Next
Response.Write x.TestMethod()

Set x = Nothing

%>


It's seven o'clock
On the dot
I'm in my drop top
Cruisin' the streets - Oh yeah
I got a real pretty, pretty little thing that's waiting for me
GeneralRe: An annoyance Pin
Kelly Herald3-Mar-02 18:25
Kelly Herald3-Mar-02 18:25 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:36
sitebuilderNish Nishant3-Mar-02 18:36 
GeneralRe: An annoyance Pin
Paul M Watt3-Mar-02 18:31
mentorPaul M Watt3-Mar-02 18:31 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:39
sitebuilderNish Nishant3-Mar-02 18:39 
GeneralRe: An annoyance Pin
Paul M Watt3-Mar-02 18:45
mentorPaul M Watt3-Mar-02 18:45 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:50
sitebuilderNish Nishant3-Mar-02 18:50 
GeneralRe: An annoyance Pin
Mazdak3-Mar-02 19:49
Mazdak3-Mar-02 19:49 
GeneralRe: An annoyance Pin
pba_4-Mar-02 4:13
pba_4-Mar-02 4:13 
GeneralRe: An annoyance Pin
Jon Hulatt3-Mar-02 22:09
Jon Hulatt3-Mar-02 22:09 
Questionstd::string GetBuffer ?? Pin
Christian Graus3-Mar-02 17:37
protectorChristian Graus3-Mar-02 17:37 
AnswerRe: std::string GetBuffer ?? Pin
Paul M Watt3-Mar-02 18:10
mentorPaul M Watt3-Mar-02 18:10 
GeneralRe: std::string GetBuffer ?? Pin
Christian Graus3-Mar-02 18:36
protectorChristian Graus3-Mar-02 18:36 
AnswerRe: std::string GetBuffer ?? Pin
Tomasz Sowinski4-Mar-02 0:22
Tomasz Sowinski4-Mar-02 0:22 
GeneralRe: std::string GetBuffer ?? Pin
Christian Graus4-Mar-02 0:53
protectorChristian Graus4-Mar-02 0:53 
GeneralSTL iterator dereference question... Pin
Christian Graus3-Mar-02 16:29
protectorChristian Graus3-Mar-02 16:29 
GeneralRe: STL iterator dereference question... Pin
Jay Beckert3-Mar-02 17:17
Jay Beckert3-Mar-02 17:17 
GeneralRe: STL iterator dereference question... Pin
Christian Graus3-Mar-02 17:36
protectorChristian Graus3-Mar-02 17:36 

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.