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!

Search results for query: *

  1. vsprogrammer

    2003 C#.net -> 2005 C#.net

    Hi, I am not by any means a C# programmer, so I am hoping you can help me? I have a program written in 2003 C#.net and am wondering why I can not open it in 2005? Any suggestions? I would think that I could open it and use new references that I need for 2005 but I can not even open the file in...
  2. vsprogrammer

    Netmotion VPN

    Hi! I am trying to remote desktop via Netmotion. I have connection and I know that the computer I am trying to connect to is turned on, however, I keep getting an error saying "This computer can't connect to the remote computer. Remote desktop cannot find the remote computer. Type the computer...
  3. vsprogrammer

    Pop ups freezing Internet

    Hi! 95% of the time when there is a pop window trying to open (including opening an email - when a new window opens) my internet freezes. It is like the system gets confused and it doesn't know what to open in the window, it seems like it tries to open the last known window. Any ideas on why...
  4. vsprogrammer

    Appending text to existing file

    Hi, I am trying to write text back to a notepad file, the following code works, however, it keeps overriding the original value. So what I am doing is checking a checkbox and then reading the text that is associated with the checkbox and storing it back to the file for later use, ie. (Using...
  5. vsprogrammer

    Query pulling too much information

    Hi all! I am trying to create a query for that will allow me to pull the following info: Triglycerides, Cholesterol LEVEL, Hours Fasting, Total: HDL Cholesterol Ratio, HDL Cholesterol, and LDL Calculated. This is what I have so far: select distinct rip.name 'Policy Name', rci.itemname...
  6. vsprogrammer

    Mouse Scroll?

    Hello, I am new to VBA and was wondering if there is a reference that would allow me to mouse scroll in my VBA code instead of always using the scroll on the window? Thanks! VSProgrammer
  7. vsprogrammer

    Removing Dual Boot

    Hi all! I tried to format my computer last night - I was running a dual boot of Win XP and 2000 and I just want XP on there but a cleaner version - with all the junk that I don't use deleted. I was going to delete the partition but it told me that there were hardware files that might be...
  8. vsprogrammer

    Monitor losing connection?

    Hi, I bought a Toshiba laptop two weekends ago and decided to bring it back cause the hard drive was really loud - it was a Hitachi 200gb h.d. with 2gb memory, AMD 64 Athlon X2 with an OS of Vista. The monitor also went blank right in the middle of doing work and I had to manually reboot the...
  9. vsprogrammer

    Computer Won't Start

    Hi! I have a Dell that is about two years old. Have not had any problems with this desktop before today. When I tried to turn it on today all I get is a flashing orange light where the normally green light is where I push the button to turn on. There was no sound at first so I read on a...
  10. vsprogrammer

    Can't edit Module

    Hi everyone, I am currently working on a project that uses user controls. I got latest version this morning after I finsihed with changes on my form and ever since I cannot run the project. I keep getting a "Can't edit module" error. Any ideas of what could be happening would be greatly...
  11. vsprogrammer

    Script out of range on a TDBlist

    Hi! I have a combo in VB6 that I have to populate with more than one column. I am therefore using a TDBlist in which I want it to populate with four columns. Following is what I have in my code: Public Sub PopulateTDBComboClientDistrict(ByRef cboTmpClientDistrict As Object) Dim xTemp...
  12. vsprogrammer

    Cross Tab Question

    Hello, I have a report that has a cross tab, within this tab I have invoice total and # of invoices. I would like the format of this to be so that the # of invoices shows up on the side (before) the invoice total. IE. 1 $100,000.00 Right now it is showing up ontop of each other...
  13. vsprogrammer

    Crystal Reports connecting to Oracle 9i

    Good morning everyone! I have a crystal report that I am connecting to Oracle, I have three views that I need to incorporate into this report. I go into Crystal and select to add a database, I can add them fine however, when I close out of the popup menu, I get an error saying...
  14. vsprogrammer

    Toad - How to get business day

    Hello everyone, I am writting a sql statement where I have an effective date and I need to -1 from that to get the day before, however, I need only business days (Monday - Friday). Does anyone know how if my effective day falls on Sunday or Monday to get the date for the Friday before? Any...
  15. vsprogrammer

    A button in VB that opens webpage

    Happy New Year to all! I have a button in VB that when clicked on has to open a web page. Does anyone know of a quick way of doing this? Thanks in advance!
  16. vsprogrammer

    Color of Text on a button

    Hello, I have a button and depending if there are any alerts against a case I need to change the text to red and if there are no alerts against a case the text needs to stay at black. I don't see the property of forecolor as an option, can anybody help? Thanks,
  17. vsprogrammer

    Grid.Row not counting right

    Hello, I have a grid where when you click on a name it populates all the clients information ie. their name, age, dob, address, etc. Currently it only shows the first three names and you have to scroll down to see the forth name. This works fine when you click on the first three names...
  18. vsprogrammer

    Hot Keys

    Hi! I am new to this, please forgive if it does not make sense. I have a vb6 form with hotkeys on labels to bring me to the textbox when hit, ie.) on the caption I have "&Invoice #:" but when you hit Alt+I it does not work - nothing happens. So I tried to do the following on the form -...

Part and Inventory Search

Back
Top