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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Stephen_Mc

@Stephen_Mc
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Struct Arrays
    S Stephen_Mc

    Thanks so much.

    C# data-structures help question

  • Struct Arrays
    S Stephen_Mc

    Hi, I have created a structure as follows public struct symbol { char szKeyword; int dflt; bool fPassDflt; int idx; } symbol SYM; I would like to create an array of the structure and write the variables in. I have found a sample in the help for a normal array as follows: int[,] myArray = new int[,] {{1,2}, {3,4}, {5,6}, {7,8}}; What I want to do is pass the values of the structure but I can't get this to work. Any suggestions? Thanks Stephen

    C# data-structures help question

  • how can we run a program pernemently on our desktop?
    S Stephen_Mc

    Put a shortcut into the Programs->Startup area and when your computer starts it will execute the application.

    C# tutorial question

  • Acces to a mapped network drive.
    S Stephen_Mc

    Hi All, I have a program that wants to access a mapped network drive. When the program starts up it checks to see if the directory exists and then grabs the file. The problem is that when i turn on my computer and start programming this bit of code does not work until I open up windows explorer and click on the drive. Once I have done this then the code works fine. Is there a solution to 'wake' the mapped drive so that I have access to it? Thanks in advance. Stephen

    C# sysadmin help question

  • Windows Desktop Shortcut list
    S Stephen_Mc

    Hi all, I would like to get a list of Windows Desktop Shortcut's so I can build a list (with associated icons). How can I do this and display the icon and trigger the app when the link is selected? Thanks in advance. Stephen

    C# question database
  • Login

  • Don't have an account? Register

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