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
X

X2040

@X2040
About
Posts
34
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to convert .NET application to native and execute it with our installing Framework
    X X2040

    I have developed a c# application and when I tried to install it I figured out that some users don't have framework installed on their computers and for some business constraints they can't install it. Is there a tool to convert my c# application to native one to be able to work on clean machines with out installing framework ?

    C# csharp c++ business tutorial question

  • Visual Basic Build Error
    X X2040

    This hint helped me to find the issue. By some reason I kept calling old exe version rather than the new compiled one

    Visual Basic csharp visual-studio help announcement

  • Visual Basic Build Error
    X X2040

    Thank you. The exe was designed to be called from the Run tool and pass some parameters as argument to it. By mistake I renamed the exe and put a space in its new name. then I figured out that the run command utility doesn't support having space in the exe name and kept calling old exe

    Visual Basic csharp visual-studio help announcement

  • Visual Basic Build Error
    X X2040

    I have a Visual Basic 6 project when I update in the form of the project then run the application from inside the Visual Studio 6 every thing goes fine. When I build "Make" the exe the Visual basic ignore all my code updates and the exe appear as if I didn't change any thing. Any Idea !!!!

    Visual Basic csharp visual-studio help announcement

  • Is This Method Thread Safe ?
    X X2040

    Some articles say that if you pass variables to your method that are not immutable or reference variable this may make the method not Thread Safe. Does any one has more details about this point if it is correct or wrong and why?

    C# tutorial xml help question

  • Is This Method Thread Safe ?
    X X2040

    Hello All Am developing a MultiThreading Application and I have searched the internet for guide lines how to write a thread safe methods. I found some conflicts and I would like if any of you help me to figure out the correct solution. Below is Example of a Method That I need you to Evaluate if it is thread safe or not and Why. public static int Search(string xml, char item) { return xml.IndexOf(item); }

    C# tutorial xml help question

  • Enable User to choose diffrent Designs at Run Time
    X X2040

    Hi i want to make a web site that the user can choose between diffrent web designs at the run time. i have 4 web designs that are completly diffrent. ex) places of the Menu and controls in each design is diffrent. can i support such a functionality using the Themes and Skin ? and if not does any body has an idea how can i implement this function.

    ASP.NET question design

  • A CAPTCHA Server Control for ASP.NET
    X X2040

    Hello Also, is there a way to get this control to work with a required field validator so that if the user does not enter anything in the textbox it doesn't postback to give the user the error message? i have got the same problem did you find any solution for it . thank you. have a nice day.

    ASP.NET csharp asp-net sysadmin help question

  • Diffrence between DataSet & DataReader
    X X2040

    hi i want to know what is the Diffrence between the DATASET and the DATAREADER and when you use each of them thankx

    C# question

  • LSP Problem
    X X2040

    when i install the LSP code Sample of the MSDN my internet explorer cant establish any internet connection. if any one know why this problem occurs and how to solve it please send me . also if any one have code any other code sample that doesnt contain this problem please send it to me . thank you

    C / C++ / MFC help tutorial

  • Returning focus to window
    X X2040

    am not sure that i understood your problem correctly but i want you to try this solution put the line of code that draw on the dialog or insert data in the Controls inside the function called "OnPaint" --> "WM_PAINT" you will find this function and if not found bring it from the Class wizard of the Dialog. the OnPaint is called every time an Update Occured in your window. so when you will set the focus to your dialog again the OnPaint will be called which will draw and set inputs again.

    C / C++ / MFC question

  • executing Make file
    X X2040

    i have got some cpp and headers files and a Make file how can i execute the make file to build the workspace ???

    C / C++ / MFC question c++ workspace

  • c++ library runtime error
    X X2040

    i have made a program using VC++ 7.0 MFC and i included in my package all the MFC Dlls and this program is running under windows XP but when i try to open it from windows 98 a message error occurs telling me that "C++ library runtime error" does any one know how to solve this problem

    C / C++ / MFC c++ help tutorial

  • Media Player 10 ActiveX Problem
    X X2040

    I imported Windows media player 10 in my application i used the "Put_URL" to play mp3 but when i use the "EndofStream" Event of the OCX it doesn work does any one have idea how to solve this

    C / C++ / MFC com help tutorial

  • how to add ActiveX control in MDI Application
    X X2040

    how to add ActiveX control in a MDI application using VC7 i want to add the windows media player Component in my project to open it in a window inside my application .

    C / C++ / MFC com tutorial

  • Virtual CD
    X X2040

    iam working in the same project so please if you got any usefull info or links please send me thank you

    C / C++ / MFC question

  • Virtual CD Drive
    X X2040

    iam working in a project like yours so please if you found any usefull thing that will help me in implementing the virtual cd please send me

    C / C++ / MFC linux

  • Embarsssing Menu Question
    X X2040

    you must call the function that is responsible for drawing inside the OnDraw() the OnDraw function is called by the operating system when any update occurs in the program so if you resize the window this is update so the windows will call the OnDraw function inside which will call your drawing function. by this way it wont disapear

    C / C++ / MFC question

  • Virtual CD
    X X2040

    i want to know how can i make a "virtual CD" drive on the computer if any one have a usefull experience,articles or links please send me :confused:

    C / C++ / MFC question

  • searching the registry
    X X2040

    iam making a registry back up program where i want to find an algorithm or function to get my item by item from the registry files till the end of the files . assumption that i dont know the name of the keys . like what happen when you search the hard disk using "*.*" i want the same effect on the registers. if you know any way send me please thank you

    C / C++ / MFC algorithms windows-admin
  • Login

  • Don't have an account? Register

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