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 Chriss Miller 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: mark01
  • Content: Threads
  • Order by date
  1. mark01

    Button to open a link

    Hello, I'm trying to get a button to display open a link. <button>ClickMe</button> is what I have so far. I but an <a href=" before it, and it sort of works, but not all the time. Is there a better way of doing this? Thanks
  2. mark01

    Image at absolute bottom of webpage

    Hi, does anyone know how to center an image at the absolute bottom of a webpage. I don't want a white space between the image, and the border of the browser... Thanks.
  3. mark01

    My Old VB6 application is running very slow on New Vista OS

    I have an application I made in VB6, which has been running fine for years on Windows 98/2000/XP. I recently tried it on Vista, and works 70% of them time, but the other 30% of the time, it is very sluggish. Sometimes it takes 3 minutes for the application to become 'unstuck'. Has anyone else...
  4. mark01

    Three Offices connected by VPN Routers

    I am going to setup 3 offices together using vpn devices. My question is, when a client in a branch office accesses the internet with the new device, does it first go through the vpn and use the main offices internet connection? or will it use it's own internet connection? If it used the main...
  5. mark01

    AutoAdminLogon regkey causing logon script to not run

    I have several XP machines in which I have enabled the AutoAdminLogon so that they all auto login everyday after rebooting during the night. Well when they autologin, the login script doesn't run. Not even the minimized DOS window shows at the bottom. But when I log-out, then back in, the...
  6. mark01

    Anyway to remove the &quot;None&quot; password as an option for screensaver

    I have a group policy which forces the password. However, if the user selects "none" as their screensaver, nothing will run. Is there a way to remove "None" as an option? I don't want to specify a password, I want them to be able to choose... Thanks
  7. mark01

    Mouse over, play Movie Symbol

    I've been frustrated for 4 hours trying to make a simple Mouse over event that will play a Movie Symbol in Flash MX 2004. This is what I've done... Created a button symbol, and a Movie Symbol. I've successfully called the Movie Symbol when I click the button using the following Action Script...
  8. mark01

    What percentage of people buy after downloading your applications

    Just curious for any of you that sell software that you make, what percentage of all downloads of your product, end up in a sale?
  9. mark01

    Any way to setup the time sync on XP pro to sync every hour?

    We have multiple XP computers. Each of them have different time on them. Is there anyway in Group Policy to set them to sync every hour? Thanks
  10. mark01

    Selling software that I made... Do I get a 1099 form from the buyer?

    I started selling software in 2005. I had one person purchase my software for $250. Are they going to send a 1099 form in the mail to me? Or is that only for purchases over $600? Also, if they don't send a 1099, does that mean I don't have to claim it on my taxes? Thanks
  11. mark01

    Win 2000 DC server as parent domain, 2003 DC server on a child

    Just wondering, I have 1 domain... domain.com. It is a single Windows 2000 server. Can I add a subdomain controlled by a 2003 server? For example, I will call the 2003 server domain, child.domain.com. So it will look like this... domain.com <---Windows 2000 Domain Controller...
  12. mark01

    Cost of Upgrade CAL's?

    Anyone know the estimated price of Upgrade CAL's for 2003 server? We have a bunch of Windows 2000 server CAL's we'd like to upgrade, but can't find a price on upgrade CAL's... Thanks
  13. mark01

    Pricing on R2. Anyone know how much it costs to upgrade?

    I have many Windows 2003 servers, with a lot of CAL's. Does anyone know how much it will cost to upgrade them to R2? Also, anyone know the release date? I can't find these anywhere... Thanks
  14. mark01

    Patented Software... How close Can I go to designing a similar app?

    I would like to start selling my software application I made that automatically patches windows computers. However, I found another company that sells very similar software, and is patent protected. The layout is similar, and it works a little differently than each other, but in the end does...
  15. mark01

    Using Access Database with my VB6 project... DB corrupts

    I have an access database that I use with my vb6 application. I have about 50 user's accessing this data at one time. About once or twice a month, the database will corrupt, and I will have to repair it. Sometimes the repair wont work, and I have a useless database. Is this most likely a...
  16. mark01

    Border style to change during app operation

    I'm trying to get my app to change the border style when I click a button. I want it to change from Sizable to Fixed Single... This doesn't work... Me.BorderStyle = 1 Any Suggestions? Thanks
  17. mark01

    Search for text in a Variable

    I have the following code... TextVar = "This is just a sentence." How can I search for a word in that variable, and if it is found, display the whole sentence. For example, I'd like to search for the word "just" inside TextVar, and if it is present, then MsgBox TextVar... Anyone know how to...
  18. mark01

    Legal to distribute NTSvc.ocx in an application

    Is it legal to distribute NTSvc.ocx in an application? I've tried looking everywhere, but can't find any doc's on it... Thanks
  19. mark01

    Disabling Alt-F4 wont work

    I have the following code to disable Alt-F4... Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) If UnloadMode = 0 Then Cancel = 1 End If End Sub This works fine on a freshly made app, but when I use this code on an existing application with 100's of lines...
  20. mark01

    Removable drive automatically opens up the drive - Can I stop this?

    I have a removable drive, which when i plugged it into my front USB ports, would prompt me what I want to do... (open drive, copy files, etc) Now, for some reason, it doesn't prompt me anymore, it just opens up the drive, and lists the files. How can I fix this? (I've played with the...

Part and Inventory Search

Back
Top