Hi fellow Mannorothian!
Toons:
Heap <Order of Thrones> - Gnome Blood Death Knight
Deque <Order of Thrones> - Gnome Protection Warrior (hasn't seen too much love this expansion)
I don't understand. Are you asking can a user just trigger a scan at any time? If so, the answer is yes. There is a "Scan now" button on the first screen that let's you do the quick, full, and custom scans. You can also change the schedule so that you can do daily scans (as opposed to the...
It refers to the remote server's desktop and My Documents. With our configuration, it automatically connects all of your drives to the computer, although I don't see where that was configured. Normally you can edit the RDP file and it will allow you to make some of the changes, but for RDP files...
We use SharePoint with InfoPath Form Libraries. It isn't the best approach, because we use separate InfoPath forms for each request (if they come on different days).
Ideally, we'd use the same request form and it would be updated. That way you could see at a glance what a user has access to...
Even though RemoteApp is not showing you the SysTray, it is still there and running. RemoteApp still opens up a full remote session, it just hides that fact. RemoteApp will still disconnect the session as long as none of the icons in the SysTray were explicitly started by the user.
We...
I believe it depends. There are a bunch of rules for what happens when you disconnect from a RemoteApp session and some of them can be found at http://blogs.msdn.com/rds/archive/2007/09/28/terminal-services-remoteapp-session-termination-logic.aspx.
If you have a program that has a systray...
The DLL exists in one of the folders in the PATH. The application installs some of the DLLs to a "shared" location, but it's not in the same directory as where the program is launched.
We actually did try that, but then the application crashed. The only thing I could think of was that the DLL...
Hey everyone, I apologize in advance if I won't be able to answer all of your questions, but I'll try my best. I'm not an Active Directory Administrator, but I know a little.
Currently in our Windows Server 2003 environment, our users were experiencing slow response times on certain...
I think you need to re-read what sickpuppy said. He did NOT say that he does not teach the students how to debug. He said that he does not teach them how to use the debugger.
Are you already a Dynamics customer? If so, do you have a CustomerSource account? You're probably best asking questions through Deluxe Support or their managed newsgroups if you are. You should be able to ask your questions at...
I think if people saw the query you were trying to run, someone would be able to provide an answer.
For an example using the AdventureWorks database, Production.Product contains Product IDs and Product Names. Production.ProductReview contains Product Reviews for Products, but it doesn't...
In particular, you'll need to have InfoPath Form Services running to do the Browser-Compatible forms, but like shabazkilla said, it's a component of Microsoft Office SharePoint Server 2007.
http://office.microsoft.com/en-us/sharepointserver/HA101672841033.aspx
So, because the original poster posted a screenshot of a giant robot, he's somehow ruined the storyline for you guys? Give me a break...
If you don't want the game to be spoiled, don't read a thread with "Fallout 3" in the title. Especially don't read any thread with "Fallout 3" in the title...
SharePoint stability is "mission critical" but you have no test environment for testing? That's not good. :(
At the very least, because SharePoint Services is a free download, you can probably download Virtual PC 2007, install Windows Server 2003 (or whatever OS you're using), clone your...
It really depends. For you, I'm sure it will be a radically different work schedule depending on whether or not you are a freelance web designer or if you work as a web designer for a consulting firm.
Not that it's particularly innovative or unique, but that program looks extremely similiar to this program my professor at my University required use to complete assignments (Professor Wirth).
I always thought it was particularly interesting when we would get assignments that had multiple...
Hey annaconda,
Site C people cannot access resources consistently. From their responses, it seems as though that more often than not, they are unable to access network shares. It's not just network shares though, they get an error trying trying to connect to a server using remote desktop...
Hey everyone,
This is an incredibly strange situation, and I am not a network guru or a Windows Server 2003 guru, so I'm unsure of where to focus my troubleshooting efforts, or if I should get Microsoft involvement.
We have three sites and a hosting facility where all of our central...
I'm confused. I'm not a VB.NET Developer, but looking around seems to suggest that they added using blocks in VB.NET 2.0, and if he's using Visual Studio 2005 I can only assume that he's using .NET 2.0. I might have missed what your comment implied, though.
We're starting to use SharePoint a great deal now. We're currently using MOSS 2007 to power our Enterprise Portal for our new business system (Microsoft Dynamics AX 4.0).
You might want to look into getting Windows SharePoint Services 3.0. It's free, assuming you have a valid Windows Server...
I'd be interested in the section too, for what it's worth. I'd love to see what others are working on, and I'd love to see the feedback. I'm more of a "reader" than a "poster" when it comes to forums, but I do enjoy reading other users' comments on code.
I really liked the storyline of Fatal Frame and Fatal Frame 2. It's probably the only game that has ever pulled me in because of the storyline.
Chronicles of Riddick had a pretty good storyline as well.
Depending on policies at your work, you could download and install the VMware Player and download the Virtual Appliance, rPath mediawiki appliance, or deki wiki appliance.
We are currently trying out rPath where I work. It requires a bit more configuration than Deki Wiki, but Deki wiki is only...
Pascal case is initial capitalization on every word and Camel case is initial capitalization on every word except for the first.
Pascal case:
class MyClass { }
class Employee { }
public int Length { get; set; }
public int GetLength() { }
Camel case:
private int m_Length...
I'm not a C++ guy, but you might want to pick a coding style in programming and be consistent with it. Your local variables appear to sometimes be pascal case and sometimes you keep it lower case.
In C#, I try to follow some of the popular coding styles which involve:
Pascal case on class...
It's bad database design because it breaks 1NF. Whether or not it's justified or not, I can't really comment because I haven't designed many databases outside of academia. :)
The crowd in Everquest 2 seem to be much more mature than the crowd in World of Warcraft. I'm not entirely sure why, but if you've played both, then you probably know what I'm talking about.
I've played both at the end game. I have a 60th Mage and 52nd Warrior on World of Warcraft and a 50th...
I agree with oplin. I went to a university to get a degree in Biology so that I could later apply to the School of Veterinarian medicine, but in my Junior year I switched to Computer Science. I received a B.S. in Computer Science. and after college I got a job as a Regional Administrator for an...