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

Werner Vos

@Werner Vos
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Detect when new application opened?
    W Werner Vos

    Hi! I have to write a little program in C#, which I should be able to detect when a new program has been opened. Does anyone have some sample code or hints where to start in order to detect when a new application has been opened. :confused: Thanks in advance Werner

    C# csharp question

  • Menu icons
    W Werner Vos

    Can anyone help me to add an icon on a menu item???

    Visual Basic help question

  • DataGridTableStyle
    W Werner Vos

    Here is some code I used in one of my projects and it worked quite fine. Hope it helps... Private Sub setDGProperties() dgDetails.TableStyles.Clear() Dim dgts As New DataGridTableStyle dgts.MappingName = "TransDetails" dgts.AlternatingBackColor = Color.LightGray Dim prod As New DataGridTextBoxColumn prod.MappingName = "ProductID" prod.HeaderText = "ProductID" dgts.GridColumnStyles.Add(prod) Dim cname As New DataGridTextBoxColumn cname.MappingName = "ProductName" cname.HeaderText = "Product Name" cname.Width = 120 dgts.GridColumnStyles.Add(cname) Dim quan As New DataGridTextBoxColumn quan.MappingName = "Quantity" quan.HeaderText = "Quantity" dgts.GridColumnStyles.Add(quan) Dim price As New DataGridTextBoxColumn price.MappingName = "TPrice" price.HeaderText = "Price" price.Format = "C" dgts.GridColumnStyles.Add(price) dgDetails.TableStyles.Add(dgts) End Sub

    Visual Basic help

  • Need help sending SMS with VB.NET
    W Werner Vos

    Can anyone help me with any sample code for sending a SMS in VB.NET? Any help will be appreciated. This is quite urgent, I need this for a project that has to be completed soon.

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