Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

unclepaul

@unclepaul
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Deploying SSIS Package and calling it from Console application
    U unclepaul

    See this article http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/[^] Caveat: Each machine where the package is to be run must have a SSIS Installation which requires a SQL server license. This can get expensive.

    If at first you don't succeed, look for directions in the trash.

    Database csharp database sql-server sysadmin algorithms

  • Any C# library for Forward error correction.
    U unclepaul

    Have you looked at ZeroMQ and using epgm binding?

    If at first you don't succeed, look for directions in the trash.

    C# csharp algorithms help

  • How can I start Lotus Notes V5 or V6 with attachements in C#.NET?
    U unclepaul

    mailto:s@s.com?cc=s@s.co.uk&attachment=""c:\test.txt""

    If at first you dont succeed, look for directions in the trash.

    C# csharp question help announcement

  • Question on SQL syntax
    U unclepaul

    Select @PartID = SSVLSTandardBracingDesign.PartID, @SectionNumber = SSVLStandardBracingDesign.SectionNumber, @TopWidth = SSVLStandardBracingDesign.TopWidth, @BottomWidth = SSVLStandardBracingDesign.BottomWidth, @boltDiameter = SSVLStandardBracingDesign.BracingBoltDiameter, @pickOrder = SSVLStandardBracingDesign.PickOrder from SSVLStandardBracingDesign

    Database question database

  • Overriding Webservice Limitation: "one call per second" using a Proxy Server
    U unclepaul

    I am going to answer the technical side of your question: I have done this before. My system consisted of following components: 1.Spider which collects proxy addresses from the web using google search and regex. 2.Proxy server test app. This apps goes thru the list of proxies and makes calls to webservice on my server using those proxies. This is done to make sure proxy acually works. Here is a good article on this topic http://www.codeproject.com/vb/net/web\_service\_by\_proxy.asp 3.A webservice which serves up valid proxy addresses. -- modified at 16:02 Thursday 17th August, 2006

    C# question sysadmin tutorial

  • Terminal Server - Keyboard Shortcuts not working
    U unclepaul

    You need to configure your Terminal Services Client. If you are using Remote Desktop (mstsc.exe) in XP, Setup new connection to your TS, then go to Local Resources Tab -> Keyboard section and pick "On Remote Computer" for Apply Windows Key Combinations option.

    C# csharp sysadmin question discussion

  • Instantiating a Generic templated class
    U unclepaul

    Nope, your T must have a parameterless constructor

    C# com tools question

  • Instantiating a Generic templated class
    U unclepaul

    public class ForumList : IEnumerable where T : new() { public void CreateMe() { T myclass = new T(); }

    C# com tools question

  • Outlook with Window service?
    U unclepaul

    Windows service runs in a separate user context, i think this is the root cause of the problem. Try running it under the same user as your console application (your login id). Also try turning on "allow this service to interact with the desktop" feature.

    C# help windows-admin question announcement

  • windows services with notify icon control
    U unclepaul

    Greetings, Windows service is not meant for user interaction. If you still like to achieve this functionality i suggest creating a Forms Application, then adding windows service controller to control your windows service, and adding notify icon control to that app.

    C# help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups