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

Search:

Type: Posts; User: LongJohn

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    9,081

    Re: Convert VC 1.52 to VC6 or C#

    Thanks for your reply.

    As I resume, it will be the better way to get the functionality of the project and make it new.

    The project is a leasing program for middle and higher volumes. So we...
  2. Replies
    6
    Views
    9,081

    Re: Convert VC 1.52 to VC6 or C#

    Yes, I knew its old we have developed the project in the last century :-)
    But to rewrite the whole stuff do not sounds good.
    I Thought VC6 is not so far from 1.52 so it maybe work with less time to...
  3. Replies
    6
    Views
    9,081

    Convert VC 1.52 to VC6 or C#

    Hi, we have a project designed under VC++ 1.52 and now we want to update it. Best C# There are lots of DLL from crystal report, an integrated Textsystem (can be lost) the database was a xBase and we...
  4. Replies
    0
    Views
    508

    e-shop function ?

    Hi,

    I have made a program for textilshops and so it's the idea to send the articles to an eshop and get the orders directly to an invoice and sendoption.

    maybe there is an eshop made by...
  5. Replies
    0
    Views
    529

    new cashier add-on for PDA

    Hi,
    we wonna start a Cashier add-on. So we thought, a PDA (symbol PPT 880 Serie) used by the waiter to get the information at the table. Send by polling (is Access point avail.) an ascii to the...
  6. Replies
    1
    Views
    3,699

    New Cashier Project for PDA

    Hi,
    we wonna start a Cashier add-on. So we thought, a PDA (symbol PPT 880 Serie) used by the waiter to get the information at the table. Send by polling (is Access point avail.) an ascii to the...
  7. Replies
    6
    Views
    929

    View Post

  8. Replies
    6
    Views
    929

    email from C++

    Hi ,
    I wonna insert a mailbutton into a customerlist and insert into this mail some information in HTML also this mail should not pop up on the screen it should either stand in To Send Objects
    ...
  9. Replies
    0
    Views
    786

    Error-Mess Socket-Notification-sync

    Hi,
    a customer with P4 and W2000 has posted, that there is a message "socket.notification sync when he will shut down. Where can I find this mess??
    Thanks to all reposted
    Long John
  10. Replies
    2
    Views
    532

    Re: Excel Automation

    Soory, I can't help you by this problem but I'm interested in reading an excel sheet I need it for a project I have to wrote later this year. So if you can send me some code it would be great
    thanks
  11. Replies
    1
    Views
    637

    Re: Using *.lib file in MFC project?

    Hi,
    it looks like there is a headerfile defined in your tconf project also implemented in your lib. So if you link your tconf obj everything works fine. Dump your srp.lib and then you can see.
    Long
  12. Replies
    5
    Views
    803

    Re: HELP !Button an icon (Is in German)

    Willst du text auf dem button darstellen??
  13. Replies
    0
    Views
    490

    C++ and Internet

    Hi,
    we have a large C++ program written under 1.5 and MFC and a xBased Database. So we want to set this all into the internet to be used with a browser. How can we solve this problem? Is there any...
  14. Replies
    0
    Views
    419

    C++ and Internet

    Hi,
    we have a large C++ program written under 1.5 and MFC and a xBased Database. So we want to set this all into the internet to be used with a browser. How can we solve this problem? Is there any...
  15. Replies
    3
    Views
    652

    How to read an XLS File??

    How can I read an excel file? I know the names inserted in the first row. Additional there are four pages. Can anyone help me??
    Zhanks a lot Long
  16. Thread: Variable

    by LongJohn
    Replies
    1
    Views
    588

    Variable

    I have to store a big lot of variables, when I store them using a array there seems to be a crash started. So I want to store them var by var.
    The Vars are defined like "N1" up to "N145". I thought...
  17. Thread: mySQL Project

    by LongJohn
    Replies
    1
    Views
    542

    mySQL Project

    Hi, has anyone a solution for a small intermet project:
    1. connection to mySQL
    2. Seach function for a number field
    3. Search for a Number and a password field and
    possibility to change some...
  18. Thread: Count

    by LongJohn
    Replies
    1
    Views
    453

    Count

    I will include a counter like a Web Counter that can be changed in high and width. Has anyone done this before or know where to get? Also an extern dll is welcomed.
    Thanks a lot
    Long
  19. Replies
    0
    Views
    535

    Has anyone a counter for cash as bitmap

    I will include a counter that can be changed in high and width for showing actual cash. Has anyone done this before or know where to get?
    Thanks a lot
    Long
  20. Replies
    2
    Views
    527

    Re: Template Class

    You have only to declare the template like that:

    CMultiDocTemplate* pDocTemplate;
    pDocTemplate = new CMultiDocTemplate(
    IDR_TEXTILTYPE,
    RUNTIME_CLASS(CTextilDoc),...
  21. Replies
    1
    Views
    482

    directory reading

    I need in an elder project (developed under VCC 1.5 I can t change it for some dll reasons)the content of a directory

    CListBox ListBox;
    LPSTR Path;
    int Zero;
    CString...
  22. Replies
    1
    Views
    465

    directory reading

    I need in an elder project (developed under VCC 1.5 I can t change it for some dll reasons)the content of an directory

    CListBox ListBox;
    LPSTR Path;
    int Zero;
    CString...
  23. Replies
    1
    Views
    2,131

    Re: Get/SetProfileString

    Pfad = SystemPfad+"\\WINLEASE.INI";
    if (WinLeaseIniFile.Open(Pfad,CStdioFile::modeRead))
    if (GetProfileString("System","DatenPfad","0") != "0")
    WinLeasePfad...
  24. Replies
    1
    Views
    413

    Re: Dialog Based Application

    open both rc and copy one to another. So you get the dialogs in one. If you also have used the class wizzard for code copy your cpp into your work area. You only have to change your main and your...
  25. Replies
    1
    Views
    445

    font of an edit

    How can I change the size of a single edit field in a dialog with other edit and combo. these should stay at the normal size . any idea welcomed.
    thanks
    Long John
Results 1 to 25 of 56
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured