Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tekomni

    Images On System Buttons

    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!
  2. tekomni

    Menu Frustration

    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...
  3. tekomni

    HTTPS Help?!

    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
  4. tekomni

    Dual Monitor Issue

    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...
  5. tekomni

    Dual Monitor Issue

    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...
  6. tekomni

    Dual Monitor Issue

    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!
  7. tekomni

    Dual Monitor Issue

    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...
  8. tekomni

    Dual Monitor Issue

    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...
  9. tekomni

    Shopping For A Handheld Issue (please suggest)

    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.
  10. tekomni

    Online Collaberation

    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?
  11. tekomni

    Shopping For A Handheld Issue (please suggest)

    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...
  12. tekomni

    Caller ID and Database Access

    look at this article http://www.15seconds.com/issue/020626.htm did you search google before posting here???
  13. tekomni

    Sort ListView

    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...
  14. tekomni

    Sort ListView

    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...
  15. tekomni

    Sort 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.
  16. tekomni

    Sort ListView

    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
  17. tekomni

    Sort ListView

    Yes but it does not sort numbers and dates correctly by default.
  18. tekomni

    Sort ListView

    I am looking for an easy way to sort a list which contains numbers and dates and sort them ascending/descending. Anyone found an easy way to do this?
  19. tekomni

    Has in VB6?

    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...
  20. tekomni

    Has in VB6?

    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

Part and Inventory Search

Back
Top