no worries. nt need to say sorry....hehe ;)
Shukra
Posts
-
Google Sucks Today -
Google Sucks TodayOK. I already committed my mistake. So it means no one is allowed to do mistake? I thought there's nobody perfect on the Earth! May be ppl inside Google are.............
-
Google Sucks TodayI have applied for AdSense for Google. It was approved and went well. All of the sudden people clicked on my ads, but Google said it was all fake. Of course I did clicked a few times (may be 4-5) just in order to test my ads ( I guess everybody on earth does that). But all of the sudden google banned my adsense. I tried to contact them, sent several emails, filled up the re-activation form but it all went in vain. They didn't give me any reason why they are not able to re-activate my account. I guess they are overrated and overwhelmed by their money.
-
POTDthanks....i've bookmarked the link.
-
POTDthanks :)....i will
-
POTDPhrase of the day. "Race Condition" I'm newbie in multi-threading, so googling articles on it, and found an article which says ".....and this is a race condition".....i think i will never get over it....
-
Chaotic ChristmasChaotic Christmas http://tiny.cc/5fz6s[^]
-
From the way back machineIt's april fool..... dated..........1 April 1998 nice one though...........
-
Some people have no idea to to advertise...But he's got 6 bids....till date (2Aug10 3pm 10+EST)
-
Déjà VuRe-post.... lol
-
Paul "the Oracle" octopus.lol....probably octo-soup....
-
Webbrowser control print preview not working for background colorThanks Ravi, Will you pls tell me if. Is there any way to change IE printer settings from c# code? 1.I want to dynamically set page orientation to "Landscape" or "Portrait" 2.I want to remove the header or footer. (I can change the values from registry, but don't know how to disable it?) Thanks again, Shukra
-
Webbrowser control print preview not working for background colorHi, In c# i generated HTML report (colored). I am using Webbrowser control. I need to print it. But unfortunately i cannot print the color (background color). why? A sample report is as below.
<html>
<head>
<title>Test</title></head>
<body align=center >
<table align=center border=0 width=1000>
<tr>
<td align=center class=title style='border:2px solid red;'>110P-1 PRODUCTION SCHEDULE</td>
</tr>
</table>
<table align=center border=1 width=1000 cellspacing=0 cellpadding=0>
<tr>
<td colspan=3 align=right> <b>TOTALS:</b> </td> <td align=center ><b>22160.00</b></td> <td align=center ><b>15828.57</b></td> <td align=center ><b>18000.09</b></td> <td align=center><b>2971.36</b></td> <td align=center><b>33</b></td> <td > </td>
</tr>
<tr>
<td align=center ><b>DEL.DATE</b></td> <td align=center ><b>COLOUR</b></td> <td align=center><b>ADDRESS</b></td> <td align=center ><b>L/M</b></td> <td align=center ><b>HOURS@1.4m</b></td> <td align=center ><b>COMPLETE</b></td> <td align=center ><b>REMAIN HOURS</b></td> <td align=center ><b>PACKS</b></td> <td align=center ><b>STATUS</b></td>
</td>
<tr><td align=center > 20/11/2009</td>
<td align=center style='background-color:#FF8C00;'> </td>
<td align=center > Hamilton Iland</td>
<td align=center > 20310.00</td>
<td align=center > 14507.14</td>
<td align=center> 18000.09</td>
<td align=center > 1649.94</td>
<td align=center > 33</td>
<td align=center > </td></tr><tr><td align=center > 16/11/2009</td>
<td align=center style='background-color:#14A0E6;'> </td>
<td align=center > Bankstown</td>
<td align=center > 1250.00</td>
<td align=center > 892.86</td>
<