What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Overall Solutions: 1 - 25 of 361911
 
We have a install of ACT 6.0 on a new 2003 Server (TS) running on a Hyper-V environment. When any user tries to select a report from the menu - it returns an "Unknown ERror...: and closes ACT...
Hello all, In my long list of grievances with Windows 7, I discovered another annoyance! How the heck do I see my shared network folders with Windows 7? And how to I [successfully] enabl...
I have a web app.  There's a radio button list and there are two panels initially set to visible="false".  I want to validate the text boxes in these panels only if the panel is visible.  Does...
is there a way to create custom font categories in photoshop? Say for instance, i dont want to have to scroll through all the fonts in my list to find the ones im looking for when working on ...
Hi Expert, I have an Excel file that has two columns, one in alphabetical format, the other column is the number. Could you help me to arrange the alphabetical column in alphabetical or...
I am using vmware workstation to test an ISO image, The image is of XP. I can load it up fine however it fails to detect a hard disk on installation. The host machine is a lattitude D620 lapto...
I have a date stored as integer and need to convert it to regular date. The data looks like this: 74959 75770 74447 75644 74013 etc
I've got a Global variable here in my flash project, which is stated like this, _global.swfloaded = "home"; This variable then changes throughout the project, depending on what buttons are ...
The following line:     DoCmd.OpenForm "fm_ContactEntryEdit", , SelectedContact does not appear to change the Record Source of this form to the 'SelectedContact' SQL statement, since wh...
How do I modify the php so that after completing form, you are directed to http://myrascakes.com/thankyou.html themrrobert showed me this line of code (around line 1450) which  I was able...
Is it possible to search the contents of an attachment in Microsoft CRM 4? Specifically, when an attachment is inside the notes of a case.  For example, I can use advanced find to locate the T...
We have a video that we want to open automatically when a web page is opened in Sharepoint. On a certain page, we have a Content Editor Web Part with the following code: <object width="425" h...
I am working on Export to Excel Sheet - Small Utility Tool. At present, I am able to Export and Save it in Hard Coded - file Path - "C:\ExcelReport". I need to make this option User fr...
Hello, I've got a new user, setup in Exchange 2003, using outlook 2007.  When she attempts to share her Calendar (with another user within the Exchange Org), Using "Share My Calendar" it kick...
I am trying to write the output of airocrack-ng.exe to a text file but when I do this I get it all on two lines and it looks nothing like the dos windows output.... How can I fix this so it...
Hello everyone, I am a MOSS 2007 admin and would like to ask if I need to install VIsual Studio on MOSS server so developer can write code. My position is that coding can be done on a machi...
Hello Folks, very urgent please..... It would be great if someone can help me in perl script. I have a perl script named sys_report.pl which reads a log file named auditlogfile.txt an...
In Adobe LiveCycle 8.0, is there a way for me to change the background color of my form?
Hi. I wrote  a class like this: type  TServicesList = class (TObjectList)  private  function GetService (aindex : Integer) : TService; procedure SetService (index: integer; const Val...
Hello Experts, The reason why I ask is because I don't see the /etc/yum.repo.d in my boxes... Due to security I have to do updates via the latest .iso file and by creating a local r...
I have a table with booked date and completed date. I need to calculate how many business days between these two days -- at this point I just want to exclude weekends. Is it possible to do thi...
Hi, I wanted to create number of checkbox at run time dynamically but I don't know how many of them I needed beforehand. I wnated to create multiple checkboxes at run time and show them in ...
I'm writing an Excel 2007 Workbook Project using C# and Visual Studio 2008.  I've written the below code to generate my timesheets (which are required for bureaucratic reasons even though they...
How do you create a website 'hit counter' using MS ASP.Net 3.5 and the Global.asax file?
I am trying to come up with a regular expression for a last name field. I would like to allow a hyphen character... but only once, or not at all. Any help is appreciated. ^[a-zA-Z1-9#\s\-?]...