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
V

ValentinR

@ValentinR
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Timeline : how to create in C#
    V ValentinR

    try to look at Janus Controls www.janusys.com let me know if this help

    C# csharp help tutorial question

  • monitoring file system
    V ValentinR

    thanks Dominik i found this application and I look at it before posting the request the problem with that ona is that i receive a lot of events on file system wich is not needed where can i find some explanation about 'request' column from the GUI ListView? i only need some events of create file, delete file, modify file not such like: FSCTL_IS_VOLUME_MOUNTED thanks in advance for your help

    C / C++ / MFC question database help

  • monitoring file system
    V ValentinR

    hi there does anyone know how can i log the activity of the file system? i need to know when a file opens and store the name in a database thank in advance for your help

    C / C++ / MFC question database help

  • New line in TextBox
    V ValentinR

    thank you for your answer, trones i solve the problem this way: char cr=(char)13; char lf=(char)10; string strCR,strLF,strCRLF; strCR=cr.ToString(); strLF=lf.ToString(); strCRLF=strCR+strLF; art=art.Replace(strLF,strCRLF); textBox1.Text=art;

    C# help xml question

  • New line in TextBox
    V ValentinR

    hi there i have a problem using a text box i have a text multiline box (accepts return = true) and TextBox1.Text=varText. varText is a text with many lines (in fact is an XML source indented) if i show the text with MessageBox.Show(TextBox1.Text) it looks fine but in the edit box instead of 'new line' i have '|' what can i do? any idea? thanks in advance for your help

    C# help xml question

  • Listview and Treeview
    V ValentinR

    hi there i need some ideas about putting treeview controls inside listview more specific i need to have a treeview in each listview item or subitem i found an article about treelistview but this implement subitems facility for treeview item and is not usefull for me thanks in advance for your help

    C / C++ / MFC help

  • write to Parallel port
    V ValentinR

    look in MSDN for CreateFile API function

    C / C++ / MFC c++ 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