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

Search:

Type: Posts; User: Taipan

Page 1 of 6 1 2 3 4

Search: Search took 0.08 seconds.

  1. Listview, users create click event when scrolling

    I have a Windows 8 app. It has a list view with 2 TextBlocks and a CheckBox in 3 columns. I am using an ObservableCollection as the data source. It all works well, but some of the people using it end...
  2. Replies
    1
    Views
    3,311

    sending POST data using Winsock?

    This is possibly the wrong forum to post in, but the program is written in VB6 so I hope someone can help.

    I have a program that sends form data to a website via Winsock. It's been working for...
  3. Replies
    1
    Views
    1,760

    Simulate Keypress

    Hi,

    I am a novice at c++ so please excuse my basic questions. I have a custom game controller that I can get data from using a small c++ console program. I want to convert some of the input to...
  4. Replies
    0
    Views
    1,032

    Fade an image in and out

    Hi,

    Pretty new to Java, I am trying to rewrite a flash banner I made into a Java applet so it can be seen on an iPhone. I need to fade a couple of images in and out. I have been searching for...
  5. Replies
    3
    Views
    1,769

    Re: Change which monitor is primary

    Hi,

    Thanks for the link. I think that only shows me how to get the monitor information. I want to change which monitor is the primary one. Not sure if it would be possible using VB. I'll keep...
  6. Replies
    3
    Views
    1,769

    Change which monitor is primary

    Is there some way I can change my secondary monitor to primary using VB code?
  7. Replies
    2
    Views
    868

    Re: Adding time to Now()

    Thank you so much, exactly what I need.
  8. Replies
    2
    Views
    868

    Adding time to Now()

    I am hoping somone can help. I am making a small reminder program and want to add a certain amount of time to the current date and time. For example I might want to know the date and time of Now + 3...
  9. Replies
    4
    Views
    1,606

    Re: Help with MsComm

    Thanks, that helped me sort it out.
  10. Replies
    4
    Views
    1,606

    Re: Help with MsComm

    Even though I have been playing with VB6 for quite along time, my understanding is pretty poor. The original code I copied from this forums somewhere, where someone had a similar query.

    To be...
  11. Replies
    4
    Views
    1,606

    Help with MsComm

    Hi,

    I have a new digital compass device as seen here http://www.oceanserver-store.com/osevkitsorus.html. It outputs a string of characters at a rate up to 40hz. I can change the format of the...
  12. Replies
    8
    Views
    3,932

    Re: MSComm_OnComm Event

    Thanks mate, that did it. :D
  13. Replies
    8
    Views
    3,932

    Re: MSComm_OnComm Event

    Well I did this, which worked if I had a small delay in the AVR between sending each message. Without the delay I think it all happens too fast for the VB6 code to keep up with. I set InputLen and...
  14. Replies
    8
    Views
    3,932

    Re: MSComm_OnComm Event

    Thanks for your help. I have read most of your other posts regarding MSComm before I posted this, but I am still unsure.

    The number of bytes per message is not constant. It will vary.

    The data...
  15. Replies
    8
    Views
    3,932

    Re: MSComm_OnComm Event

    Thanks for the fast reply. I am writing the code for the device and at the moment I am adding X, Y and Z as the first character of each piece of data. But I am not adding anything at the end. Is...
  16. Replies
    8
    Views
    3,932

    MSComm_OnComm Event

    I have an Atmel AVR that is polling some sensors and sending the data to my PC through the comm port. I am using some code that was posted on these forums to display the received data. Something like...
  17. Replies
    9
    Views
    4,209

    Re: is it possible to simulate a joystick?

    Slowly puzzling my way through this. I wrote a program that has a timer that reads joystick information and displays the X, Y, Z coords in a text box. But I can't figure out how to see the messages...
  18. Replies
    9
    Views
    4,209

    Re: is it possible to simulate a joystick?

    I have an MCU that is reading from a digital compass and an accelerometer. It will do some number crunching but mostly it will just send raw data to the PC through the com port. My VB program will...
  19. Replies
    9
    Views
    4,209

    Re: is it possible to simulate a joystick?

    I think that api is to read a joystick. I will be reading my own device through the com port and I want to convert the readings and output them as joystick moves. So I need to simulate a joystick...
  20. Replies
    9
    Views
    4,209

    is it possible to simulate a joystick?

    I am building a game controller that will be connected to the PC through a com port, and maybe later usb. I want to be able to simulate a joystick as one of the options. Is there some way to do this...
  21. Re: Startup shortcut with command parameters in Visual Studio?

    Thanks, I think I will add the entry in the registry. Looks like the simplest way.
  22. Startup shortcut with command parameters in Visual Studio?

    Hopefully someone can help me with Visual Studio. I am packaging a program and wish to have a shortcut installed on the users pc in the Startup folder, pointing to my application with a command...
  23. Replies
    4
    Views
    2,760

    Re: Tooltip Placement?

    Thanks for all the information. I think I'll make my own box as suggested.
  24. Replies
    4
    Views
    2,760

    Tooltip Placement?

    Hi,

    I use my program on a multi monitor pc. My Form starts up with it's .Left property set to -1024 to put it onto the 2nd monitor, but the tooltips show up on the other monitor. You would think...
  25. Replies
    6
    Views
    1,036

    Re: Same random number every time?

    Doh .. thanks
Results 1 to 25 of 132
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured