| Thread | Last Post | Replies |
|
| Registry Access (Write Access) | 09 Apr 2007 16:46 GMT | 20 |
MFC Application VC++.NET 2003 I have a certain registry key (HKCU\Software\MyKey) that contains between 30 & 64 string values I need to write a '*' to all those 30 - 64 string values under that
|
| Inserting rows between existing rows in a list view and List view Flicker | 09 Apr 2007 15:33 GMT | 4 |
Is there a way you can insert a new row between current rows in a .NET listview? I tried and it was no success. The reason I want to do this is because when the application starts up it prints a list of id's in the listview window. The window has to be updated every
|
| How to use functions in other files in a C++ program? | 09 Apr 2007 15:30 GMT | 4 |
I have defined a few functions in a file, let's say it is called functions.cpp. There are no objects involved, these are pure simple functions. In my test application I want to call this function so in the code I
|
| Cannot convert from unsigned short to unsigned short????? | 09 Apr 2007 15:26 GMT | 2 |
I am trying to port code from Delphi to C++ as described in a previous post titled: "How to swap bytes in variables (VS2005)???" Now I have run into a bit of a snag due to my ignorance of C++, no doubt....
|
| VC++ 2005 1 byte Alignment | 09 Apr 2007 15:25 GMT | 1 |
I have created a mfc extension dll in VS2005. In code generation I set the Alignemnt to 1Byte and compile. This works fine. Now I add clr support to my dll and i get errors when linking. error LNK2022: metadata operation failed
|
| How to swap bytes in variables (VS2005)??? | 09 Apr 2007 15:20 GMT | 5 |
Preamble: I am a Delphi (Pascal) programmer who has stumbled into the C++ world by necessity since Borland has no 64 bit compiler yet out.... I used to do a lot of ANSI C programming for embedded systems about 15
|
| Typedef & confused ADT | 09 Apr 2007 15:11 GMT | 3 |
Heya. I have a header file that looks similar to this: namespace mupdf { public class Data {
|
| Regular Express in VC??? | 09 Apr 2007 06:07 GMT | 8 |
i want to use regular expression in my project for validation of email. How i can use Regular Expression in VC?? i am using vs2k5 IDE. i seen boost api for regular expression, is it any regular expression functionality available in VC ???? if yes, how i can use them???
|
| Permission to access dB problem in SQL Server 2005 Express from inside VS2005 | 09 Apr 2007 00:53 GMT | 2 |
I am trying to program a database from inside C++.NET via Visual Studio 2005 using the ADO.NET set of classes, but this I believe is a SQL Server 2005 Express permissions question under Windows XP Professional OS.
|
| How to pass string to atl com dll from visual c# | 09 Apr 2007 00:40 GMT | 1 |
What data type(wchar or bstr or variant) I have to give for string in atl com dll which will use in asp.net aplication and code-behind is visual c#? code snippet: STDMETHODIMP CMyTest::TestStringFunc(BSTR bstrFilesInfo)
|
| How to put text in labels on a form (VS2005)??? | 08 Apr 2007 21:43 GMT | 1 |
Reposted with a better subject line. I am trying to port code from Delphi to C++ as described in a previous post titled: "How to swap bytes in variables (VS2005)???" Now I have run into a bit of a snag due to my ignorance of C++, no
|
| C# syntax question | 08 Apr 2007 19:47 GMT | 2 |
Although I am an experienced C++ programmer I am relatively new to C#. I have a method that has the following prototype: public int GetDataBytes(ref byte[] dataBuf, int numBytes) The calling code has a byte buffer defined but I need to pass a reference to
|
| Getting more precise timing and telling if a key is pressed - how? | 06 Apr 2007 22:46 GMT | 5 |
I've had two issues plaguing me for 4 months now and I haven't gotten anywhere. I'm into making 2D games and these things are essential to games. These are my issues: 1. I need timing precise to about 4 milliseconds at most. Currently, I've
|
| Get CPU Fan Speed and CPU Temp | 06 Apr 2007 18:21 GMT | 30 |
Hi all, anyone know if there are any Windows functions to retrieve CPU Fan Speed and CPU Temp? Or if it's a BIOS-level call, or something else? If someone out there could just point me in the right direction it would be appreciated.
|
| problem with Command window (2003) | 06 Apr 2007 15:19 GMT | 1 |
? int.Parse("2.0") error: identifier 'int' out of scope ? "foo".IndexOf("o") error: expression '"foo".IndexOf' out of scope
|