Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

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

 
Time Tested Overall Solutions: 343701 - 343725 of 361911
 
I'm after creating a table like so: <table> <tr> <td onmouseover=bgcolor=000000> test</td> </tr> </table> How do i this? Any help appreciated. Thanks
Dear all, I have a problem in VB with MSXLM parser. I try transform an MSXML.DOMDocument into an html page with a specifique XSL. In asp no problem: <% '-----------------------------...
I've got a printer common dialog's hDC. I want to get the printer name associated to that hDC. Could anyone help? Thanks in advance
Scenario : 3 documents opened in MS Word. 2 excel documents opened in MS Excel. Task 1: one delphi program that writes some text in the word document that has focus. Task 2: one delphi...
There is a parameter which specifies the cause of the QueryUnload event Pls check site http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbevtqueryunload.asp In VB...
the following page display a macromedia shock wave file that has an extension (*.dcr), how can i save that file so can be displayed when i am offline. http://www.exploremath.com/activities/Ac...
what's the difference between rule based and cost based and how set these parameters in init.ora file (optimizer mode) thanks
hi there, I'm trying to setup a VoIP network and I have a question regarding E1 configuration. I have a cisco 2600 router with a NM-HDV-1E1-12 : High-density voice network module, E1 con...
Hi, Has anyone actually managed to write an SMTP sink in VB.net and get it to work yet with Win2k SMTP Service or Exchange? I have seen drodis email from earlier in the year, but there w...
Hi experts, I only today visited this section(I am happy I did). and was going throug the question mentioned below http://www.experts-exchange.com/Miscellaneous/Math_Science/Q_20725059.html ...
Hi Experts, After exporting a CSV file or an txt file, Excel opens it with the default column witdth. Is there a possibility to define the right column with in a file, so that the sheet is...
Hi all! Is there any changes in the way 9i handles %ROWTYPE as in/out parameter to a procedure? This works fine in 8i:    CURSOR new_aggr     IS         SELECT                -1 as i...
I'm trying to get pull a web page into my site that isn't located on my web server. The code I'm using is: Dim ArticleURL ArticleURL = "http://websiteinfohere" Response.Write     ArticleURL &...
HI! ^_^ I got this error compiling my program, on std::getline(...). Why? What is the problem there? Thank you all! Compiling... main.cpp d:\tesi\prova decomposizione\sviluppo config\c...
I would like to format a report in Oracle 6i. The data is grouped using only one field. I would like each group to be printed on a new page. Currentlly the report does not have a page break at...
There are two databases in different locations.For eg one in Asia and another in Europe.  I want to synchronize theses two databases so that the data available in both servers are exactly th...
This is my SQL string, and I'm getting a syntax error. Can anyone spot the error? SQL: SELECT IFNULL((SELECT Mes FROM PrePagos WHERE Afiliado = 1 AND Aplicado = False), (SELECT CASE WHEN...
Hi - does anyone know how/where to access a data feed for weather in Canada? What I want to do is find a web service where my developers can access the data and use it to code a little weather...
When I go to turn on the computer, the monitor displays the following message: "Please Check the Signal Cable".  Here is what I have done.  I first made sure that the monitor was plugged into ...
I am running Exchange 2000 SP3 native mode on a Windows 2000 Server SP3 AD Native mode single domain. I have recently upgraded from Exchange 5.5 to 2000.  When I use my Delegates in Outlook...
Hi, I guess this is a simple task, but since I'm quite new at this: How do I automatically resize a CListCtrl when the Dialog is being resized? If I maximize the dialog on which the CLi...
Currently Our DHCP server is behind the firewall (a linux box) and we have a mixxed group of Macintosh and Windows based users. We would like one section (floor of the building) of our uses...
Help. After my PC has been on for a few hours, when turning off I get "Program Not Responding: LVcomSWND" pop up window. I must then physically pull the power plug to turn off computer. What...
I have developed an asp web locally and it works fine.  I didn't have to add any other references to the project.  I build the project, and copy all the files (including the \bin dir) to a pro...
I am trying to figure out how the Xerces parser decides to replace text with escape characters. Here's my test code:    try {       // Create a document...       DocumentBuilderFactory db...