Search:

Type: Posts; User: DUG123

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,792

    USB vendor or product ID

    We have a system that uses a USB device and I wrote the code in VB6. I want the software to run when the USB device is plugged into the PC. Is there a way to command the PC to run my executable when...
  2. Replies
    4
    Views
    790

    Re: Need a CAD graphics API system

    Thanks again. It looks like I will use C++ instead of VB.
  3. Replies
    4
    Views
    790

    Re: Need a CAD graphics API system

    Thank you very much. I kicked the dust off of the old PC and I had some near complete DirectX examples.

    Also, the weather conditions were perfect today and I was fooled into trying to shoo the...
  4. Replies
    4
    Views
    790

    Need a CAD graphics API system

    A while ago, on a previous PC, I started writing a customized CAD system using vb.net. I was using OpenGL and I also investigated DirectX. The API was straight forward as the command structure was...
  5. Replies
    3
    Views
    596

    Cannot dimension an array in vb6

    I am working on an existing project written in vb6 that includes a couple of modules.
    In the Private subroutines that I created I used a small array that I called tBuf(i). It carries bytes to other...
  6. Replies
    2
    Views
    792

    Re: VS2013 Writing a CAD code using VB.NET

    Yesterday, I discovered Dark GDK. It works great and it does a lot more. I have spheres and cylinders all over the screen and the refresh rate is much better than AutoCAD. The format is similar to...
  7. Replies
    2
    Views
    792

    VS2013 Writing a CAD code using VB.NET

    We are writing a simple CAD like program using vb.net. The software will consist of solid cylinders and spheres moving about on the screen allowing the user to control the orientation. A while ago,...
  8. Replies
    13
    Views
    15,644

    Re: Drawing a line in vb.Net with OpenGL

    I want to use OpenGL to create lines, circles and "spheres". Has anyone found some libraries/dlls with references that would allow me to do this. I have looked at the Tao and CsGL and it looks as if...
  9. Replies
    4
    Views
    859

    Re: What is faster than PSET

    Thank you very much. That Web site is very helpful.

    Doug
  10. Replies
    4
    Views
    859

    Re: What is faster than PSET

    I looked at SetDibits on the Microsoft Developer Network page and like numerous other APIs, I have trouble implementing it into a project. I copy it from the API viewer, paste it into my code and I...
  11. Replies
    3
    Views
    930

    Re: Select a Programming language

    My company's counsel will not allow me to release any code. I will therefore describe the method. I am measuring the length of fractures or lines in a crystal. I capture the array and download the...
  12. Replies
    4
    Views
    859

    What is faster than PSET

    I have a b/w camera that I have trained to download the images in the form of an array without any header. I then use PSET to put the image to screen. My problem is that PSET is very slow. ~5seconds...
  13. Replies
    3
    Views
    930

    Select a Programming language

    I am processing pixel data. The array size is two dimentional with 1024 x 1280 elements. I am currently using vb6 to process this array. I am looking at pixels and doing simple math. My pixel value...
  14. Replies
    4
    Views
    968

    Re: Square Wave Generator

    I can generate numerous frequencies with no problems. The problem is that I do not want a break in the pulse train when I change frequencies.
  15. Replies
    2
    Views
    967

    Square Wave from Sound Card

    I would like to generate a square wave using a sound card output using VB. I would like to do more than play a wav file. For Example, I would like to start at about 100 Hz and gradually increase the...
  16. Replies
    4
    Views
    968

    Re: Square Wave Generator

    Thank you
  17. Replies
    4
    Views
    968

    Square Wave Generator

    I want to generate a square wave through the serial port. How can I specify my baud rate settings other than the common ones?
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width