|
GDI+ question (transparency) I have written a little utility (in VB6 of course) for my own use that creates a simple graphic image (just a rectangle or a curve) and then saves it to disk as a .PNG file. I'm creating the images in a PictureBox and then using a GDIPlus class (from www.syix.com/wpsjr1) to save them to disk. The PictureboxToFi... 16 Feb 2005 16:29
newbie - how to resize column MSFlexGrid newbie - how to resize column MSFlexGrid I do not see in properties, maybe I am blind, how to change column width. I would like to set it to just resize automatically to widest field of the column, of corse. can I, may I!!!??? thanks -- Adam S ... 16 Feb 2005 10:20
Msgbox beep Is there a way to turn off the beep when a msgbox is displayed? -Dan ... 16 Feb 2005 11:21
VB6 Error Handling query... I have been having a problem with raising custom errors from within classes. The MSDN sample code for doing this (listed in lots of different samples) is in the following form... Code: Public Function DoSomething() On Error GoTo ErrorHandler ' Main block of code goes here. Cleanup: ' Cod... 15 Feb 2005 11:08
Compare file dates I have a VB6 exe that I am running and would like to check a network copy of the same program to see if it is a more recent file date, and if so, give a message to have user copy it down to their C drive. Can anyone point me in a direction to do this process? Thanks. David ... 15 Feb 2005 15:43
msRdpClient: send data to starting application? I use msRdpClient on my webbsite to start en application on a terminal server (win2k). This application needs to read data (two strings) that is unique to this terminal server session. Data is from session variables in webapplication. How can I do this? Write a file in the temporary MyDocuments -folder or som... 15 Feb 2005 06:02
MSFlexgrid - row sel Hi, I have a MSFlexGrid which shows some fields from a table. When I click in a row, since I selected the 'Selection Mode' property as '1-flexSelectionByRow' the row is painted accordingly. When the row is double-clicked, I load another form, that shows the remainig fields from the table. Until now, everything... 16 Feb 2005 10:51
Traffic.dll issue in WinXP Hi, We developed a VB program,runs on winxp, which references a traffic dll file, which is written (in C++) by my another friend. It runs fine when it executes as a exe file in different folder and the required dlls (including Traffic.dll which is written by my friend) files are in this folder as well. Howev... 15 Feb 2005 04:31
newbie - easy sql select statement I am connected to access 2000 from vb6 using ado. I need when a user enter search criteria that they can just enter the first letter and the search is not case sensitive. So if the user type "F" then I want and record with F as first letter in field to be displayed. I thought I had it correct but it just will ... 16 Feb 2005 14:26
XP Styles Error I have some users that are running my vb6 exe just fine on Friday then on Monday the get this error: 'This application has failed to start because the application configuration is incorrect.' Now, this error only happens on XP Home/Pro and then only on some of those, and, here's the kicker, only on the... 17 Feb 2005 14:09 |