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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
T

T i T i

@T i T i
About
Posts
10
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ShellExecute
    T T i T i

    Hi , I'm working with eMbedded Visual tool3 V3 ....... I want to use Shellexec func. ..... I tried it on visual studio 6 and it worked correctly without any problems or (including any additional files) , but in the eMbedded c++ , in the compiling , it says (UNDECLARED IDENTIFIER) although the autoComplete (ctrl + space ) gets me the function... (is it required to include any header files ex: shellapi.h or refere to any dll ex: shell32.dll as MSDN says , I included the file but couldn't make anything with the dll) The same is for WinExec func. I need help please so quickly

    C / C++ / MFC csharp c++ visual-studio hardware help

  • DaataGrid Columns
    T T i T i

    Thanks A lot but I'm so sorry , I didn't mention that I need a dataGrid of Windows Forms ,not web forms...any how thanx for help if u still know the answer , please reply me. Thank you again.

    C# help question

  • DaataGrid Columns
    T T i T i

    Hi , Please I need help as soon as possible how can I add CheckBox Column to a dataGrid without mapping it to the dataset I want to retrieve a column from the dataset and beside him a Checkbox Column that he checks then I want to retrive the checked records according to the first column... Thanks So Much Really I need it quickly..

    C# help question

  • Binding DataGrid with Database
    T T i T i

    I have a question and I think it's so trivial: how can i update the database binded to the data grid when I change or edit any record or add a new record. I know how to retrieve data from the database and display it into the grid , but i need to update back the database with any update or addition to any record. Thank you so much.

    C# question css database wpf wcf

  • Messages of Child applications
    T T i T i

    Hi EveryBody, I used the later code to handle some messages sent to my application and it works, but my question is how to handle messages sent for child applications of my application(parent) [System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")] protected override void WndProc(ref Message m) { // Listen for operating system messages. switch (m.Msg) { case WM_SIZING: MessageBox.Show("Sizing"); return ; case WM_SIZE: MessageBox.Show("Size"); if(m.WParam==(IntPtr)SIZE_MINIMIZED) MessageBox.Show("SIZE_MINIMIZED"); else if(m.WParam==(IntPtr)SIZE_MAXIMIZED) MessageBox.Show("SIZE_MAXIMIZED"); return; case SW_MAXIMIZE: MessageBox.Show("SW_MAXIMIZE"); return; case WM_MOVING: MessageBox.Show("Moving"); return; } base.WndProc(ref m); } Please I need a very fast help. Thank you .

    C# security help tutorial question

  • Windows Messages
    T T i T i

    Hi everybody, I'm asking for 2 things: 1-I want to know the equivelant Int value for some messages like WM_SETFOCUS , WM_ACTIVATEAPP ,..etc From where can I get information about messages like that? 2-After catching a message sent to my application by overriding WndProc(), Am I allowed to cancel or erase the effect of the received message? and how? for Example: (When the user presses on Maximize button, I don'twant the window to be maximized). thanks for Help

    C# help tutorial question

  • Getting an Image of a window
    T T i T i

    How can I get an image of a window or an application that I got its handle... I did it by activating this window then capturing the screen and saving this image , but I'm asking about a way to get that image without activating the window .

    C# question

  • Catching a message
    T T i T i

    How could I be able to catch a message that was sent to an application which I have its handle(Window handle)? thanks for help.

    C# help question

  • Getting window position
    T T i T i

    Hi every Body, I wanat to know how to get the Position (x,y) of a window and how to control its size...in c# pleaze

    The Lounge csharp tutorial

  • Does C# contain shell programming?
    T T i T i

    I want to know does C# supports shell programming or not? in other words ,I want to no. of the already opened windows or applications in the operataing system...So my question is : Is there is a way to do that with c# or only C++? and if so ,HOW? thank you for helping

    C# question csharp c++ linux
  • Login

  • Don't have an account? Register

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