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

  • Users: Logmaster
  • Content: Threads
  • Order by date
  1. Logmaster

    Execution of multiple methods on the same worker thread...

    Hi, I have built an application that is doing some automation. The application contains a main form and several workers threads that gather data using HttpWebRequests - Everything works great. There is only task that is requiring the use of the WebBrowser object. Since I need to simulate some...
  2. Logmaster

    Is there a way to restart WebBrowser object or MSHTML browser in a frm

    Hi, I am creating an application with mini-browser using the WebBrowser object. Under options, I would like to allow the users to change the User Agent settings and apply the changes to the registry. The problem is that the chances to the user agent settings in the registry take effect only...
  3. Logmaster

    Cisco 811 Configuration Help - Willing to pay

    Hi, I am looking to someone who can configure our Cisco 811 router. We will pay for the service. Please contact me at oren2010@gmail.com if you are capable of covering the following topics: 1. 2 WAN interfaces with redundancy. 2. Firewall with DMZ and one server in it. 3. Incoming ports and...
  4. Logmaster

    Comminication between VLANs

    Hi, I am a newbie. I want to setup to VLANs, one for the internatl network and the other one for the DMZ. I want to be able to manage the servers on the DMZ so basically I need to be able to open ports between the internal VLAN to the DMZ vlan. Can anyone please let me how to do it or the...
  5. Logmaster

    An if statement within the colums selection part of a select statement

    Hi, I am trying the write a query which will include 2 columns from a table and an additional calculation which will be based on the 2 first columns. If the 2nd column is more than two times bigger than the first column, return he 2nd column multiplied by 2, otherwise, return the 2nd column...
  6. Logmaster

    The fastest way to insert an 10K*6 array to a SQL table

    Hi, What's the fastest way to insert the data of an [10000,6] array to a SQL Server(2005) table? Regards, Joe
  7. Logmaster

    Redundant WAN connection on Cisco 1811

    Hi, I am trying to configure a secondary internet connection. My primary connection is a AT&T DSL connection with a static IP (IP is static however negotiated) and static DNS servers. The secondary connection is a Comcast Cable connection. I have a few questions: 1.How can I configure the...
  8. Logmaster

    How to configure a 1811 router with a DSL connection?

    Hi, I am trying to configure my Cisco 1811 to work with a BellSouth/ATT DSL connection. My FE1 port is connected to ATT’s DSL modem. The interface is up and I have defined a PPPoE connection over this interface. Here are the issues that I am having: 1. In order to get the static IP, DNS and...
  9. Logmaster

    Copy Running-Config Startup-Config doesn't work

    Hi, For some reason, I cannot copy the running-config to the startup-config on a Cisco 1811. Every time I boot the router, it asks me if I want to start the initial configuration and loses all the previously saved settings. I manage to config the router and connect to it with SDM however once...
  10. Logmaster

    How to enable a new Cisco 1811 to work with SDM?

    Hi, Let me start by saying that I am a newbie and I am trying to learn as fast as I can. I have searched if someone has posted similar questions in the past however I couldn't find anything that is similar. I just got the 1811 router and I am trying to config it. I would like to config the...
  11. Logmaster

    Is my Cisco 1811 router is dead

    Hi, I just bought a used Cisco 1811. I have read the Cisco installation guide and connected one straight cable from my FE1 to my DSL model and another straight cable from Port number 2 of the switch to the LAN port of my computer. (I have also tried to connect it to my switch) After the router...
  12. Logmaster

    Threads synchronization

    Hi, I am new to C# and have just recently started to use threads. I would like to create an application that will do the following: 1. Have a form which will act as the main thread. 2. Have additional N threads that will perform the same tasks, on different databases or different data ranges...
  13. Logmaster

    What data type should I use?

    Hi, I am working with C#/V.Studio 2005. I am trying to create an application that takes a list of domain names and monitor it. I have a few questions: 1. How can I create a custom data grid that will be able to: a. Display around 20 empty rows on 50% of the windows space before I...

Part and Inventory Search

Back
Top