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
S

Sunil Lanke

@Sunil Lanke
About
Posts
26
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • string
    S Sunil Lanke

    Check this out this regular exp: @"(\([a-zA-Z]+\))|(\s?-\s?[a-zA-Z]*)" This might help u out.

    C# question

  • string
    S Sunil Lanke

    Use Regular Expressions, it will help you out.

    C# question

  • MFC + Threading = C2665
    S Sunil Lanke

    Your worker thread function definition is wrong, check out here[^] The function should not return void, the function signature should be as follows: UINT __cdecl MyControllingFunction( LPVOID pParam );

    C / C++ / MFC c++ visual-studio question

  • only open excel file
    S Sunil Lanke

    Apply filter to OpenFileDialog OpenFileDialog ofd = new OpenFileDialog(); ofd.Filter = "Excel|*.xls"; ofd.ShowDialog(); System.Diagnostics.Process.Start(ofd.FileName, "Fileselected");

    C# help

  • for loop
    S Sunil Lanke

    foreach (XmlNode node in xmlNl) { ddlctry.Items.Add(node.LastChild.InnerText); }

    C / C++ / MFC csharp tutorial

  • How to save Form what ever we create on it? ?
    S Sunil Lanke

    Hey, I think i dint got your question properly, can u let me know that, the form which you are closing is Main form of the Application or child form. If it is main form then you need to capture the "form load" and "form closing" event of the form, and write your own code to save the settings on closing, and load the settings when the form is loaded. :)

    C# help csharp tutorial question

  • How to save Form what ever we create on it? ?
    S Sunil Lanke

    [Message Deleted]

    C# help csharp tutorial question

  • How do I detect any mouse/key input at application level
    S Sunil Lanke

    For that u need to user TIMER, on Application startup u need to start it, and if any MOUSE/key input occurred, then u need to again restart the timer. :) Regards, Sunil

    C / C++ / MFC help question

  • message associted with number 131?
    S Sunil Lanke

    First let me know, the value 131, which u have given in Decimal format or HEX format.

    C / C++ / MFC question

  • message associted with number 131?
    S Sunil Lanke

    You can get all Windows message values in WinUser.h file, in your include directory :)

    C / C++ / MFC question

  • message associted with number 131?
    S Sunil Lanke

    The value which you have given 131, if it is in Decimal format, the HEX equivalent of that is 0x0083, and its stands for WM_NCCALCSIZE message. You can check below link for more details: http://msdn.microsoft.com/en-us/library/ms632634(VS.85).aspx#\[[^](http://msdn.microsoft.com/en-us/library/ms632634\(VS.85\).aspx# "New Window")] Regards

    C / C++ / MFC question

  • Regular Expression Help
    S Sunil Lanke

    Hi This one should work, :) ^\d+.\d{2}$ Thanks

    ASP.NET regex help

  • Regular Expression Help
    S Sunil Lanke

    Check this out: d*\.dd

    ASP.NET regex help

  • Upgrade VC++ Application to VC++.NET
    S Sunil Lanke

    Is there any Tool Using which i can upgrade my VC++ Project to VC++.Net Project for Windows Vista.

    C / C++ / MFC csharp c++

  • Recreate splitter Window uisng VC++ 6.0
    S Sunil Lanke

    Yes, i want to do it Run time when i will click on certain button.

    C / C++ / MFC c++

  • Recreate splitter Window uisng VC++ 6.0
    S Sunil Lanke

    Hi, I want to switch from 5 window splitter to 3 window, using the same object of CSplitterwnd, is it possible for me to reintialise or recreate the same object of CSplitterwnd, so that i can change the number of rows and columns in the same application.

    C / C++ / MFC c++

  • TaskBar ToolTip
    S Sunil Lanke

    Is there any way to show ToolTip on TaskBar, using VC++.

    C / C++ / MFC c++

  • Thread Colsing Problem
    S Sunil Lanke

    I have created Thread Using AfxBeginThread, to diaply continous text on dialog bar, while if I close entire application or interrupt the application i gets Memory leakage, please help.

    C / C++ / MFC help performance

  • Execute Command Line Switches of Microsoft Access
    S Sunil Lanke

    How can i execute Command Line Switches of Microsoft Access using Visual Basic 6.0 Please Reply

    Visual Basic question

  • Convert Access Database from 97 to 2000
    S Sunil Lanke

    Actually i want to convert the Access-97 Database to Access-2000 Database, because i am adding/deleting coloumns programitically, so my software gives error if the Access is older version, for adding or deleting the columns. Please reply. With regards, Sunil Lanke.

    Visual Basic database 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