Search:

Type: Posts; User: comalco2000

Search: Search took 0.03 seconds.

  1. Re: Task to convert old Borland C App to VB6 ??

    Thanks to all for reading and responding. CreativeDreamer is correct in his guess.... yes, so I can play in VB6 because I know it well. Sorry if I dont play with the latest and greatest languages...
  2. Task to convert old Borland C App to VB6 ??

    I have a strange request...... I have an old App that was written in Borland C++.
    I have all the source files, but Borland is alien to me.
    Does anyone know somewhere (a www site?) where I could...
  3. Replies
    0
    Views
    2,523

    SNMPv1 versus SNMPv2c

    Folks,
    This may not be in the correct topic. Apologies if so.
    I have an embedded controller based product that provides SNMPv2c alarm traps on alarm events.

    I am trying to have these traps (and...
  4. Re: Help using waveOutOpen call in WINMM.dll API

    I retract my previous post.... of course the command has to be starting with "rc = "

    I have spent a few more hours reading up on this. Interestingly some others have got to the same point, and...
  5. Re: Help using waveOutOpen call in WINMM.dll API

    I don't know why the examples I have are using this syntax;
    rc = mciSendCommand(lDeviceID, MCI_SET, MCI_WAVE_OUTPUT, parms)
    I changed it to this;
    mciSendCommand lDeviceID, MCI_SET,...
  6. Re: Help using waveOutOpen call in WINMM.dll API

    Thanks.....

    So I have embedded your code above as follows (and the mciGetDeviceID function in the module), but changing the Parms value to either 0, 1 or 2 still plays the sound through my primary...
  7. Re: Help using waveOutOpen call in WINMM.dll API

    Thanks.... I read incorrectly. The Multimedia Control doesn't have a direct statement to set the output device ID. I think the problem I am having is that the app code I am trying to modify...
  8. Re: Help using waveOutOpen call in WINMM.dll API

    I went through several examples in the codebank, and some other sources I found on the web, and I now have the code not crashing (at least). However, setting the deviceID to either 0 or 1 makes no...
  9. Re: Help using waveOutOpen call in WINMM.dll API

    dreammanor, I had reviewed the CodeBank, and had seen TheTrick's posts. They seemed a very different approach to that used in the example app I attached so I didn't work through them. I am...
  10. Help using waveOutOpen call in WINMM.dll API

    Hello Folks,

    I was trying to write a simple app that would allow me to play 3 or 4 separate WAV files to separate sound cards in my PC. The purpose is to test a Dante audio device which presents...
  11. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    thanks folks.... all makes sense and has ta
  12. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    Thanks for all the advice.
    The reason I call things where I do is that I need to load the config on the app starting, to use the data stored in the config. I only need to open the DGV to add or...
  13. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    Wow.... OK, so the data is there added to the right.
    So now my DGV is twice as wide!
    Why has it appended dt to the blank DGV, by adding a whole new set of columns to the right, rather than just...
  14. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    I have taken a screen shot of the data visualiser and also of the DGV on the child form - showing the data appears to be in the dt, but doesn't show in the DGV, yet two blank extra lines do appear in...
  15. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    Thanks for your reply.
    I have added the instance in the toolstripbutton event that opens the child form. When I click the toolstrip button
    It shows the child and appears to have added the extra...
  16. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    Thanks
    NAMS is my MDI Parent form. Form1 is the child with the DGV.
    I don't think this is correct (below) and it doesn't work...although the DGV now has two more rows in it, as though it has tried...
  17. Re: Picking a random control from a group created during runtime

    OK, so I have had a go at inserting your lines.... but I get an error
    Severity Code Description Project File Line Suppression State
    Error BC30002 Type 'List' is not defined.
    Not sure why, but...
  18. VS 2015 Re: Binding DGV to datatable problem ? Or ??

    Thanks Paul
    Tried that ages ago.....seems a likely requirement, but does change anything. Data still doesn't appear in the DGV.
    I wonder if its WHERE I put this statement that matters? I have...
  19. Re: Picking a random control from a group created during runtime

    Passel,
    Thanks for your response
    I am maintaining a config file, that amonst other things holds the x,y position of the text box on the screen (where I have positioned it), the site name, the IP...
  20. VS 2015 [RESOLVED] Binding DGV to datatable problem ? Or ??

    I am trying to teach myself vbnet, having spent years playing with VB6. I have been spending hours trying to fix this problem, including reading lots of forums and the MSDN. I seem to be doing...
  21. Picking a random control from a group created during runtime

    I am using the following code (only main sections shown) to create new textboxes during runtime by clicking a toolstrip button.
    once created, I can move them around using mousedown/mousemove events...
  22. Replies
    4
    Views
    655

    Re: Opening a webpage and main pane only

    I've never done one before........but I'll have a go.
    Thanks.
  23. Replies
    4
    Views
    655

    Re: Opening a webpage and main pane only

    Thanks for the tip.
    Unfortunately, theatremode grabs the whole screen and overrides the form size. I need to open the device's webbrowser inside the form, not just take the whole screen. Any...
  24. Replies
    4
    Views
    655

    Opening a webpage and main pane only

    I need to open a webpage (from a device that has an internal webserver GUI) and display it on a form in a VB6 app. I can easily open IE from VB6 and see the device's webpage, but I would like to...
Results 1 to 24 of 25



Click Here to Expand Forum to Full Width