Does anybody know if there's any way of implementing the windows document preview control in an application? I'd like to be able to select a file name from the directory structure and display a preview of it, in a similar way to the thumbnails windows shows of pdfs/images/office documents etc...
Does anybody know if there's a way to build an asp.net project without disconnecting any active users?
Whenever I debug or release any of my asp.net projects any active sessions are destroyed and active users are sent back to the login page. There must be some way around this, or you can only...
You were right! I've been doing that for years as well!
FYI I've changed it to:
Public Function printFile(fileToOpen As String, printerName As String) As Boolean
On Error GoTo handler
printFile = True
Dim sEdgeApp As SolidEdgeFramework.Application
Dim sEdgeDft As...
I have a problem with 'on error resume next', or indeed any other error handling routine. The problem is an error is thrown rather than the code entering the handler.
The Code is here:
Public Function printFile(fileToOpen As String, printerName As String) As Boolean
On Error GoTo handler...
I have an oracle table linked into as access 97 database. This all works fine, apart from a memo field in the table. The memo field shows only the first letter. When the cell is highlighted it shows all of the letters seperated by the little square character that means it doesn't recognise a...
I have a system that returns a date and time in GMT all year round. I need a function to find out if the date passed through is in BST or not and add an hour accordingly. Has anyone any idea if this sort of thing already exists?
Thanks!
Dan
Does anybody know where I can get a sample shareware licence agreement template from to add to the installer of my program? (All the agreements I've seen are between a company and an end user rather than an individual (i.e. me!) and the end user.)
Thanks!
Dan
That's not the point, if I turn on another PC (PC-2) after the PC with the problem (PC-1), then PC-2 can see PC-1 but PC-1 cannot see PC-2 until I repair the connection on PC-1.
Dan
I have a PC on my network that will only recognise any deviced that are present when it boots. If I turn on the pc and then turn, for example, my adsl router or another PC, the PC won't find it.
If I turn on the router before the PC it works fine. Selecting 'repair' on the connection fixes the...
You can use the Right function, as below:
strNew = right(strFilePath,len(strFilePath)-3)
where strFilePath is the string you want to manipulate. This will give you all the string without the first 3 characters.
Dan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.