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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by smeyer56

  1. smeyer56

    Remote users and locked files

    That does not seem to be the case here. The files I am having problems with are configuration files for the program and bitmaps. They are read alot throughout the day. Sometimes the using loads it like they normally would, then when they would normally access it again, it says they have it...
  2. smeyer56

    Remote users and locked files

    Recently Citrix and RDP users are getting a "Cannot create file" error "The process cannot access the file because it is being used by another process". This is happening to all remote users but not local ones. Users all have full access to these files and the software vendor says that locks...
  3. smeyer56

    Custom toolbar placement

    We are on the newest version of GP Dynamics. We have users who have unlocked their toolbars, moved them the way they wanted and relocked them. When they shut the computer down and log in the next day, the toolbars are back to default. Except one user whose settings stay. Any ideas?
  4. smeyer56

    Convert VB.net application to web application

    Thanks for all your help. Nope, I don't think you misunderstood. They would love to see this run solely on the web, not just using the web to deliver it. If that were the case, I think the click once method would be ideal. I believe the will also require at some time it is useable on...
  5. smeyer56

    Convert VB.net application to web application

    That's what I was afraid of. I am told that we need to have this program distributable and able to run without the web and they also want it to run on the web. I think I can do this with an applet but .net have anything like this? Isn't the WPF Browser app supposed to work like this or am I...
  6. smeyer56

    Convert VB.net application to web application

    We have an application that was created in VB.net 2003. It is basically an estimating program. Now we need it to be a web application pulling data from an XML file. It also needs to be able to be a desktop application. My first thought is to write a Java applet but I don't really want to start...
  7. smeyer56

    Viewer not showing data source.

    I am trying to add a report that our users can view over Citrix. I have done this many times before. But, for this report I has to use a new DB. I created the ODBC connection on the application server. I also created the connection on the Citrix server. My problem is that the CR Viewer does not...
  8. smeyer56

    label forecolor change doesn't work always

    That was it! Thank you so much!
  9. smeyer56

    label forecolor change doesn't work always

    Nevermind, I see what you were doing here now. I'll try. Thanks for your help.
  10. smeyer56

    label forecolor change doesn't work always

    Are you sure? running is a boolean I have set to tell if the timer has started. Maybe I should be using a different variable name there? But that works fine while debugging.
  11. smeyer56

    label forecolor change doesn't work always

    Here's a large chunk of the code Imports System.Management Imports System.drawing Public Class frmNetworkStatus Inherits System.Windows.Forms.Form Dim running As Boolean Const IPs As Integer = 7 Dim index As Integer Dim locations(IPs) As cNetInfo Dim circle(IPs) As...
  12. smeyer56

    label forecolor change doesn't work always

    Okay, maybe not so great. If I run this and do nothing else it works great. If I do anything with the form(resize, move, work on a different program) it will still change the CType to red but the labelList will not turn black so all the labels will eventually be red. Private Sub...
  13. smeyer56

    label forecolor change doesn't work always

    Works great! Thanks Steve
  14. smeyer56

    label forecolor change doesn't work always

    I have an array of labels in VB2003. They are all black. When a user clicks on the label it should reset all labels to black and change the clicked one to red. The code Private Sub Label_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) For index = 0 To IPs...
  15. smeyer56

    Strange DNS Problem

    Possible progress in anyone is interested. Repairing Windows xp seemed to take care of the funny characters. I still have no name resolution. If I go to system information and look at the protocols. I have an entry for a webhancer tcp/ip protocol. It looks like the spyware that was earlier...

Part and Inventory Search

Back
Top