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
C

Chad Smith

@Chad Smith
About
Posts
13
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can I do iPhone development with Windows (Visual Studio)
    C Chad Smith

    http://www.vsnomad.com/[^]

    The Lounge visual-studio csharp ios

  • Developing software? What's your job title?
    C Chad Smith

    subatomic particle interaction engineer - Designs schema for interactions between electrons in doped silicone.

    The Lounge business question career

  • Software And Stuff
    C Chad Smith

    ATI has a DVD Decoder pack that you can install, then use Media Player for DVD playback https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/atiCDwiz.exe[^]

    The Lounge cryptography question

  • Has Anyone Created C# Classes for Win32 API?
    C Chad Smith

    http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=75122f62-5459-4364-b9ba-7b5e6a4754fe[^]

    C# csharp json question

  • Messenger 8 Beta and the Orange
    C Chad Smith

    http://activewin.com/articles/2005/24.shtml[^]

    The Lounge collaboration beta-testing

  • which RACK should I buy?
    C Chad Smith

    I like APC's Netshelter[^]

    The Lounge algorithms help question

  • FileStream help! :(
    C Chad Smith

    If the path is specified by the user then use Image img = Image.FromFile ( @foto );

    C# help

  • moon junk...
    C Chad Smith

    Can't find it on ebay, but here's a link to the company performing this stunt http://www.orbdev.com/mooncrash.html?source=OrbDev[^]

    The Lounge html database com

  • My new Sprint PCS PCMCIA card!!!
    C Chad Smith

    Verizon Wireless allows unlimited transfer/time for $99 a month.

    The Lounge sales help

  • How do i find if user clik "ok" on my Modal Dialog?
    C Chad Smith

    Set the OK button's DialogResult property to OK. Then use this code in the main/calling form. frmInput dlg = new frmInput(); if(dlg.ShowDialog(this) == DialogResult.OK) { // Code to run on OK }

    C# question tutorial

  • Print Word Document
    C Chad Smith

    There is a great example of printing Word Documents to a Fax Device or other specific printer on www.gotdotnet.com. The site is currently down or I would provide you with a direct link. When it is available again just search for SendMSWordDocumentViaFaxExample.

    Visual Basic graphics csharp help

  • Automating Word application in C#
    C Chad Smith

    object isVisible = false; object missing = System.Reflection.Missing.Value; Word.ApplicationClass WordApp = new Word.ApplicationClass(); WordApp.Visible = false; WordApp.ScreenUpdating = false; WordApp.DisplayAlerts = Word.WdAlertLevel.wdAlertsNone; Word.Document aDoc = WordApp.Documents.Add(ref fileName, ref missing, ref missing, ref isVisible); aDoc.Activate(); WordApp.ActivePrinter = _DeviceName; // Office 2000 format WordApp.ActiveDocument.PrintOut(ref bool_true, ref bool_false, ref missing, ref newFileName, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref bool_true, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing);

    .NET (Core and Framework) csharp com help tutorial question

  • I need to add an Outlook toolbar to a .NET form?
    C Chad Smith

    Take a look at this project http://www.codeproject.com/cs/miscctrl/outlookbar.asp

    .NET (Core and Framework) csharp c++ question
  • Login

  • Don't have an account? Register

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