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

aleXXXka

@aleXXXka
About
Posts
11
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How get html source code of WebPage?
    A aleXXXka

    axWebBrowser has not DocumentText property. What can i do with Document property?

    C# question html

  • How to simulate clicking "Enter" in game's window? [modified]
    A aleXXXka

    I am creating simple application for some mmorpg that doesn't support macross. This application uses shortkeys ALT+F1,2,3... I want to execute "/hello" emotion by clicking ALT+F1. For hotkey I use this application - http://www.codeproject.com/KB/miscctrl/systemhotkey.aspx (It works in background) I try to use this function: SendKeys.Send("{Enter}{Divide}" + "hello" + "{Enter}"); but game's window doesn't receive this {Enter}. How can I simulate clicking "Enter" in game's window?

    modified on Sunday, February 22, 2009 1:51 PM

    C# question com game-dev tutorial

  • How get html source code of WebPage?
    A aleXXXka

    What can i do with this property? Hw can i get source of page in browser?:(

    C# question html

  • How get html source code of WebPage?
    A aleXXXka

    I am using axWebBrowser. How can i get html code of page that in browser now?

    C# question html

  • Microsoft Web Browser - no scroll bars and no right click?
    A aleXXXka

    Microsoft Web Browser have not ScrollBarsEnabled property. I speak about browser that described here http://support.microsoft.com/kb/815714 It is another WebBrowser, not habitual web browser from ToolBar. It is located here - COM Components-Microsoft Web Browser.

    C# question

  • Microsoft Web Browser - no scroll bars and no right click?
    A aleXXXka

    Can you write me this javascript code please?

    C# question

  • How to read Hebrew letters with StreamReader
    A aleXXXka

    Ok :) Did it help you? Try to use ASCI code. In the past i created chat(server and client) that get stream(text) from tcp connection and show it in textbox. TcpClient newClient; NetworkStream ns; string message=" "; byte[] bytes = new byte[1024]; ns = newClient.GetStream(); bytesRead = ns.Read(bytes, 0, bytes.Length); message = Encoding.ASCII.GetString(bytes, 0, bytesRead);

    C# question csharp visual-studio tutorial

  • Microsoft Web Browser - no scroll bars and no right click?
    A aleXXXka

    In my form I use Microsoft Web Browser that support NewWindow2 event. In habitual WebBrowser object there are properties that do what i need but in Microsoft Web Browser i can not find this properties. 1)I need to disable scroll bars. 2)I need to disable menu of right click. 3)I need to disable option of 3 mouse button in browser. How do I do this in Microsoft Web Browser? p.s. I create programm that has small web browser (50x50 px) and i need that user only can do left click in the browser.

    C# question

  • Web Browser.How to open new window in existent opened browser.
    A aleXXXka

    No... I need that all new windows(include pop-ups) will open in existing web browser.

    C# tutorial sysadmin

  • How to read Hebrew letters with StreamReader
    A aleXXXka

    tinase leishtamesh be ASCI. yahol lehiot she ze yazor leha: TcpClient newClient; byte[] bytes = new byte[1024]; ns = newClient.GetStream(); bytesRead = ns.Read(bytes, 0, bytes.Length); message = Encoding.ASCII.GetString(bytes, 0, bytesRead);

    C# question csharp visual-studio tutorial

  • Web Browser.How to open new window in existent opened browser.
    A aleXXXka

    I need to create simple application wich is Web Browser that opens new windows in existent browser. For example I open website that have some link wich should open in new window. (a href="..." target="_new") When i click on this link, new page will open in the same window. Server mast see that i clicked on the link and over to link's site.

    C# tutorial sysadmin
  • Login

  • Don't have an account? Register

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