Search results for query: *

  1. T

    moving to the world of being object oriented

    Hi, I originally developed a set of web applications with VB6. For the generic functions that are used throughout the application, I added a "utilities" module that contains all of pubic functions. Later, I converted the applications to dotnet (2010) where I still have the "utilities" module...
  2. T

    Question file downloading from SQL Server

    Hi, I have a web app that downloads an mp3 file from SQL server. (code extract below). It works fine. It prompts the user for a filename on their workstation to save the file locally. What I have trouble with is getting the getting the dialog box to come up with a meaningful default name. It...
  3. T

    Question converting HTML to a .png file

    Hi, I have a task thrown my way to use vb.net to convert a HTML document to a .png (image format) programatically. I have sniffed about the net and found there are several 3rd party products that can do that sort of thing, so I see it can be done. Does anyone out there know of fairly simple way...
Back
Top