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
Mircea PuiuM

Mircea Puiu

@Mircea Puiu
About
Posts
520
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • get connected Device ID from USB Port
    Mircea PuiuM Mircea Puiu

    Article's author ist definitely more qualified to answer that :-)

    SkyWalker

    C# csharp com question

  • get connected Device ID from USB Port
    Mircea PuiuM Mircea Puiu

    Would the article here: A USB Library to Detect USB Devices[^] at CP provide an acceptable solution to your problem?

    SkyWalker

    C# csharp com question

  • IP camera - how to find without IP
    Mircea PuiuM Mircea Puiu

    And your question is....

    SkyWalker

    C# csharp com help tutorial

  • Why (LoadTypeLibEx failed : : Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))? [modified]
    Mircea PuiuM Mircea Puiu

    Hi, Did you try to find out if if any dependencies are missing or are out-of-date? As you may know, your library may be in place while some of its dependencies not. Should you consider to try that, you could use depends.exe from sysinternals

    SkyWalker

    Managed C++/CLI c++ help question

  • Application Error
    Mircea PuiuM Mircea Puiu

    What is the description for this event in the log? For example, you may have something like this: Event ID: 1000 Event Source: Userenv Description: Windows cannot determine the user or computer name. Return value (1722). ( see http://support.microsoft.com/kb/261007[^] )

    SkyWalker

    C / C++ / MFC help c++ question announcement

  • What is the value of Ctrl+Z in terms of CString?
    Mircea PuiuM Mircea Puiu

    The value for CTRL-Z (^Z) is 26 (decimal). It is often used as an end-of-file marker (DOS). You might also find useful to know that CTRL-A (^A) is 1 and that all the others, i.e. CTRL-B through CTRL-Y characters fall in between (CTRL-B is 2, CTRL-C is 3, and so on). char c[2]; c[0] = (char)26; c[1] = 0; CString cstring; cstring = CString( c);

    SkyWalker

    C / C++ / MFC question help

  • How can find out values return by NetServerEnum is machine or any other hardware device?
    Mircea PuiuM Mircea Puiu

    I think you have already a list of values and their meanings for servertype in the link I provided. Is this not enough?

    SkyWalker

    C / C++ / MFC sysadmin hardware question

  • How can find out values return by NetServerEnum is machine or any other hardware device?
    Mircea PuiuM Mircea Puiu

    Use the servertype input parameter to filter what you get. See here: http://msdn.microsoft.com/en-us/library/aa370623(VS.85).aspx[^]

    SkyWalker

    C / C++ / MFC sysadmin hardware question

  • Problem in File seek()
    Mircea PuiuM Mircea Puiu

    Read the content of the file, modify what you need, write the file back. You cannot modify a line directly in a text file.

    SkyWalker

    C / C++ / MFC help tutorial question

  • calling selectedindexchanged event
    Mircea PuiuM Mircea Puiu

    I assume you want to trigger that event during page_load. Why don't you put the code in the event handler in some other method (a new one, which you must implement). Then you call the new method both in the event handler and in handler for page_load?

    SkyWalker

    ASP.NET tutorial

  • using cout i get symbols instead address [Solved]
    Mircea PuiuM Mircea Puiu

    if you pass a "pointer to char" to cout, you'll get what starts there in memory until a 0x0 is encounterd (it it is the way null-terminated strings are printed out. Use this instead: cout <<"address of char variable a: "<<(void *)(&a)<<endl;

    SkyWalker

    C / C++ / MFC c++ database performance tutorial question

  • Comparing excel data to XML
    Mircea PuiuM Mircea Puiu

    You have, I guess, the software requirements,so it's entirely up to you to set the approach to solving your problem.

    SkyWalker

    C# question xml

  • windows disappearing issue
    Mircea PuiuM Mircea Puiu

    Hard to say what is actually causing the owned forms to go behind the owner one. You could try handle the Deactivate event of one of your owned forms and see what the call stack looks like.

    SkyWalker

    C# csharp help dotnet visual-studio question

  • Comparing excel data to XML
    Mircea PuiuM Mircea Puiu

    Hard to say from the info you peovided. maybe you should think of some parsers.

    SkyWalker

    C# question xml

  • RSS Feed Reader for .NET Windows Application
    Mircea PuiuM Mircea Puiu

    This tutorial[^] might help

    SkyWalker

    C# csharp question

  • ContextMenuStrip show problem
    Mircea PuiuM Mircea Puiu

    Point desiredPoint = treeView.PointToScreen(cPt); menuStrip.Show(desiredPoint); instead of your last 2 lines

    SkyWalker

    C# csharp c++ help question learning

  • load xsd into dataset
    Mircea PuiuM Mircea Puiu

    It seems that you might have problems with mapping datasets to xml's. You can find here[^] excellent code snippets, which will lead you to the correct solution.

    SkyWalker

    C# help debugging xml

  • SmtpClient uses lowercase headers
    Mircea PuiuM Mircea Puiu

    Try to use the System.Web.Mail classes, which make use of Microsoft's Collaboration Data Objects to send emails. Ignore compiler's warning messages for obsolete classes.

    SkyWalker

    C# help question

  • Publishing a console application?
    Mircea PuiuM Mircea Puiu

    Visual Studio .NET allows you to specify files to be included in a deployment project (whatever your application might be). See details[^].

    SkyWalker

    C# question announcement workspace

  • MultiThread Programing
    Mircea PuiuM Mircea Puiu

    There are a lot of tutorials on the topic. You could start very well here[^].

    SkyWalker

    C# question csharp java delphi career
  • Login

  • Don't have an account? Register

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