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

    Sql connection time out error; fix with reboot

    I have a windows 2008 server running sql server 2008 and runs perfectly fine call this SERVER1. SERVER1 also is setup with running WEBserver IIS, DHCP, and DNS. I just set up another server running windows 2008 call this SERVER2. On Server2 i install sql management studio and runs perfectly...
  2. jl3574

    image processing convert error from pixelink camera

    hi, i have a pixel link camera which has built in api used for .net programming. the function captures an image from the camera using c# IT GENERATES A byte[] dstBuf OF SIZE FOR THE SPECIFIC PICTURE FORMAT. WHEN I HAVE THE FORMAT AS 200X200 FOR A BMP IT SHOULD BE BYTE[40000] HOWEVER IT...
  3. jl3574

    Reading picture IO Exception

    Hi, I created a thread that runs continously that reads a picture from a folder. this picture is being read 50times per second. I have a camera where the software is set on trigger mode(50ms) it constantly takes a picture and reaplces the old one in the same location. while i am reading this...
  4. jl3574

    Timer or Thread

    I am reading an image from a folder location. This folder is connected to a camera which a software will constantly takes a picture and replaces the picture in the folder. I have to write an app that is in a continous loop and reads this image. The goal is to read this image 200 CPS (compute 200...
  5. jl3574

    Converting coding to (I/O card) signal

    I am developing a control application which thru a series of calculation the output is a number (int) this number will communicate with a industrial robot (ABB). The number will be a voltage number which will tell the robot to change the power higher or lower. The programming end is done...
  6. jl3574

    Do not want to auto focus on Cursor

    Hi All, I have a windows app with a panel with 5 rich text box. the panel has autoscroll on so the scroll bar shows up. When i click on the first richtextbox and drag the scroll bar to the bottom ,it will auto scroll back to top to focus where the cursor. is there a way to turn off focus to...
  7. jl3574

    windows 7 error joining windows 2000 domain

    Hi i have a DC/AC on a WIndows 2000 server machine. I am trying to connect my laptop running windows 7 pro to the win2000 domain. Steps i took .. my computer properties -> network ID ->join computer is part ofbusiness network ->comoputer uses a network with domain ->enter...
  8. jl3574

    My DataGridView Not return all rows from Sql Statement

    Hi All, I have a WIndows App with a datagridview which selects a sql select command from sql server and display the rows in a datagridview. i have a refresh button which redraws the grid and recalls the sql statement however, leaving the win app on a whole day i notice when i click on the...
  9. jl3574

    DataBase Bind DataGridView Not showing most updated Data

    Hello All, i created a datagridview using sqldataadapter and a dataset. when there is a change inthe database, i created a refresh button so the datagridview can reload the data to show the updated datbase. This work good and all but the application doesn't get restarted much so after like 2...
  10. jl3574

    Floor plan with dynamic pop up message

    Im trying to create a floor plan but i want it where if the mouse moves over it, a pop up will show a picture attachement and other detail info about the object. i want the data to be retrived from a datasource from a database. could this be done?? Can this be done in the windows->Show...
  11. jl3574

    Automated phone system to detect internet down time

    Hi my problem is that our internet goes out throughout the night once or twice a month, and of course isp will never guarrentee live connection 24/7 due to maintance and other issue. My question is does any know if there is a way to test if the internet is down and if so it will send an...
  12. jl3574

    installing new modem

    i have a server setup with DHCP ,DC,and domain controller. i assigned it a static ip of 192.168.16.12 gateway: 192.168.16.254 the gateway is the old modem. we got a new modem and when i plug it in , the default ip on that is 192.168.1.254 my question is how do i get the new modem to link...
  13. jl3574

    win app load slow in XP after installing sql 2005 service pack 2

    i recently deployed a c# Win application with Sql2005 as DB backend on my vista business server there is 3xp clients and 2 2000 clients connect to this server. eveyrthing ran fast and fine untill one day the activation 30 days came up on my vista server so i did an activation online which was...
  14. jl3574

    DHCP or DNS sudden crash

    I recently reformat my servercomputer and reinstall Domain controller DHCP and DNS. i was successfully adding all other computer to this new domain.Everything seem to run fine for about a week or so until now. everymorning when i go to START->CONTROLPANEL->ADMINTOOL->DHCP it shows a message...
  15. jl3574

    Lost of user setting on new domain

    i recently created a new server runing (DNS),DHCP,DC i change every user on the network to this new domain with no problems. i remrember to copy all the Documents and Setting folders and pasted to the new doc n setting domain folder BUT when one logs on all the desktop and programs are there...
  16. jl3574

    how to make my linksys wrt300N a wiress access point

    in my network it has a subnet mask 192.168.16.x i ran out of nodes on my switch so i got a linksys router WRT300N to create a bridge or a wireless access point. a Computer on the network is responsible for DHCP so i disable dhcp and set the ip to 192.168.16.1 to my router however any PC connect...
  17. jl3574

    Need direction to Re create a domain controller

    I have a network with 2computers A and B that are responsible for domain controller ,dhcp and dns. i don't think it is setup probably cause if A goes down the whole network doesn't work and if B goes down the same. Where A is the primary and B is the backup. What i want to do is dump A and B...
  18. jl3574

    printing error!!!!

    Hi i just deployed a windows application. Everything seems to be working fine except when i use a network pc(with local printer to this network pc) to run my application the printing seems not to be working. but there's no error message the printout print the page but the non of the text shows...
  19. jl3574

    Print cause computer to restart!!!

    HELP.... there is a weird problem i just can't troubleshoot. When i print using my sumsung ML-1740 sometimes the computer will restart as soon as i print? at first maybe i though it was from a specific web site or i'm printing from my outlook but i don't see a pattern . Pretty much i 'll print...
  20. jl3574

    How to retrieve multiple values from mutilple row selected datagrid

    Hello, I have a Datagrid when double click retrieves the column i want in the row where i click. private void DataGrid_Click(object sender,System.EventArgs e) { BindingManagerBase bm = this.WorkBoardMain.BindingContext[this.WorkBoardMain.DataSource, this.WorkBoardMain.DataMember]; DataRow dr =...

Part and Inventory Search

Back
Top