I'm trying to understand when it is appropriate to use the different types of C++ project in MS Visual Studio.
For example, Win32, MFC, Windows Forms application (Is it Managed?).
If the Windows Forms Applications is managed, which give it the form designer like VB & C#, why use Win32 or MFC...
Hi,
Is it possible to play an audio memory stream with Direct Sound "on the fly"? Meaning as the buffer gets data, play it.
I would guess that the stream needs to be in wav format.
Regards
Hi,
I am trying to create a simple windows forms ping program. And am wondering if the ListView control is the correct one to use.
There would be just two columns.
One for the host status and the other for the Host.
So if the host is off the status column for that host would be red.
Is the...
Hi,
I do not understand how to convert char* to System::Object^.
I am trying to add a char* to an item in a combobox.
combobox->Items->Add()
So I have tried things like:
System::Object^ MyObject = ToString(char*) - Nope.
combobox->Items->Add((System::Object^) char*) - Nope
Any help would be...
Hi,
I have an Option 61C with Rel 4.5.
Is it possible to translate inbound CLI to customers name for the text appearance on the M3904?
For example: inbound CLI on ISDN = 02 9999 0000
PABX looks up 029999000
and finds: 029999000 = "Best Customer".
So that the text "Best Customer" is displayed...
Hi,
I was wondering if it was possible to put a GAP compliant handset on an Option 61? If so what brand are people using.
The reason is that the DECT handsets are expensive and the people in the workshop break them frequently.
Also is there a "tough" carrying case for the DECT handsets to try...
Hi,
I have just started to work on Nortel's again after 5 years working on another vendor platform. So my knowledge of Nortel is a bit scratchy.
My questions:
1/ How does OTM communicate with the PABX? Via TCP/IP port 80? Is it using TCP or UDP?
2/ Does the service that OTM communicates...
Hi,
There is a *feature* / process which runs every night that checks every digital TN to ensure that there is a telephone connected.
Is there a way to disable this feature??
Regards.
Hi,
I have a customer that has issues deploying an app via GPO. They state that sometimes the app does not deploy everytime or will not complete.
Currently they are adding machines to the GPO, about 200 now. Is there a limit to the amount of machines that can be added to the GPO?
My feeling is...
Hi,
I have a customer that claims that an application that is distributed via GPO uninstalls itself if it is forced to the PC twice?? Not sure how they force it to the PC twice??
Anybody ever heard of this???
I thought that it could only uninstall if there was a newer version; marked for...
Hi,
I have a group of help desk people that have their own mailbox's but use a shared mailbox to send & receive mail for support. i.e support@mycompany.com
The problem is that when a helpdesk user sends from the shared mailbox the sent item goes to the users sent items not the shared mailbox's...
Hi,
I have added the applications to be installed to the GPO. I then checked that the application was distributed. But if the user tries to install the application it fails with insufficient rights.
Where do I need to add rights for the user to install the application?
Cheers
Hi,
I am trying to understand why the compiler wants an object?
Any help would be great.
Thank you
static void Main(string[] args)
{
int counter = 0;
string sDir = "c:\\";
DirSearch(sDir);// <-------Here.
}
void DirSearch(string sDir)
{
try
{
foreach (string d in...
Hi,
I have a ip telephone (not Cisco) that that has a 2 lan ports 1 for connection to a swtch and another port for a pc. The ip phone can set the vlan id (say vlan 10), but the pc cannot set the vlan id, however the PC must be in vlan 20.
How do I set up the cisco 3550 port to enable traffic...
Hi,
Sorry to ask this question here, but no-one seems to know the answer in the MS cert forum.
I want to prepare for the 70-536 exam for Visual C++ 2005 from MS but I cannot seem to find any prep material. It is all in C# or VB.
Does anyone know of any prep material for Visual C++ or offer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.