| Thread | Last Post | Replies |
|
| Parse date and time in unmanaged C++ | 28 Jun 2006 23:11 GMT | 2 |
I need to simulate current date and time and provide integer values for the current year, month, day, hour, minute, second, and millisec. I need to do this in unmanaged C++. My first inclination is to do roughly the same thing that I would do in managed code: I would maintain a ...
|
| vc w/clr: How to call an executable? | 28 Jun 2006 22:21 GMT | 1 |
Does anyone know how to call an executable from within Visual C++ 2005 Express (using the CLR)? For example, click Button1 to launch Microsoft Paint: System::Void Button1_Clicked(System::Object^ sender, System::EventArgs^
|
| XML Parsing | 28 Jun 2006 16:22 GMT | 3 |
The XML file looks something like this... --- Start XML --- <?xml version="1.0" ?> <VULNERABILITIES>
|
| Code Snippets | 28 Jun 2006 15:09 GMT | 2 |
Does anyone know where can I get some Code Snippets for Visual C++ 2005?
|
| How do I save a class's Raw Data (without .NET object data) to a binary file? | 28 Jun 2006 14:37 GMT | 2 |
I want to save the raw data of a class (without the .NET object overhead) to a binary file. For example: ref class Test {
|
| CDatabase Transactions | 27 Jun 2006 21:20 GMT | 3 |
Have a quick question. I have an app that connects to SQL Server via the MFC CDatabase class. I'm doing bulk loading using the ODBC bulk opns extensions for SQL Server. When I try to wrap my bulk inserts in a transaction using BeginTrans() and CommitTrans(), it doesn't work. ...
|
| How to get status of RTS, DTR & CTS lines of serial port | 27 Jun 2006 15:16 GMT | 1 |
I need to look the status of RTS, CTS, DTR lines of comport. I tried "IOCTL_SERIAL_GET_RSTDTR" flag but as a new to VC coding I doesn't know how to use this type of functions. I read MSDN and other info on Internet but failed to do the same.
|
| Need help programming IE band object in ATL | 26 Jun 2006 23:35 GMT | 1 |
I'm in a process of creating an IE band object that would tell me when any url on the current page, loaded into IE, is clicked and what is its url. I'v created a band object (ATL project) that loads into IE, but have no clue of how am I going to get notified when the user clicks on ...
|
| Open Files on Startup | 26 Jun 2006 19:37 GMT | 1 |
I have noticed that in most proffesional applications, they detect which file the user has chosen to open a file with, and if it's that application, then the app detects what file the user has chosen and loads it. How can I add the feature to my App?
|
| Structure Alignment | 26 Jun 2006 19:34 GMT | 2 |
I was having a discussion with a co-worker about alignment of structures in memory, and we came across a question. We have a struct like the following: struct Car {
|
| Compile with different versions of Visual Studio | 26 Jun 2006 19:17 GMT | 4 |
Likely this has been asked before... We have a library (in DLL form) that we distribute. The interface to the library is all C, but within the library it uses C++ in many places. Traditionally we've built our library with VC 6. We are considering moving
|
| convert LPCSTR to LPCWSTR? | 26 Jun 2006 18:08 GMT | 2 |
how convert LPCSTR to LPCWSTR? regards, Mohammad Omer Nasir.
|
| Are there something wrong with dragqueryfile or extracticon? | 26 Jun 2006 16:49 GMT | 1 |
Hi,all! I am new to VC++.net. When I debug these code followed, It doesn't work.Could anyone tell me why? (This is an example in Programming Windows with MFC,Second Edition)
|
| shockwaveFlash | 26 Jun 2006 15:06 GMT | 1 |
Dear Experts How can I insert a shockwaveFlash file to my web form I tried shockwaveFlash component but it is not working. I am using C# Thx
|
| Resource Editor Bug | 26 Jun 2006 02:50 GMT | 3 |
Our company is trying to migrate all of our products developed in msvc 6 to msvc 2005. Everything was going smoothly until we discovered that msvc 2005 will not save any changes we make in our resource (rc) files. And if we do make a change in the resource file, msvc 2005 crashes ...
|