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
N

ncjlee

@ncjlee
About
Posts
18
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Encoding problem with string from DLL
    N ncjlee

    I am not sure why this would happen. rather than using marshall you could try use StringBuilder instead of string..

    C# c++ csharp visual-studio help question

  • serialize atextbox control
    N ncjlee

    [Serializable] private System.Windows.Forms.Button button1; at the form.designer.cs code..

    modified on Saturday, January 17, 2009 8:11 AM

    C# xml json tutorial question

  • Platform Invoke
    N ncjlee

    Nvm i got it :) // the lower word of wParam holds the controls ID // the HIWORD of wParam holds the notification event code // lparam will be the HWND of the control sending the message. SendMessage(IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam);

    C# question

  • How to remove zero using Regx
    N ncjlee

    hi just for suggestion.. you can actually check the regex syntax by using another software such as regexbuddy ;)

    C# tutorial question

  • Encoding problem with string from DLL
    N ncjlee

    private delegate int incomingCallDelegate(int callerID, [MarshalAs(UnmanagedType.LPStr)] string caller); int OnIncomingCall(int callerID, [MarshalAs(UnmanagedType.LPStr)] string caller) I think this should work..

    C# c++ csharp visual-studio help question

  • Ploblem about multithread programing?
    N ncjlee

    This is due to data collision.. you could try ReaderWriterLock class, monitor lock , Synchronization Locks

    C# regex tutorial question

  • Platform Invoke
    N ncjlee

    I am trying to pinvoke on real player. This is what i am doing <00001> 00202C0 S WM_COMMAND wNotifyCode:1 (sent from an accelerator) wID:200

    //Pinvoke play
    SendMessage(ihandle, WM_COMMAND, 200, 0x000);

    It doesn't work.. I know this is related to wNotifyCode:1 how can i actually set wNotifyCode = 1? Thank you

    C# question

  • webBrowser Referrer (Windows Form)
    N ncjlee

    Ok now i am creating a button to send data to a website with POST method it works fine but the problem is when i press the button it shows me invalid referrer Is there anyway to change webBrowser referrer?

    C# help question

  • Mouseover outside the form
    N ncjlee

    thanks but, may i know how is actually API SPY 2.7 work? when we use mouse to mouseover others windows form object, it will show the object handle, text, class and so on. it zit related to as what you hav mentioned background processes?

    C# database question

  • Mouseover outside the form
    N ncjlee

    Any idea on mouseover outside the form? eg:the form is not on focus and when i mouseover a text from another program an action will trigger.

    C# database question

  • Jpeg to Gif animation
    N ncjlee

    ok thankx a lot

    Visual Basic question

  • Jpeg to Gif animation
    N ncjlee

    Any idea on combining a series of jpeg file to gif animation image??

    Visual Basic question

  • Installation of application
    N ncjlee

    perhaps u can try at file menu --> build --> publish

    Visual Basic question announcement workspace

  • Imaginary number
    N ncjlee

    Thankx :)

    Visual Basic tutorial

  • Imaginary number
    N ncjlee

    any way to program so that visual basic 2005 express can calculate imaginary number because i am trying to write a program which is to count the root of cubic for example: dim a as double dim b as double dim c as double a = sqrt(b+c) ' how if the sum of b and C is not positive.. but i wan it to continue the the calculation

    Visual Basic tutorial

  • [Message Deleted]
    N ncjlee

    but it is not functioning.. when i insert 123+321+23 the answer given is 123 but not the sum of the equation

    Visual Basic

  • [Message Deleted]
    N ncjlee

    It is a mathematic evaluator in windows form wit 2 textbox and 1 button txtInput.text = evaluate(txtAnswer.text) I cant figure out where it the problem.. i mean in Calc_scan function

    Visual Basic

  • [Message Deleted]
    N ncjlee

    [Message Deleted]

    Visual Basic
  • Login

  • Don't have an account? Register

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