Search results for query: *

  • Users: Snip
  • Order by date
  1. S

    converting DXF to SVG?

    I have written my own code for this problem, but I am not 100% satisfied with the result. I just don't like spending money :o
  2. S

    How to show an AutoCAD file in a VB form

    This is not an easy issue... http://www.vbdotnetforums.com/showthread.php?t=9497 There are some tools on the market with .NET-viewers for autocad-files, but I have yet to find a free tool that works as it should work. You could start writing your own code, but it takes a lot of time (and the...
  3. S

    converting DXF to SVG?

    This is not free to use and I don't see any sourcecode...
  4. S

    Forms and making them fullscreen

    could you post a link to the msdn-code?
  5. S

    Forms and making them fullscreen

    I hate when programms start messing with my resolution. Make sure your programm places the previous resolution back when it is being closed...
  6. S

    converting DXF to SVG?

    I'm using the AutoCAD 2000. It seems hard/impossible to find good code for this problem. So I started writing my own code for it. It's a lot af trial and error, cause the documentation of AutoCAD is not really that good... The SVG-documentation is very easy to understand (knowing something about...
  7. S

    converting DXF to SVG?

    I am in search of code to convert a DXF-file (AutoCAD) to an SVG-file (Scalable Vector Graphics) Does anybody know where I can find good code for this?
  8. S

    Creating a serie of forms

    The thing I would like to make is something like the successive forms that you see in an installer.
  9. S

    Creating a serie of forms

    I'm making an application in witch the program asks the user to do different things by showing a dialogbox (dialogbox shown using a different thread so that the user can perform the apropriate action). On completion of the task, the user has to click ok on the dialogbox. Then a check is...
  10. S

    showing a control from within an other project

    Thank u. I'll try that. (need some practice in event-driven programming)
  11. S

    showing a control from within an other project

    I have 2 projects interacting. A Windows Application and a Class Library. I now want to show a ProgressBar on a window from the windows application from within the class library. The progressbar should appear above a picturebox, so I take the picturebox as a parameter in the procedure. In this...
Back
Top