Search:

Type: Posts; User: atanq

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,566

    Re: VB2014 application deployment help

    OK, understood, thanks for that info. Where would you recommend to upload my program to for distributing?
  2. Replies
    4
    Views
    1,566

    Re: VB2014 application deployment help

    Ok, cool. Yes sorry, typo, I meant 2012, I'm a bit out of date also :)

    One thing with the publish, that if the PC you're deploying it hasn't got .net, it has to download it, is there a way round...
  3. Replies
    4
    Views
    1,566

    VB2014 application deployment help

    Hi

    I've written a utility application that I've had tested by some friends but I'd now like to get it out to a wider audience for beta testing. What's a good way to do this?

    Thanks

    Aaron
  4. VS 2010 Re: create a .wav file without saving it to hard drive

    That sure did work! Many thanks for that :)
  5. VS 2010 [RESOLVED] create a .wav file without saving it to hard drive

    Hi,

    I'm using the following code to create a .wav file for infrared audio transmission. The code creates the data for the wav file, saves it to the C: drive, and then plays it. Is there a way to...
  6. VS 2010 Re: Creating a wav file for use as an Infrared carrier

    Update:-
    So, I now have a working solution for my infrared transmitter. The following code creates a .wav file based on 1s and 0s which represent arbitrary values, in my case, approximately 560us...
  7. VS 2010 Re: Creating a wav file for use as an Infrared carrier

    I've been doing some testing following your posts and you're absolutely right :)

    You know when you run something through your brain and you come up with 2 answers and 1 is the wish-list answer!
    ...
  8. VS 2010 Re: Creating a wav file for use as an Infrared carrier

    So, the way I understand it, if the LED is just connected across Left and Ground with a Mono signal, then the LED will only flash on the positive cycle, when the negative cycle occurs, the LED just...
  9. VS 2010 [RESOLVED] Creating a wav file for use as an Infrared carrier

    Hello,

    I am using the following code, which creates a wav file, for use as audio signal generation, to modulate an Infrared LED connected across the left and right channels of the headphone jack....
  10. Replies
    3
    Views
    644

    VS 2008 Re: serial com port and infrared signals

    Good tips guys, thanks. The vendor won't release any info, surprise?! The program I've used to capture the signals gives me mark/space time intervals which is great. I've started decoding it,...
  11. Replies
    3
    Views
    644

    VS 2008 serial com port and infrared signals

    Hi Guys,

    I'm looking at ways to decode a non-standard Infrared remote control handset; it is used for setting up my 'Rointe' electric radiators. I've got an IR receiver hooked up to my com port,...
  12. Replies
    10
    Views
    1,980

    VS 2008 Re: [RESOLVED] Serial port woes

    This thread's resolved, it may be worth starting a new one, and post some code.
    Thanks
  13. Replies
    10
    Views
    1,980

    VS 2008 Re: Serial port woes

    Passel,

    Many thanks, that's solved it. Really appreciate your insight.

    dbasnett,

    Originally, there was data in the textbox, just the issue with the memory.

    Many thanks guys,
  14. Replies
    10
    Views
    1,980

    VS 2008 Re: Serial port woes

    Thanks! I'll give that a shot, it makes sense what you're saying about the readline getting held up as there is no line terminator.
    ��
  15. Replies
    10
    Views
    1,980

    VS 2008 Re: Serial port woes

    I tried vs2010 express, a different com port, a different pc, and still no joy.

    :(

    any suggestions?!

    :)
  16. Replies
    10
    Views
    1,980

    VS 2008 Re: Serial port woes

    Here is my code:


    Imports System.IO.Ports
    Public Class MyFirstCOMProgram
    Public Delegate Sub StringSubPointer(ByVal Buffer As String)
    Dim WithEvents COMPort As New SerialPort
    ...
  17. Replies
    10
    Views
    1,980

    VS 2008 [RESOLVED] Serial port woes

    Hi,

    I'm using .net 3.5 with a serial port using the data received event and a delegate to look at a continuous stream of data. My issue is that I'm running out of memory and after a few days...
  18. Replies
    1
    Views
    831

    VS 2008 Play an audio file over a voice modem

    Hi,

    I've got an app that is an alarm handler, so when an alarm goes off, it indicates on the screen etc.

    I'd like to dial up to a telephone line and announce the alarm to the person receiving...
  19. VS 2008 Re: [RESOLVED] System.OutOfMemoryException was unhandled

    FunkyDexter,

    So you can't see any issues with that loop of code?
  20. VS 2008 Re: System.OutOfMemoryException was unhandled

    I think I'll monitor it for a while, as you infer, it may be a red herring. Thanks for the tips.
  21. VS 2008 Re: System.OutOfMemoryException was unhandled

    How do you continue to log your data while a user opens up the current days data?
  22. VS 2008 Re: System.OutOfMemoryException was unhandled

    I'll give that a try, but will that affect when I want look at the data externally - will the file still be open?
  23. VS 2008 Re: System.OutOfMemoryException was unhandled

    Thanks for the replies, I am closing the connection in the Finally part. Is there something else I need to free up the resources?
  24. VS 2008 [RESOLVED] System.OutOfMemoryException was unhandled

    Hi,

    Happy new year to all!

    I came in today and found my application which was running in debug for a few days(I've had some other issues with it hence debug), had hung (see highlight) with the...
  25. Replies
    4
    Views
    639

    VS 2008 Re: Tips on data logging

    Each record entry consists of date, time, and 3 flow rates which are double numbers. My db has the trace fields set up as 'Number', I only need to store an integer, would setting the field to...
  26. Replies
    4
    Views
    639

    VS 2008 Tips on data logging

    Hi,

    I've got a program which is reading some live values from a device, and then every 5 seconds a timer tick drops the data into an access database. Every day, it creates a new database file to...
  27. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    Thanks
  28. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    Fixed it!

    In compatibility mode:
    Disable display scaling on high DPI settings
    Ticked this and hey presto!
    Maybe the retina display?

    Many thanks for the ideas, guys.
  29. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    Thanks for the suggestions, here's where I am now:

    I tried different fonts in the designer environment, no change.
    I tried VS2012, no change!
    I tried new projects on 10&12, no change.
    My Mac...
  30. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    Here with an update on this, i've got VS2010 running on my Mac with Parallels, but when I run a program it the fonts change slightly in the app and appears blurry?
    Please see attached picture,...
  31. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    ok, I've installed vb2010 express, and now the designer looks fine. but when I run the program, it goes blurry? shall I try 2012?
    thanks
  32. Replies
    5
    Views
    967

    VS 2008 Re: windows 8

    Hi,

    sorry for the delay! i managed to find a way in vbexpress to bring up the configuration manager and change the target platform, and now it's sorted. thanks for the help.
  33. Replies
    14
    Views
    4,219

    VS 2008 Re: vb with blurry display

    Ok, will try VS2010/12 I was hoping not as I move files around between older machines.
  34. Replies
    14
    Views
    4,219

    VS 2008 [RESOLVED] vb with blurry display

    Hi,

    I've just finished installing windows 8 pro on my mac running parallels desktop (a way of running mac os and windows side-by-side). I'm running VB 2008 Express, and it's slightly blurry. The...
  35. Replies
    5
    Views
    967

    VS 2008 [RESOLVED] windows 8

    Hi,

    Happy new year and all that, I've just put VS2008 on my laptop running Windows 8 Pro. I'm trying to run a database program which is using Jet 4.0. I'm getting an error when it tries to open...
  36. Replies
    4
    Views
    610

    VS 2008 Re: Iterating through classes

    I see, that's a good point, i'll make up a class called light and assign some code depending on a colour property which i can select at design time. then my iterations will be covered in one fell...
  37. Replies
    6
    Views
    755

    VS 2008 Re: iterating through classes

    Thanks for that, for some reason when i posted the original post my browser crashed, when i looked back for the thread it wasn't there so i started a new one.
  38. Replies
    6
    Views
    755

    VS 2008 [RESOLVED] iterating through classes

    Hi,

    I've got some classes that have identical properties called, PLCaddress. At the moment, I'm iterating through each type with a separate loop. I was wandering if I could generalise a loop...
  39. Replies
    4
    Views
    610

    VS 2008 [RESOLVED] Iterating through classes

    Hi,

    I've got some classes that inherit picturebox and show different colours depending on a boolean property called PLCaddress.

    For instance, a blue light changes to blue from grey, and red...
  40. Replies
    0
    Views
    693

    VS 2008 [RESOLVED] Published program giving trouble

    Hi,

    I've been running a SCADA program in debug for a long time, and decided to publish it as it's finished (or so I thought!). But when I do, after installing and running, the program throws a...
Results 1 to 40 of 104
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width