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
K

K SIS

@K SIS
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What is your C64?
    K K SIS

    In 89-90 My first Computer was PC At 80286 with 1 MB RAM 120 MB hard disk. Which was running DOS 3.3. DBase3 Lotus 123 were working smoothly in that tiny environment.

    The Lounge question hardware learning

  • Can't get MP4 video to play on IIS 7.5
    K K SIS

    Try MIME type, ".mp4 video/mpeg"

    ASP.NET question html database sysadmin windows-admin

  • Cant find system.windows.forms
    K K SIS

    Don't Downgrade to 2003 as it uses framework 1.1 which is not supported commonly. Use 2005 or more. 2.0 framework is inclided in all recent frameworks. You won't find similarities with VB6, There are a lot of differences. Migration is very old and you may not find any resources now.

    Visual Studio csharp question

  • Winforms Designer - Adding Controls Beyond my Screen Edges
    K K SIS

    If number of controls are more you can use TabControl to group related sections.

    Visual Studio csharp visual-studio winforms docker help

  • VB.net keyboard buffer
    K K SIS

    Imports Microsoft.Win32 _ Public Sub keybd_event(ByVal bVk As Byte, ByVal bScan As Byte, _ ByVal dwFlags As Integer, ByVal dwExtraInfo As Integer) End Sub 'Example of use sending Scroll Lock Key to system ' This can send control charactors as per your requirement where sendkeys doesnot work. Public Sub Test() If GetKeyState(VK_SCROLL) = 1 Then keybd_event(VK_SCROLL, 0, 0, 0) keybd_event(VK_SCROLL, 0, KEYEVENTF_KEYUP, 0) End If End Sub

    Visual Studio 2015 & .NET 4.6 csharp
  • Login

  • Don't have an account? Register

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