Parsley72 wrote:
Q - What's the difference between America and yoghurt? A - Given time and the right conditions, yoghurt can develop a culture.
ha ha thats funny!
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
Parsley72 wrote:
Q - What's the difference between America and yoghurt? A - Given time and the right conditions, yoghurt can develop a culture.
ha ha thats funny!
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
how do i authenticate any email address i accept from a form in vb.net? im not talking about regex authentication,i mean how can i verify if it is an actual existing address?
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
if it was sorted by forums..
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
toxcct wrote:
however, we could have a new feature (such as "unanswered questions" in the programming forums) which lists all the threads that contains new replies (so that we can read them even it they are at the 1000th page...)
ya thats better than wat i suggested.
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
threads with new comments should be brought to the top i feel..the threads that deserve more posts also sink down,which results in them not being read much..
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
never mind..i figured it out
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
i have a project in which i have added references to excel,system.web and vbide. the project works fine,but when i copy the exe to desktop and run it from there,it does not work..it gives file not found exception.. y does this happen? -- modified at 2:43 Wednesday 24th January, 2007 p.s.:this is the exact error i get: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in EM_MACSCAN.exe Additional information: File or assembly name Interop.VBIDE, or one of its dependencies, was not found.
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
Judah Himango wrote:
This is why much of the Israeli government as well as it's allies (US, UK) are in support of a separate Palestinian state: it's ultimate purpose is to keep Israel Jewish.
thats new..never heard that..
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
u had to ask that thrice?
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
David Wulff wrote:
but it is almost 100% guaranteed not to be anything close to how the newspapers are reporting. Especially not the newspapers in India whom I am to understand are reporting this as some sort of remotely significant story?
two quotes that i kind of remember from the newspapers: 1.shilpa makes chicken for the housemates.the response she gets from jade goody:"the chicken is overcooked,no wonder indians r thin and sickly" 2.jack tweed asks shilpa to "pick out the chicken bones from the toilet with ur teeth" in what sort of a country is that not racist? if those two comments are true,then i would have to say:OF COURSE the indian newspapers are reporting this as if it is some significant story. yes it is significant because when indians grow up,v c so much injustice and inequity around us that v start feeling that v must reach the west.the so called land of freedom and equality.events like these dispel those myths. it makes me feel,im fine where i am..maybe if i can contribute to my country's growth,i wont have to face that..
ik pair past mein,te dooja pair future mein.tabhi to aaj pe moot rahe hain.
i think freedom of expression is fine,but as far as the big brother crap goes,it is utterly unacceptable.i havent seen it,but if al the jeers have been the way the newspapers are reporting,it is nothing but pure,unadulterated racism.
ik pair past mein,te dooka pair future mein.tabhi to aaj pe moot rahe hain.
use the excel object library..connect to the worksheet u need,n then u should be able to do it
use google..ul easily find the solution..
@kulazfuk thanks that helped me too..
i got a solution..i automated excel to export the macros,which i could read easily as any normal text files..:cool:
i have a sort of twisted solution to it..export the files using vbide class. then count the no of files that contain the word sheet in them..ul get ur no. of sheets..
thanks..
in fact im more interested in getting the macro code from excel files..wat i mean is i am interested in reading the macro code for some purposes. -- modified at 8:43 Friday 12th January, 2007
hi i want to read an xls file from vb.net and then write it to a text file.. obviously using streamreader gives me garbled output..is it possible to get meaningful data or am i wasting my time? a few pointers please??