Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

Boniolopez

@Boniolopez
About
Posts
31
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Undo for VS add-Ins
    B Boniolopez

    Dear all, I developed a tool window, which is a custom graphical editor. Now I would like to use standard visual studio undo/redo buttons and printing dialog. But these buttons are disabled when my toolwindow is focused, and also not passed to Querystatus of the addin. On other hand, for example, build-in form editor can usees the buttons. May be somebody could help me? Thanks in advance, Boni:laugh:

    C# visual-studio csharp help tutorial question

  • setup wizard
    B Boniolopez

    Hi all, I am doing my first setup project for the addin I wrote and can't solve following problem. I want to deploy an addin for Visual studio. So I need to look in registry for the HKLM\SOFTWARE\Microsoft\VisualStudio\7.X\InstallDir (where 7.X is 7.0 or 7.1) and take it into MyPATH0 and MyPATH1 variables. For the installed version(s) I need to make TARGETDIR to MyPATH0\..\..\\Vc7\VCWizards. I have no idea how to solve this. Setup wizard seems to have very simple logic, so how can I program in the wizard " 1.TAKE REGISTRY KEY XX\7.0 into VAR 2. If success Make VAR+AAA to the TARGET DIR 3.Install 4.TAKE REGISTRY KEY XX\7.1 into VAR+AAA 5. If success Make VAR to the TARGET DIR " Thank you very much for your help, Boni

    Visual Basic help csharp visual-studio windows-admin tutorial

  • setup wizard
    B Boniolopez

    Hi all, I am doing my first setup project for the addin I wrote and can't solve following problem. I want to deploy an addin for Visual studio. So I need to look in registry for the HKLM\SOFTWARE\Microsoft\VisualStudio\7.X\InstallDir (where 7.X is 7.0 or 7.1) and take it into MyPATH0 and MyPATH1 variables. For the installed version(s) I need to make TARGETDIR to MyPATH0\..\..\\Vc7\VCWizards. I have no idea how to solve this. Setup wizard seems to have very simple logic, so how can I program in the wizard " 1.TAKE REGISTRY KEY XX\7.0 into VAR 2. If success Make VAR+AAA to the TARGET DIR 3.Install 4.TAKE REGISTRY KEY XX\7.1 into VAR+AAA 5. If success Make VAR to the TARGET DIR " Thank you very much for your help, Boni

    C# help csharp visual-studio windows-admin tutorial

  • setup wizard
    B Boniolopez

    Hi all, I am doing my first setup project for the addin I wrote and can't solve following problem. I want to deploy an addin for Visual studio. So I need to look in registry for the HKLM\SOFTWARE\Microsoft\VisualStudio\7.X\InstallDir (where 7.X is 7.0 or 7.1) and take it into MyPATH0 and MyPATH1 variables. For the installed version(s) I need to make TARGETDIR to MyPATH0\..\..\\Vc7\VCWizards. I have no idea how to solve this. Setup wizard seems to have very simple logic, so how can I program in the wizard " 1.TAKE REGISTRY KEY XX\7.0 into VAR 2. If success Make VAR+AAA to the TARGET DIR 3.Install 4.TAKE REGISTRY KEY XX\7.1 into VAR+AAA 5. If success Make VAR to the TARGET DIR " Thank you very much for your help, Boni

    Managed C++/CLI help csharp visual-studio windows-admin tutorial

  • Very simple question
    B Boniolopez

    Hi all, I can't find how to break long string constants to the multiple lines. Example: Dim mystring as string string.insert(0, "VeryVeryVery... .LongLine") The VB don't understand, that the string constant continues on the nextline. Please help, Thanks in advance

    Visual Basic tutorial help question

  • HTML from XML
    B Boniolopez

    Thank you for your great help.

    XML / XSL question xml html debugging

  • HTML from XML
    B Boniolopez

    Hi Dave, thank you for your very clear answer in my previous posting. Now I understand the idea, and what I have to do. Algthouth I don't think, that it is worse to post my XSL errors into forum so far:). . The question is how can I debug the output of the transformation myself. I want to see the HTML code, which is generated after the transformation, but if I make "show source" in the IE, it shows the XML before the transformation. Is it some magic too, whic looks like magic_tool input.xml input.xsl >output.txt Thanks in advance, boni

    XML / XSL question xml html debugging

  • HTML from XML
    B Boniolopez

    Hi all, once more starter question. I am starting with XML and XSLT. I created XML document and XSLT to it. But the IE shows to me not what I expect. Can I somehow see the HTML, which comes after the transformation? (Or how can I debug my stuff?) Thanks, boni

    XML / XSL question xml html debugging

  • Visualize XML
    B Boniolopez

    Hi David, hi all thank you very much for your reply. I have now easier question. Lets leave the routing outside (As far as I understand you javascript and plug-in are from routing, right?). How can I say the IE that if it meets a tag "Transistor" to take a picture "transistor.gif". Is it easy? Do I supposed to use XSLT or CSS? (sorry, I don't know much about both and the resources I could find so far about XSLT was not very clear. On other side I use CSS to change font colors on the page and so on, but don't know how it can help to solve my problem.) Thanks alot, Boni

    XML / XSL question algorithms xml

  • Visualize XML
    B Boniolopez

    Hi all, am new with xml, so may be the question is not very correct. I have the xlm description of the electonic shema. This description includes nodes (i.e. transistors, resistors ...) and wires. Now I want to visualize the circuit with intenet explorer. I have somehow to make IE to understand, that when it meet in XML transistor it has to take the picture transistor.gif... After all elements are placed it has to draw the wires in the optimal way (route on the fly?I have an algorithm but don't know where to put it in xml). I have absolutely no idea how XML can be visualized. Please could you give me the starting point. Thanks, Boni

    XML / XSL question algorithms xml

  • How to initialize const of base class
    B Boniolopez

    Thanks all for your help

    C / C++ / MFC question help tutorial

  • template as a friend? (Expert question:)
    B Boniolopez

    Hi all, following code produces compiler error --header1-- template < class T > class myclass{ } --header2-- class myclass1{ friend class myclass;//<--this line .. } This compiles without problems with VS2003, but produce error, that myclass is allready defined as a template with VS2005Express beta1. How should I write? (friend template < class T > class myclass fails too)! Thanks in advance, boni

    C / C++ / MFC question help

  • How to initialize const of base class
    B Boniolopez

    Hi Alan, I want to do exactly das wat you wrote. Unfortunetly your solution (was my solution too:) is not compilable. It produces error C2758. The same stuff with tamplate produces error C2614. Any help is very appreciated!!!

    C / C++ / MFC question help tutorial

  • How to initialize const of base class
    B Boniolopez

    The constructor of B must have the described signature:confused: (specific for the application)

    C / C++ / MFC question help tutorial

  • How to initialize const of base class
    B Boniolopez

    Hi, May be very simple question, but I can't find the answer. Please help me. class A{ public: const int My_some_const; int k; A(int k_):k(k){}; } class B:public A{ B(int k):A(k) //<---How to initialize Mysome_const without passing the value througth constructor of A???? } Thanks in advance, Boni :confused:

    C / C++ / MFC question help tutorial

  • &quot;Overload&quot; malloc
    B Boniolopez

    Hi All, I would like to add my own functionality to malloc: Is it possible somehow to hook into this function (or between it and OS). Thanks in advance, boni

    C / C++ / MFC

  • mouse over graphical objects event?
    B Boniolopez

    Hi Nick, thank you so much for the answer. But can't windows notify me with an event, when the mouse is over my rectangle? (I could imagine to register the rectangles "contain"-method somewhere(?)) I fear, that if track mouse for all of my 1000 objects (not only rectangles but even more complicated figures) for each move this will slow down the PC very much. Thanks for your time, boni

    Visual Basic question

  • mouse over graphical objects event?
    B Boniolopez

    Hi all, I draw a rectangle. Now I want, that rectangle changes the color, when mouse over it. I want to have an event when mouse is over rectangle, and NOT track all mouse moves. Is it possible? I just can't find a good way to do it? Thanks a lot, Boni

    Visual Basic question

  • Debug levels
    B Boniolopez

    Hi Dave, I am sorry to mention this, but: How your anwer can be helpful to me? Of course I allready reviewed both links you sent and as I wrote I also played around with trace switches. If you know the answer you could just check it on your PC and then sent to me/or forum, if not... ( "if you really... " is just wasted bits) Sorry once more. The points are: 1.I can't find how I can in visual basic print a source file name and a line, where in C++ you have __LINE__ and __FILE__ preprocessor macros 2.How to switch on and off multiple groups of trace messages depending on the global variable. 3.In the documentation some .config file mentioned what is it? I couldn't find some in the project subtee Thanks you all in advance, Boni

    Visual Basic csharp c++ debugging question

  • Debug levels
    B Boniolopez

    Hi all, I am a pure C++ programmer and new in .NET and VB. So sorry for this simle question I use for tracing in my applications normally following way to have debug levels. //my_proj_globals.h #ifdef _DEBUG extern unsigned int debug level #define DEBUG_MSG(msg,num) if ((debug_level)&(((unsigned int )1)<

    Visual Basic csharp c++ debugging question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups