Does anyone know how I can place an image on a button with a flatstyle of "system". I want the XP look but with an image as well. I know microsft hash said the button style doesnt support it but was wondering if anyone found a workaround? Thank you for any help!
I have a problem and was wondering if anyone has had the same problem with VB.net and found a solution. It seems that when I name my menu items for a form, the names are just forgotten. I dont understand why. Some of the menu names remain but most it just defaults back to like MenuItem16 or...
Does anyone know how I can POST data over HTTPS on Windows 98? I've been using the XMLHTTP object for Windows XP and 2000 and it works perfect but it does not seem to support HTTPS on Windows 95/98 clients?
Any idead at all? Thanks
Thanks for your feedback. Are you referring to my original question or the last one I posted which was:
Anyone know of any tool which makes windows open where the cursor is? Somtimes windows will open in the wrong monitor.
Although I am still having problems with the DVD. I found a section...
It works now using Interactual DVD player but pretty crappy. I dont think that player will play all DVDs so I guess it has somthing to do with Power DVD.
Also, I found an options in the newest NView which allow for the taskbar to span across the two monitors.
ONE LAST QUESTION:
Anyone know of...
Also: I am trying out Ultramon, but it does not work too well :/ and Im not willing to fork out the money for it. Does anyone know of another program that spans the taskbar across two monitors???? Thanks!
Kocky - your suggestion did not work. If I play it in the second monitor it will not show. I can drag it to the primary monitor but thats not the screen I want to play it on. Any more ideas? Thanks.
MarkMeerten: I can make the second monitor the main monitor but then Windows continually tries...
I just setup dual monitors on my Ti4400. I can play games and open applications in either screen. My only problem is when I am trying to view a DVD on the second monitor, it is just blank although I can see the window and the DVD controls and everything. The movie is playing (i can hear it) but...
Thanks for the response. It kinda sounded wrong to me to. But it HAS to be written for the PPC? I am trying to run Putty, an SSH client and maybe our in-house proprietary software. Thanks much.
Wondering if anyone know of a software or service in an ASP format that allows multiple developers to work in PERL from multiple locations so they dont over-write each others changes?
I am looking to buy a WI-FI enabled handheld. I was looking at the HPs and emailed HP sales wondering if the Windows handheld OS could run software other than what comes bundled with it and they said it could not. The reason I want it is so I can login to our office UNIX server over SSH and run...
My last post was buggy here is the sub i created for sorting number list views:
Public Sub SortList(ByRef myList As ListView, myColumn As Integer)
Dim column As Integer
Dim i As Integer
Dim lst As ListItem
Dim boolAddedColumn As Boolean
column = myColumn - 1
' Stop...
Thanks for your help. I used a mixture of the suggestions. I added a column at runtime, set the subitems to equal the item that was clicked formatted like 0000000.00, then sort the list by the new column then remove that column. Here is the code:
Public Sub SortList(ByRef myList As ListView...
Maybe I should have been more specific. It does fill from a record set when the user opens that screen but i do not wish to re-query the server for the record set. I just want to sort the data they already have.
Is that sorting by the recordset query? If so, that will not work in my case as the data is not fed in on a column click. Thank you for your help though
Got it! Thanks for your help. For anyone who comes across this thread looking for a hash in visual basic use the following sample code:
dim myCol as new collection
myCol.add "password1", "user1"
mycol.add "password2", "user2"
msgbox...
Yeah collection seems to be close, but Im not sure how the operation works. A variant is a single variable while a hash is similar to an array, it has a key/value data relationship
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.