Search results for query: *

  • Users: Mateus
  • Content: Threads
  • Order by date
  1. M

    Created screensaver, runs manually but not via Group Policy?

    Hi All, I've created a basic screensaver in .Net that displays a slideshow of images full screen and exits on mouse movement/key press. Nothing fancy. It also blanks out any extra monitors the user might have attached. Problem is, although it runs fine if run manually on any PC via Explorer...
  2. M

    GetWindows - How to get all child windows at all levels from an application?

    Hi, I'm trying to get all the child windows for an application (inc. child of child) but I'm getting really confused using GetWindows and loops as it's only returning the first level of child windows. I'm sure I'm just been a total dunce :drunk: there must be a simply solution. Current code...
  3. M

    API DLL confusion

    Hi All, As a novice programmer I have only a little knowledge of using APIs so I hope someone can help. I've been given, what the developer called, a "very basic" API which is in the form of a COM DLL file without documentation. I need to use this API to get customer names from a third-party...
  4. M

    Why use 'Protected Overrides Sub OnPaint'?

    Hi All, A real noob question here that hopefully has a simple answer! Why, when drawing graphics, do most online guides recommend using Protected Overrides Sub OnPaint (ByVal e As PaintEventArgs) rather then the standard paint call an object? :uncomfortableness: I'm drawing graphics...
  5. M

    Question Why do app shortcuts have a number? 'Application Name - 1'

    I've just released a minor update to an application which a client has been using for several months and for some reason the desktop shortcut now has a number at the end. E.g. Application Name - 1 :confused: I've searched Google and this forum but couldn't find an answer as to what would have...
  6. M

    Get network printer’s shared name, not UNC?

    Hi All, I’m using code provided by someone clever than me to print to our networked Zebra printers. This is fine but it requires the shared path of the network printer (not the UNC as returned by PrintDialog.PrinterSettings.PrinterName). Is there a way to get PrinterDialog to return the...
  7. M

    Published updates no longer downloading - problem with signing?

    Hi All, I'm completely lost with signing and publishing, I feel like giving up. :( My hard drive crashed recently and I had to reinstall everything. Thankfully I'd backed up my work but something's gone wrong with the project signing/certificates - I had to create a new certificate. Also...
  8. M

    Character size/font via RAW dot matrix printing

    Hi All, I'm using the code below to successfully print to a dot matrix printer. Only problem is, the character size is too big. I know it can be changed because I have third-party applications that print at a much smaller font. I've searched this forum & the net for clues and I think I need...
  9. M

    Print output adds lots of carriage returns! Why?

    UPDATE: Resolved, see post below. :) Hi All, I'm having difficulty printing labels. I'm a newbie to printing but I feel I'm slowly getting there... Having searched forums I've come up with the following code for printing and it works but the output add a load of carriage returns to the end...
  10. M

    Question Diagonal text - correct code?

    Hi all, I'm a newbie to VB graphics and I'm wanting to have text appear diagonally across part of my app, like a stamp, saying "Printed". Below is the code I'm using but I'm not sure if this is the best way to do it. Any tips would be greatly appreciated. Many thanks! Public Class Form1...
  11. M

    Locking a record - best practice?

    Hi all, I have an SQL Express db accessible by many users. The db contains records that only one user should be able to view at a time to avoid duplicate work (users view a customer's record and then print out a report based on that record). As a newbie I've done a bit of research and I think...
  12. M

    Capturing RAW print data from a third party app

    Hi all, As I'm a newbie I'd better briefly introduce myself - I'm a VB hobbyist but, although I work within the IT industry, I haven't done much serious programming for about 4 years. I'm now returning to programming and currently working in VB.net 2008. :) The project I'm currently working...
Back
Top