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

Search:

Type: Posts; User: wavering

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    3,384

    DataGridView Copying

    I have a form with two totally identical DataGridView controls on it

    The reason is that I have 30 plus columns of data and it is unreadable as a straightforward table. So, as a kludge, I duplicate...
  2. Re: Where does my Application need redesigning and Speeding Up?

    Firstly, many thanks for the detailed reply. Since posting the original question I have found some bugs and it is now running at comparable speed to the original vb6/vc++ 6.0 version BUT it would...
  3. Where does my Application need redesigning and Speeding Up?

    Firstly, I am using Visual Express 2013

    I have a project (converted from VB6 and VC++ 6.0) that is very time intensive - it may run for hours or even weeks looking for a solution.

    Currently,...
  4. Re: Solving "RangeChecks instrumentation code detected an out of range array access"

    Well, there was one reference (in a foreign language) - now there are two! It is a standard Microsoft message - see screen shot below



    Jackpot! Thank you so much - this has totally solved the...
  5. Solving "RangeChecks instrumentation code detected an out of range array access"

    Firstly, I am using Visual Studio 2013

    I have a project written in VB6 and VC++ 6.0 which I am porting over to VB.NET and VC++.

    Right at the heart of everything is a routine written in VC++...
  6. Replies
    3
    Views
    5,790

    Re: Form Instantiation

    On the subject of Auto-Instantiation (or, behavior as a function of the My.Forms object as Microsoft like to call it) I have just spent a couple of days trying to solve a problem. To be specific I...
  7. Re: Wrong Routine showing in Dropdown list when doing Find or Replace

    I show another example below

    The Current Block is actually:chkContinue_CheckedChanged (underlined in red)

    But on the Drop Down list it is showing as: chkBackgroundInfoShow_CheckedChanged...
  8. Re: Wrong Routine showing in Dropdown list when doing Find or Replace

    The routine highlighted for change is SPQR whereas the Current Block is showing a previous routine I looked at - namely ErrorLogger. Whichever routine I look at the "Current Block" remains stuck
    ...
  9. Wrong Routine showing in Dropdown list when doing Find or Replace

    I am using Visual Studio 2013

    Suddenly I find that when I do a search or replace (Ctrl - F or Ctrl - H) instead of the correct routine showing in the drop down list, I get something I have looked...
  10. Replies
    2
    Views
    23,581

    Re: Ensure that MessageBox is ALWAYS on Top

    Brilliant! There are lots of requestes for this on the web and lots of people saying "it can't be done"

    Many thanks -- tested and it works
  11. Replies
    2
    Views
    23,581

    Ensure that MessageBox is ALWAYS on Top

    Firstly, I am using Visual Studio 2013

    I have been looking for a way to ensure that the Message Box is ALWAYS on top and finally came up with this after the usual going round in circles

    ...
  12. Re: How to structure and step through a project using vb.net and vc++.net

    Well, I have been programming for many decades but that does not make me a good programmer - just old and slow!

    I think I need to rephrase my question to read as follows:

    "I had vb.net express...
  13. Re: How to structure and step through a project using vb.net and vc++.net

    Many thanks but I said "So, now I have a new laptop running Win 8.1 and have installed Visual Basic Express 2013".

    I know it does not work with 2010 - that is why I installed 2013
  14. How to structure and step through a project using vb.net and vc++.net

    Firstly, this post may be in the wrong place - if so, I am sorry and doubtless somebody will move it!

    I have a large (to me) project created in VB6 with a DLL which I wrote in VC++ 6.0. It all...
  15. Replies
    22
    Views
    7,958

    Re: vb.net ... why bother?

    The project is written in VB6. All time critical routines are in VC++ 6.0 (written in what is really C and ASM - the latter for bit handling, of which I do a lot)

    I am migrating because VB6 is...
  16. Re: Calling a DLL written in VC++.NET Native Code from a VB.NET project

    Well, I have tried to install it and failed. On reading around there seems to be a consensus that it cannot be done

    Do you need to use a virtual machine? Or what?
  17. Replies
    32
    Views
    37,294

    Re: Moving from VC++ 6.0 to VC++.NET

    Razzle
    The project you highlight looks to me like a perfectly straightforward Genetic Programming project - a computer program evolves over time. That is old hat and the principle has been around...
  18. Replies
    32
    Views
    37,294

    Re: Moving from VC++ 6.0 to VC++.NET

    Well, I didn't come here to argue about the merits or otherwise of Mopeks but after that comment I have little choice but to reply. What I am trying to do here is move a FULLY OPERATIONAL program...
  19. Re: Debug a Native DLL written in VC++.NET 2010 Express called from a VB.NET .exe fil

    MS says this has been DELIBERATELY removed in the Express versions. I can do this with VC++ 6.0 and have done so for years



    That is what I have been trying to do for several days ... but thanks!
  20. Re: Debug a Native DLL written in VC++.NET 2010 Express called from a VB.NET .exe fil

    Not sure how to do that ... I have already tried adding the vb.net exe file into the vc++.net source files. That did not work but maybe there are subtleties here ... ? I suspect the vb.net pdb file...
  21. Re: Debug a Native DLL written in VC++.NET 2010 Express called from a VB.NET .exe fil

    Yes, I really, really do have the correct version of the DLL



    I don't understand ...



    How do I do that? If you can answer that for VC++.net 2010 Express I will be eternally grateful ...
  22. Re: Debug a Native DLL written in VC++.NET 2010 Express called from a VB.NET .exe fil

    Yes, I have tried this and still cannot get into the DLL ... but thanks for the suggestion
  23. Debug a Native DLL written in VC++.NET 2010 Express called from a VB.NET .exe file

    The saga continues. Sometimes I think I must be the first person in the world to convert a VB6 project that calls a VC++ DLL into the new and exciting (ie really irritating) .net versions, namely...
  24. Re: Calling a DLL written in VC++.NET Native Code from a VB.NET project

    Yes, I have just tried that yet again as:

    __declspec(dllexport) double __stdcall TestF(double dblValue)

    and I get:

    Unable to find an entry point named 'TestF' in DLL 'C:\_MOPEKS\...
  25. Calling a DLL written in VC++.NET Native Code from a VB.NET project

    I have just installed VC++.net (2010 Express version) on a Win XP machine (the reason I am still using XP is that I need to use VB6 for a while and it will not install on Win 7/8). I would install...
Results 1 to 25 of 49
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured