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
H

hackerhcm

@hackerhcm
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Read large text files with c#
    H hackerhcm

    ReadAllText() is synchronous method, when you try to read a large text file, your application will hang or slow down ... better to use asynchronous medthod !!!

    C# csharp performance help tutorial

  • Help Me with "Directory"
    H hackerhcm

    Great ... It works ! Thank you !

    C# question help

  • Help Me with "Directory"
    H hackerhcm

    When I want my file to be hidden, I simply use this System.IO.File.SetAttributes(str filepath, FileAttributes.Hidden) . But what about Directory, How can I set my directory to be hidden, I dont find any SetAttributes method for directory ! Any helps ???

    C# question help

  • How to acess a floopy drive in c#?
    H hackerhcm

    what do you mean with the word "content" ? is content Files list in Floppy Disk ? You can easily get files content of your floppy disk by using System.IO.Directory.GetFiles . You can get your Floppy Disk drive info by using System.Environment.GetLogicalDrives good luck !

    C# csharp tutorial visual-studio winforms help

  • Help Me (Directx)
    H hackerhcm

    I have made a program to play video file in directx (directx.AudioVideoplayback)! It worked well ! But I couldn't find the way to handle the video.owner ! when I did set the video.Owner = (name of my panel); I wanted to set video to full screen mode by double click on the video (in bool property video.FullScreen). I tried to add Double Click EventHandler to my panel or video.Owner but It didn't work ! How can I do this ? Any ideas ... ?

    C# question graphics game-dev help

  • Help me (directx) !
    H hackerhcm

    ???????????????????????????????????????????????????????????????????? -- modified at 9:29 Monday 6th March, 2006

    C# question graphics game-dev help

  • Help me (directx) !
    H hackerhcm

    I have made a program to play video file in directx (directx.AudioVideoplayback)! It worked well ! But I couldn't find the way to handle the video.owner ! when I did set the video.Owner = (name of my panel); I wanted to set video to full screen mode by double click on the video (in bool property video.FullScreen). I tried to add Double Click EventHandler to my panel or video.Owner but It didn't work ! How can I do this ? Any ideas ... ? -- modified at 0:24 Monday 6th March, 2006

    C# question graphics game-dev help

  • How can I do this?"open with"
    H hackerhcm

    thank you so much .....! I understood and tried it ! Worked perfectly ... ! :-D

    C# question adobe

  • How can I do this?"open with"
    H hackerhcm

    I created a program which has a "Load Picture" button, and a Picture Box .Whenever I click a "Load Picture" button, it will show a Open File Dialog then selected file will load to a picture box. My question is How I can make the picture loads to my Picture Box when User right click on a image file ---> Open With --> browse for my program. Like Photoshop, you know, when you rigt click a image file ---> Open With ---> Photoshop --> then Photoshop will open with that image file. Thanks !

    C# question adobe

  • How can I creat an .EXE file ? ... Thanks !
    H hackerhcm

    here's my question : How Do I Compile a new .EXE file using VB.NET Application ?

    Visual Basic question csharp tutorial learning

  • How can I creat an .EXE file ? ... Thanks !
    H hackerhcm

    How can I make an .EXE file ? for example, I creat a vb.net program that allow to type custom message on its text box. Then after click a "Make an EXE" button, a new .EXE file will be compiled and created. Of course, that new .EXE file will have the code : msgbox(Custom Message)

    Visual Basic question csharp tutorial learning

  • Help me with ListBox please ...! Thanks
    H hackerhcm

    Thank you, Steve.

    Visual Basic help tutorial question

  • Help me with ListBox please ...! Thanks
    H hackerhcm

    I have a listbox with the following items for example : a ab abc b ba When I add a new item "abt" . How can I add that new item ("abt") in alphabetical order => So, my new item ("abt") will be placed after the item "abc".

    Visual Basic help tutorial 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