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
A

arun_appu

@arun_appu
About
Posts
4
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Virtual Keyboard help plz
    A arun_appu

    i have created an on screen Virtual keyboard what i did was i found the handle for the web browser form and directly used the send keys fn:- IntPtr webHandle = FindWindow("WindowsForms10.Window.8.app3", "Web Browser"); if (webHandle == IntPtr.Zero) { MessageBox.Show("Form is not running."); return; SetForegroundWindow(webHandle); SendKeys.Send("{a}"); } The problem is that no keys are going inside WebBrowser control. Please help me urgently. Thankyou Arun Appukuttan

    C# help

  • namespace help
    A arun_appu

    where can i have the namespace Microsoft.PointOfService the link for this namespace explanation from msdn is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ccl/html/T\_Microsoft\_PointOfSer vice_PosKeyboard.asp plz help me urgently regards Arun Appukuttan

    .NET (Core and Framework) html com help question

  • namespace->Microsoft.pointofservice
    A arun_appu

    where can i have the namespace Microsoft.PointOfService the link for this namespace explanation from msdn is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ccl/html/T\_Microsoft\_PointOfSer vice_PosKeyboard.asp plz help me urgently regards Arun Appukuttan

    C# html com help question

  • Custom Browser
    A arun_appu

    How can i Create a Custom Browser with Internet Browsing facility.it must also have the options for Blocking some websites. for the above requirement which type of application(a windows application or an ASP.net application)must i use. i want to do the whole thing in C#.net

    C# csharp asp-net 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