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 wOOdy-Soft 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: *

  • Users: tekomni
  • Content: Threads
  • Order by date
  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

    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...
  5. 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?
  6. 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...
  7. 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?
  8. tekomni

    Has in VB6?

    Is there a data type of hash in visual basic 6 similar to those in PERL and C++?
  9. tekomni

    Using XML with Visual Basic

    Hello: I can currently send/receive XML from VB using the MSXML 3.0 objects. But I am unable to post XML over HTTPS using this method. Any ideas on how to connect using HTTPS/SSL when posting XML as opposed to the unsecure HTTP? Thanks a lot.
  10. tekomni

    Passing a value to a textbox

    I have a MDI application in which I do somthing like: dim frm as new frmName frm.show from the form "frmName" I load another form which needs to pass a value back to the "frmName". The second form has a public variable txtOwner as textbox I set txtOwner =...
  11. tekomni

    MySQL Encryption

    I am using ADO with MyODBC connecting to MySQL 3.23 but I can go to 4.0 if I need to. I am looking for a way to create a secure connection which I believe would be SSL. I dont know how to establish the secure connection. Anyone know ANYTHING about doing this ? Thanks in advance !
  12. tekomni

    VB6 with MyODBC

    Ive been working on a project for a while now with VB6, MyODBC and MySQL. I formatted my computer and reinstalled MyODBC but accidentally installed MyODBC 3.51 when Ive been using 2.5. Now, when I pull a recordset the data downloads and I can cound the records returned but EOF is reached and...
  13. tekomni

    Icon Help

    I have some icons I would like to use in buttons and a toolbar but they have a pink background. I believe there is a way to make that pink color transparent so that the button color shows through. Any ideas how to do this ?
  14. tekomni

    MySQL Encryption

    I am working on a visual basic application on a MySQL database but Im looking for a way to encrypt all commands and queries sent to the server. I have read of SHH and would like to use it in VB. Is there a way to do this?

Part and Inventory Search

Back
Top