CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alanr

Page 1 of 27 1 2 3 4

Search: Search took 0.42 seconds.

  1. Replies
    110
    Views
    80,604

    Greetings Jase! Been a long time. I have been...

    Greetings Jase!

    Been a long time. I have been looking for a solution to the problem this 90+ response thread has generated. I HAVE NEVER FOUND A RESONABLE SOLUTION EITHER. It is extremely...
  2. thanks tron. I will tinker with that. I may end...

    thanks tron. I will tinker with that. I may end up writing my own though. I really did not want to use any kind of driver.... especially ODBC.
  3. I have not... i will...

    I have not... i will...
  4. Looking for flat file database with sql support

    I am looking for a very small C++ based database system. I would like it to use a flat file and accept sql statements and have the ability to actually create tables, sort, etc.... I may write my...
  5. Replies
    15
    Views
    3,494

    Greetings Kandukondein--- How big is the hard...

    Greetings Kandukondein---

    How big is the hard drive? You may need some serious horsepower to encrypt the ntire HD at boot time.

    Alan
  6. Replies
    1
    Views
    969

    Retrieving data from a url programmatically

    I need to find a way to programmatically retrieve data from a URL within a Javascript function. For example: I have a page which shows weather information: We have weather stations which have a...
  7. Replies
    16
    Views
    2,152

    I have tried migrating to 7.0 several times,...

    I have tried migrating to 7.0 several times, however, in the end, the bugs force me back to 6.0. 6.0 is rock solid.... at least for MS.
  8. Replies
    6
    Views
    829

    Strange conversion

    Please do not kill me... I have read through countless posts here at codeguru and of course the FAQ. I cannot figure out how to convert the following:

    I have two variables:

    LPCTSTR var0;...
  9. Replies
    3
    Views
    1,191

    I don't know of any way to "rename" a registry...

    I don't know of any way to "rename" a registry key. That's ok, you can do it manually. Here's how:

    for example: say you want to rename key Dog to key Cat.

    1. Get data from registry key Dog....
  10. Thread: C++ Database API

    by alanr
    Replies
    9
    Views
    1,338

    Blue_Devel- I guess I was a little confuesd as...

    Blue_Devel-

    I guess I was a little confuesd as well. Are you writting an application that will store this data locally? On the same machine you are running? I was under the impression that you...
  11. Thread: C++ Database API

    by alanr
    Replies
    9
    Views
    1,338

    Why don't you use a MySQL database somewhere on a...

    Why don't you use a MySQL database somewhere on a server. You can make SQL calls to it from C++ very easily. And there is one big benefit, MySl is FREE and about 2 Billion times better than Access.
  12. Thread: ScreenSaver

    by alanr
    Replies
    16
    Views
    2,098

    It is completely unreasonable for someone to just...

    It is completely unreasonable for someone to just throw up some code and say "Hey, download this, install it, then fix itand saend it back...." The idea of codeguru.com is that you work hard to...
  13. Thread: ScreenSaver

    by alanr
    Replies
    16
    Views
    2,098

    Please state your problem....

    Please state your problem....
  14. Replies
    8
    Views
    2,030

    The example I showed a link to is a DDE example...

    The example I showed a link to is a DDE example written in C++. However, it could easily be called the same way in C.
  15. Replies
    8
    Views
    2,030

    aracioppi- I am not aware of any C examples...

    aracioppi-

    I am not aware of any C examples which use DDE. However, you could easily go through the C++ example and make it compliant to C. I think you should seriously consider using a better...
  16. Replies
    8
    Views
    2,030

    sbayeta-- Here is a good wrapper class for DDE...

    sbayeta--

    Here is a good wrapper class for DDE on the page listed below. I remember using this back in 1998, more than 5 years ago. At that time it was considered old. Maybe DDE will never go...
  17. Replies
    8
    Views
    2,030

    To start, you may already know this, maybe not,...

    To start, you may already know this, maybe not, but DDE is essentially a DEAD technology. I would Advise you to use COM or some other sort of automation aside from DDE. If DDE is what you have to...
  18. Replies
    6
    Views
    811

    Voce pode baila a samba com a compiler tambem?

    Voce pode baila a samba com a compiler tambem?
  19. Replies
    2
    Views
    1,349

    ActiveX has had major issues as far as I know...

    ActiveX has had major issues as far as I know with * ANY * MFC based apps in PPC development. MS can research all they like, I doubt it will work any time soon.. POS!
  20. alex_gusev is correct.... I learned this from...

    alex_gusev is correct.... I learned this from sad experience...
  21. how goes it kandukondein? I have a colleague who...

    how goes it kandukondein? I have a colleague who has experienced the same issues with CryptImportKey. He spent several hours on the phone with Microsoft and they still never solved his issues..... ...
  22. I do not think that is possible through a client...

    I do not think that is possible through a client connection. You could theoretically create a web application to such and then hit it with CE's webbrowser.
  23. Replies
    14
    Views
    1,910

    Several projects ago I inherited a mess that was...

    Several projects ago I inherited a mess that was reading a 10 -15 meg file into a CString!! At first i was really nervous about the way that this was being done. However the previous poster was...
  24. Replies
    4
    Views
    758

    COM [Component Object Model]. Most moder...

    COM [Component Object Model]. Most moder applications, word, excel, ie, netscape, etc, etc, etc, etc have a COM wrapper which allows you to perform some or all of the functionality in the...
  25. Replies
    4
    Views
    758

    I could be wrong but I think that Netscape 6 and...

    I could be wrong but I think that Netscape 6 and high no longer supported DDE... Maybe I am wrong.... Ever thought about automation?
Results 1 to 25 of 667
Page 1 of 27 1 2 3 4





Click Here to Expand Forum to Full Width

Featured