Hi,
i have a WinXp Pro SP3 and i'm trying to get the RD working on it. I've done it before and it was working fine on that machine but lately i can't connect to it anymore. When i try to connect to this machine i don't even get any error messages. When i press "Connect" button it goes gray for a...
Well, that's sort of what i ended up doing for the time being, which seemed like a complete hack. And i thought there's got to be a proper way of doing this. But perhaps there isn't...
Thanks for the reply.
Hi all,
I have a question about inheritance when you get to deal with Interop. I'm building a library in C# (VS2003) which i later want to use in VB6 project. Generally i got it all working except for one thing that puzzles me. I have some basic inheritance in my C# classes. Something like this...
Hi,
i'm planing to write a class library in C# and then use it in VB6 aplication. So i wrote a little test program. Here's the C# just in case:
using System;
namespace MyClassLibrary
{
public interface MyStab
{
void Init();
string Append(string s);
}
public class MyClass ...
Hi,
I have a project that is being developed for different platforms. So i have a common interface (.h files) but the implementation (.cpp files) varies for each platrom and those files are kept in different directories. How can i specify in MSVC++ 2003 project to take proper cpp files and...
Quick question, is it possible to get a system time in VB with precesion to a millisecond? Time and Now give you time only to a second but i need better resolution.
Thanks.
Hello,
I'm faced with a little problem here. I have more than one network adapter installed on my computer and i want to create a CSocket and bind it to a certain adapter. While it's trivial to do it manually (you just specify an IP to Create procedure) i would want to have a more general...
I'm getting the same impression. I was just hoping that there are some ATI employes here who hate thier job and cannot miss the oportunity to bash thier company:-)
Well it's true that resolutions not supported by the monitor are hidden by default, but you can disable that.
If you go to Control Panel->Display->Settings->Advanced->Monitor and uncheck option "hide modes that this monitor cannot support" click Ok. And you should be able to see all...
Hello to all ATI enthusiasts!
I have a question for you. I would really appresiate if someone told me why ATI v-cards do not provide 1280x960 resolution? I mean, wouldn't be logical to have it? After all most of the monitors are 4x3. What was the motivation for the ATI engineers to leave this...
When you add Windows sockets component to the project it adds the following code to the BOOL CTestApp::InitInstance()
if (!AfxSocketInit())
{
AfxMessageBox(CG_IDS_SOCKETS_INIT_FAILED);
return FALSE;
}
I would assume all necessary initialization with dll are done there. But it's only a...
Sorry, guys. Disregard the question. Stupid me forgot one more line of code. It should look like this:
1. m_CSoc = new CClientSocket();
2. m_Csoc->Create();
3. m_CSoc->Connect(myip, myport);
4. file = new CSocketFile(m_CSoc);
5. m_CSoc->arIn = new CArchive(file,CArchive::load)...
Hi there,
I have to add network functionaly to the existing project which was originally created without Windows Sockets support. I've programmed networking before, but it seems that that some settings or something being turned on when you create project with win socket support. I'm having hard...
Thanks guys.
dentarthurdent:
I tried to do what you sugested... But first, i don't have runservices key in the regestry, i only have "run", "runonce" and "runonceex". When i put the string into "run" the program only starts when i login. The same effect...
I've wrote a little program for win2k (a simple network server) and i need it to be run on background (like a service i guess). Basicaly i need it to start running when computer is turned on even if no one logs in. Is it possible to do just but tweaking windows? And if yes, how? Or i have to...
Hi guys,
i have a general question about V-synch. If i understand correctly, v-synch means that if i program something and i say draw something on the screen, the system will wait for the monitor to start new refreshing cycle of the screen and only then will proceed with dumping the video buffer...
Hi have a mac here with german OS 9.0 on it. i was wondering is there an easy way to change OS language? Can i Install english update for OS on top of German os?
Thanks.
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.