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

Search:

Type: Posts; User: A_Singh

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Billing Software works usb dot matrix printer/Thermal Printer

    Well, just telling us that you need this.. dosent do anything, you should tell for what do you need the billing software for, what is the format of the invoice. And, moreover, you should have tried...
  2. Replies
    10
    Views
    15,860

    Re: Retrieve data from sql server database

    Well thank you, but sorry to say that cecordset and cdatabase are a part of ODBC only.
  3. Re: how to change switch to if else statement

    Seems quite easy huh..

    void Logger::logging(const int slevels, const string& smsgs)

    {
    string logging;


    if (slevels = 0)
    {
  4. Replies
    10
    Views
    15,860

    Re: Retrieve data from sql server database

    IAM using ODBC, well your solution works, any more inputs?
  5. Replies
    10
    Views
    15,860

    Re: Retrieve data from sql server database

    Well I am experienced in sql and c++.:):)::D
  6. Replies
    10
    Views
    15,860

    Re: Retrieve data from sql server database

    Thanks for your kind help. Sorry to say that I know how to connect to a database, and my code does that, I just want the answer to my probelem.
  7. Replies
    10
    Views
    15,860

    Retrieve data from sql server database

    I use Microsoft sql server 2014. What I want to do is, to get data from a particular column in my database and store it in a variable. I use SQL and c++ languages, so please give answer according to...
  8. Replies
    20
    Views
    24,523

    Re: Database creation

    I can use an xls file. That works!
  9. Replies
    11
    Views
    3,323

    Re: Print files

    Thanks bro.
  10. Replies
    20
    Views
    24,523

    Re: Database creation

    Thanks, I resolved the problem by myself.
  11. Replies
    20
    Views
    24,523

    Re: Database creation

    I have checked the internet, found some of them, also I’d be thankful if you can send me the link of one such sample(whenever you have time)
  12. Replies
    20
    Views
    24,523

    Re: Database creation

    Fine bro, thanks .
  13. Replies
    20
    Views
    24,523

    Re: Database creation

    Thanks, can you help me with the code.
  14. Replies
    20
    Views
    24,523

    Re: Database creation

    Is office open XML right..?
  15. Replies
    20
    Views
    24,523

    Re: Database creation

    And I'd be really pleased if you tell what can be a 'better' way of copying a CSV file to another.
  16. Replies
    20
    Views
    24,523

    Re: Database creation

    I'll surely attach my file, but see I am asking for a good file format to create a database which can even be edited by c++, and that's what I have mentioned in my topic.:confused:
  17. Replies
    17
    Views
    24,740

    Re: How to start a doc view app in hidden mode

    So, please go ahead and give your solutions.
  18. Replies
    17
    Views
    24,740

    Re: How to start a doc view app in hidden mode

    :blush::blush::(I am sorry for that.
    Read this:
    http://https://www.codeproject.com/Articles/2957/Simple-MDI-application-using-Managed-c-classes
  19. Replies
    20
    Views
    24,523

    [RESOLVED] Database creation

    What my problem is that I need to create a database with all types of formats (underlined text, bolt text, italics text, bolt borders, etc..But the problem is that a .csv file doesn't support all...
  20. Replies
    17
    Views
    24,740

    Re: How to start a doc view app in hidden mode

    By reading that, one can gain more knowledge about the while topic, thus having easiness in solving the probelem, an internet search about this topic even provides some helping code snippets,
  21. Replies
    49
    Views
    142,452

    Sticky: Re: Input wanted: 3rd Party Products

    In libraries, for excel, xlslib,libxl are good. For games,graphics,SFML and Box 2d are the best.
  22. Replies
    2
    Views
    5,826

    Re: How to visualize a trackball using 3 circles

    This will surely help you.
    http://http://web.cse.ohio-state.edu/~shen.94/781/Site/Slides_files/trackball.pdf
    If you like my answer, do rate my post.:D:D
  23. Re: Cannot save a wav file after SampleGrabber grabs the audio sample?

    You can use this:

    STDMETHODIMP CMpeg2Wav::Mpeg2WavConvertor(LPCWSTR file, HWND g_hwnd, LPCWSTR waveFile)
    {
    if(g_hwnd == NULL)
    {
    MessageBox(NULL, "FAILED TO CREATE THE HANDLE" ...
  24. Re: How to create a directshow video capture filter?

    Well, though you have to write the code by yourself, I can provide some code snippets.
    1.Pin requirements for capture filters.

    // Set: Cannot set any properties.
    HRESULT...
  25. Re: How to draw a rectangle around the current cursor's position

    You can use use the setxy function to set your position, you can make a header file out of this code to help you.(DrawRect.h)
    All these were just suggestions, the code is up to you.
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured