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 SkipVought 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. djfrear

    Locate and Insert empty/new lines when comparing two text files

    Lets say, for example, I have two simple text files which contain 100 lines and 150 line respectively. If they are identical apart from 50 lines from line 90 through 140 in the second file how can I find where that difference begins and ends then insert blank lines into the first file giving...
  2. djfrear

    Span program across multple monitors

    You will find a pretty good implementation here: (sorry, it's a google cache as the original page doesnt appear to be working)...
  3. djfrear

    DataSource password storage options

    I am currently working on an enterprise app which need's to store a database password. This data will be stored in a configuration file of sorts. The obvious problem is that I cannot store the password as a plain string. I have been through several types of encryption and keep coming up with...
  4. djfrear

    Locked user profile & other oddities

    We are experiencing this problem quite frequently. System overview: 3 x Windows Server 2003 Standard Edition servers running Citrix XenApp 4.5 A user's session will freeze for no apparent reason and they will have to power down and login again. If they login to the same server it will attempt...
  5. djfrear

    Calling a Web Service via Windows Form

    Found the answer, for some reason it wanted me to create an instance of "Service1SoapClient" rather than just Service1.
  6. djfrear

    Calling a Web Service via Windows Form

    Yes the main service class is public.
  7. djfrear

    Calling a Web Service via Windows Form

    I have a very simple test web service and wish to call it from a windows form. Now I've read through the MSDN tutorial and find myself getting stuck at actually instantiating the web service. The MSDN tutorial says to instantiate it by using the following: servername.Service1 Service = new...
  8. djfrear

    Data Connection via WiFi (Compact Framework 3.5/Windows Mobile 6.0)

    I am my IT department. I meant lock down the PDA/Mobile devices so as the users could only use them with the provided software and only connect to a specified wireless network. It wont be a web application, it will be a PDA forms application connecting directly to a database probably via...
  9. djfrear

    Data Connection via WiFi (Compact Framework 3.5/Windows Mobile 6.0)

    So if I were to setup locked down devices which were only allowed to connect to a single WiFi network, then have the software try to connect - the OS would take over, manage the connection, then allow it through?
  10. djfrear

    Data Connection via WiFi (Compact Framework 3.5/Windows Mobile 6.0)

    I am currently planning a stock management project for hotel based stock updates. The idea behind it is as follows: A user goes into the stock room and updates the stock on a PDA/SmartPhone device running Windows Mobile 6. This is done via a custom application. The phone/pda is connected to...
  11. djfrear

    Wireless Bridge Configuration

    Regular MAC filtering is off, but the WDS MAC's are the adderesses of the actual AP. We have made a little progress: Default gateways are now set as the IP of the AP as advised by TRENDnet tech support. WEP is now on instead of WPA as apparently it is not supported.
  12. djfrear

    Wireless Bridge Configuration

    Having a few problem's with setting up a simple wireless bridge. We have got two Trendnet Wireless N TEW-630APB Access Points in two buildings, one in each. The Scenario: At this end (Head Office) we have a wired network which forms the main infrastructure. At the other side (Unit 29) we just...
  13. djfrear

    Email not reaching mailboxes - all mail considered "bad"

    Thanks goombawaho - that last document may prove very helpful, I was looking for something similar yesterday. All folders are correct and present
  14. djfrear

    Email not reaching mailboxes - all mail considered "bad"

    We are having major problems with any external email, e.g. emails sent to us. As they hit the GWIA they are received in the wpgate/gwia/3rd/receive/ folder as expected, then instead of being transferred to mailboxes they are being flagged as bad and moved into gwia/gwprob and changed to...
  15. djfrear

    Taskbar obscures windows when maximised

    Unfortunately it doesnt appear to be that simple. It's as if the taskbar is on auto-hide all the time, but its not. E.g. if you put your taskbar into autohide and move the mouse away a maximised window will expand to where the taskbar normally is. If you mouse over the taskbar it will cover...
  16. djfrear

    Taskbar obscures windows when maximised

    Hey all, Having quite a problem with the taskbar actually covering windows when maximised, it's almost as if the system isnt taking into account the taskbar and using the entire desktop minus taskbar as the viewable space. Ive found many an article on the opposite problem, but not this one...
  17. djfrear

    How to create multiple window inside c# form

    As a side note, if this is a new project you can start a new MDI Project and have Visual Studio create a good template for you, including the menu's and buttons to cascade and arrange the windows.
  18. djfrear

    Picture box cannot expand when form expand

    Just set the SizeMode property of the picturebox to StretchImage or AutoSize - as misterstick stated.
  19. djfrear

    Storing files - where?

    If these settings are going to be shared by all users you'd probably be OK going with the age old method of storing them in the same directory as the PE.
  20. djfrear

    Application Deployment & Security

    No I said I wasnt able to add the assembly to the GAC, I can run the gacutil no problem. I was able to generate a strong name without issue. I have followed another article since posting which explains how to setup a new permissions entry for a particular strong name but when selecting my...

Part and Inventory Search

Back
Top