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

Search:

Type: Posts; User: Cimperiali

Page 1 of 80 1 2 3 4

Search: Search took 1.33 seconds.

  1. Replies
    1
    Views
    14,815

    Re: How to "refresh" a Datagridview?

    Be sure you really modify the db and not only a local in memory representation of it in form2.

    Then, you first, you should make form 2 inform form 1 it is time to reload (requery) data.

    To...
  2. Replies
    4
    Views
    8,652

    Re: I hate using literal strings. Options?

    there sre some solutions.
    you could have
    Constants (as typed in a public Module or in a resource file or even in a table of DB), objects (even in conjunction with Reflection, to get the name of a...
  3. Replies
    3
    Views
    1,838

    Re: I'm having trouble with my code

    Usually we do not delete, if question could help somenone. That's why we encourage to post solution when quester itself find out.
    Error you got was about a variable instance used before being...
  4. Replies
    1
    Views
    1,834

    Re: This was a question for an MCTS exam

    It sounds as if the only "type safe collection" there is the " EmailMessages" , thus answer should be C
  5. Re: Saving text in Ajax html editor as an html document (.html file).

    Saying "as an html document", do you mean you would like to save it as a file (in a binary /image/blob field)?
    Which would be the difference for you in having it saved that way or as an html string?
  6. Replies
    6
    Views
    5,701

    Re: UAC issues and permissions

    Is it a click once application? You could try with isolated storage (ie: http://msdn.microsoft.com/en-us/library/3ak841sy(v=vs.100).aspx ) but that would make hidden to you too the exact location of...
  7. Replies
    6
    Views
    5,701

    Re: UAC issues and permissions

    add a manifest to your software where you stated admins right si required. This will bring out the "confirm you want the software do this", and in case user has not, it would ask for Admin pwd.
    ie:...
  8. Replies
    1
    Views
    4,496

    Re: ASP MVC update panel

    Let me first suggets you to look at this: http://www.asp.net/mvc/mvc3 and to go here http://www.asp.net/mvc/samples and download the good MVCMusicStore example, as I cannot believe you are really...
  9. Replies
    8
    Views
    2,731

    Re: ASP.NET usefull controls

    The softwarehouse where I work chosed Telerik Extensions for asp.net MVC. Beware, though: if you're going with MVC, you have to forget about server controls as you're accustomed to. The "controls"...
  10. Replies
    3
    Views
    1,106

    Re: Printing Code 128 C barcode using C++ code interacting with OPOS Common Controls

    Who said shareware is jiunk?


    Shareware
    (From Wikipedia, the free encyclopedia)
  11. Replies
    3
    Views
    1,106

    What "shareware" stands for

    This came from a diferent thread where Robdun and I have had a bit of discussion about a (lecit) message he posted.
    Now, last up is a bit of debate on "shareware" meaning....
  12. Replies
    1
    Views
    801

    Re: bug on lightwave java game library

    Your pots has been validated. You should be able to see it now.

    Cimperiali
  13. Re: Solvers for Traveling Salesman Problem and CNC Tool-Path Optimization

    So, which is your question? Or are you simply asking pepole to download your exe and try it?
  14. Replies
    3
    Views
    20,626

    Re: A free C#-Java conversion tool

    Yes. This is why I moved it here
  15. Replies
    1
    Views
    1,345

    Re: IT Training Franchise

    not a job offer. you offer courses
  16. Replies
    2
    Views
    1,576

    Re: IT Summer Training

    moved to proper forum
  17. Replies
    1
    Views
    574

    Re: SylentAccounts

    Moved from java forum
  18. Replies
    2
    Views
    909

    Re: MFC help in visual basic 2008

    Seems as if there is a bit of confusion here: the code you posted is not vb 2008. Did you mean you are trying to make mfc using Visual Studio 2008?
    I moved your question to visual C++ forum, but if...
  19. Replies
    40
    Views
    10,519

    Re: March 2012 Site Update - Feedback and Bugs

    A big problem:
    discovered registration of new users is "disabled by admin".
    -----
    EDIT: NO, the following paage is not the correct one to create an account to be able to
    post on CG forums. So...
  20. Replies
    40
    Views
    10,519

    Re: March 2012 Site Update - Feedback and Bugs

    Might it be some repository paths have changed too? Or might it be they had to change some code and did not see some functions did more than one operation or even a different operation as you could...
  21. Thread: @ string

    by Cimperiali
    Replies
    3
    Views
    993

    Re: @ string

    yes, you got


    " which is codable also as string s= "\"";
    and
    ", which si codable aslo as string s2="\",";
  22. Replies
    40
    Views
    10,519

    Re: March 2012 Site Update - Feedback and Bugs

    Also this has been fixed. Thanks.

    By the way: fro those who never saw it, it is useful: it comes out for example if you receive a mail tjhat link to a new private message, you are logged out and...
  23. Replies
    1
    Views
    8,008

    Re: Insert into MySql Table

    First: I do believe you have a matter due to the use of the "@" parameter that mySql does not like.
    In any case, you should be consistent with yourself : you used "?" in the parameters, and you...
  24. Replies
    5
    Views
    1,238

    Re: Depolyment with Exel Problem

    what DGlienna and hensa22 are telling you is showed in the following picture, where I have a file added to the solution that goes to bin\debug (or bin\release) when I compile if I modified it.
    I...
  25. Re: How to crate tmptable in client machine..

    seems as if you're looking for DataSet, which is an "in memory" db.
    If you have huge quantity of data, you could always haave local db - but this would cost a lot in maintainig it consistent with...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4





Click Here to Expand Forum to Full Width

Featured