I have a Win2k server running DHCP and a Comcast router/cable modem for internet connectivity.
I've obviously disabled the DHCP server on the router.
Then on my DHCP server I have Server Options
DNS Server - Windows box
Domain Name - my name
Router - Comcast router
my subnet is 172.1.10.*
I...
I have an application ... click a button and it pops up a child form using Show() (so non-modal) that provides additional information
Now... say you click your browser, then click back to my main window... I want to reshow the the child form.
Or say you minimize the child form to the taskbar...
My application opens a child window.
I always want this application to open just to the right of my main window, unless that puts it off screen, in which case I'll go left unless that puts it off screen in which case I'll change the whole thing to default position.
So I have the start...
I'm seeing the following error in my apache log...
client denied by server configuration: /path/to/php/file.php
When my C# program uses SOAP to access the file.php
But the oddity is that I don't always see it, maybe 40% of the time it pops up. I can't think of any settings that would cause...
I have XP Pro 32-bit edition running on an AMD X2 4200+ platform.
It runs great most of the time, but occassionally a process just goes crazy and takes all the processing power from one core, it's been a few different ones so I don't think it's the programs.
My only recourse is to kill the...
Is there a way to completely disable the on boot message about needing to do a file consistency check?
We have a server which goes through a rotation of externally attached USB drives, and ocassionally we need to reboot the server remotely, and it tosses up that message, and we can't access it...
Table 1: Staff PK: staff_id
Table 2: owner_has_staff: FK to the above, plus some other fields (including a FK to an entirely other database)
Is there a way to do a single insert which handles table two?
Something akin to
INSERT INTO staff (...) VALUES (...);
staff_id = CURRVAL(sequence)...
I have two unrelated tables which I want to get info from for one query, each needs to be joined against another table...
I'm doing this in postgres, but I'm imagining it's a standard SQL question so I'm posting here... essentially, I want
SELECT email.email, url.url
FROM email, url
JOIN...
I was just wondering, is there a place in XP to manage my mapped network drives?
Recently I made some changes that requires me to change passwords and usernames on some of my mapped drives... and it occurred to me that perhaps there's a way to find the properties of the mapping and just adjust...
I'd love to see this forum develop a listing of beginner AJAX tutorials.... we could turn it into a FAQ once the thread advances a bit.
Personally I think we should break it down like so:
1) Complete beginer's guide to AJAX
2) Competent web programmer's guide to starting with AJAX
but, maybe...
I have a box with 4 XFX GeForce 5200's in it. These each have one DVI and one DSUB connector.
Monitors are connected in 3 ways... DSUB->DSUB, DVI->DVI, DVI->IncludedConverter->DSUB
No matter what the combo plugged into card 1, it works. No matter where connection types 1 & 2 show up, they...
I'm trying to convert strings to base 10 integers... but I'm not starting in base 10, so what I'm looking for would basically be an atof function where I can also supply a base... anyone know if this is possible with built in functions, or am I writing this?
I've created an app which minimizes to the system tray and it's working fine, but regardless of any modifications I make to the .ico files in the project the icon in the system tray remains the default one, what'm I doing wrong?
I've tried editing them in VS2005 as well as GIMP, and I'm just...
I'm trying to get the output of RegQueryValueEx into a LPTSTR, and it's not going well... here's what I have
LPTSTR _szExecutable;
unsigned char buffer[MAX_PATH];
...
RegQueryValueEx(hKey, TEXT("executable"), NULL, &datatype, buffer, &bufferlength);
...
????
I've tried a few things, pointers...
What's with LPWSTR, LPCSTR, LPCTSTR etc?
I want a lousy string...
Actually, in this particular instance I want
ShellExecute(NULL, "open", "C:\\boo\\foo\\yar.exe", NULL, NULL, SW_SHOWNORMAL);
But it says open needs to be a LPWSTR, and the executable path needs to be something else... and...
I'm fine programming C, C++ & a myriad of other languages, but this is my first forray into VC++ since 1994, and even then I didn't do that much.
I've opened up VS2005, created a new Win32 project (cause of what I'm doing I want to avoid .NET & such.), and wow, do I feel like I'm looking at...
I'm trying to run as many monitors as possible from one box, they need a DVI connection, and I was hoping to hit 8 monitors at a minimum.
But all the dual DVI video cards I can find are PCI Express x16, and motherboards seem to generally only support two of these, and on rare occasion 3.
Do I...
I'm trying to figure out how much of my network connection I'm utilizing... essentially I want the "Networking" tab that exists in Windows XP's taskmanager. All my googles for win2000 monitor network load just return load balancing configuration issues... and all other avenues have as of yet...
I'm trying to implement some CSS dropdown menus... with a little javascript tossed in to make it work in IE.
Everything's more or less working, but I'm having some issues between browsers...
in IE it all appears fine.
in Firefox, the div after the menus is placed to the far right on the...
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.