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
W

WritinCode

@WritinCode
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Static label in taskbar
    W WritinCode

    I've written a small monitoring app in c# that notifies the user of specific events on the pc. The wish I would like to have is for the one and only control (Label) to be static on top of the task bar. Currently I've just got a timer running that places it as the top most window, I'd like to eliminate the timer and just have it pinned sort of to the taskbar (not in the notify area). Any direction you may provide would be helpful.

    C# csharp

  • providing sql database with you're application install for customer side
    W WritinCode

    No you shouldn't include the SQL Server install as part of your install. Usually when SQL Server comes into play it is installed and configured as a seperate task. As mentioned before, a license would need to be purchased to use the product on the up and up. The sequence in which you install your application doesnt not matter, you will just need to know the specifics of the SQL Server and your application would then be able to connect. In the past I've just had a SQL Svr property page in which you define the svr name, logon parameters, database name and port. Schott

    C# database c++ sql-server sysadmin sales

  • Prevent un-authorised access to files.
    W WritinCode

    Encrypting the files individually would probably be less intrusive if you needed to update a single help file whereas there is no change to the application. You could embedd them but that would mean any change to the help file requires a new binary. From a support perspective, keep them seperate. Schott

    C# html help

  • Programatically setting the smtp server in Outlook 2003
    W WritinCode

    My wife uses her laptop at 3 different locations, all which require a different smtp server. In earlier versions this information was store in the registry and very easy to change, however I can't find it there anymore and was hoping someone here has crossed this path before. I am new to the Outlook api so forgive me if this seems simple. She messes things up worse when she manually tries to do this at one site since some of the other settings, port, logon, etc also has to be changed there. If anyone knows where in the api I can hit to do this it would be great, thanks ahead of time Schott

    C# sysadmin windows-admin json
  • Login

  • Don't have an account? Register

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