Ok, all of a sudden now I see it. Did you guys fix anything? Jignesh
J Patel
Posts
-
Can't see threads dynamically. -
Can't see threads dynamically.Hello, I've been visting CP for quite a while now and i've lost the dynamic view on all thread in all boards. The FAQ says that: I'm running IE or Netscape 6 but I don't see all these options in the 'View' dropdown. Why? Sometimes add-ins such as WebWasher or other web page cleaners change the user-agent string for your browser. This string identifies which type of browser you are running, and if the scripts don't detect IE or Netscape then the extra options won't be available. I have IE 6 and haven't installed any add-ins (atleast not without my knowledge). Infact the site: http://www.esperance-linux.co.uk/misc/UserAgent.html reports my user-agent string to be Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; .NET CLR 1.0.3705) Any ideas why i've lost the dynamic view? Is it related to member status now? Thanks in advance, Jignesh
-
Cricket: Ken vs ZimKavitha Sama wrote: I guess the match-fixing scandal didn't affect you, that's good! Unfortunately, I don't have the same faith in game as I used to. The Kenyans were never involved in any scandals (atleast to my knowledge) and I hope they never are. I guess I started ranting because some comments made about Kenya, implied that they too are involved in some fixing. Jignesh
-
Cricket: Ken vs ZimRelax Sama.. :) Kavitha Sama wrote: It is sad that we are thinking like that! It is sad that people think like that. Personally those thoughts have never entered my mind. If a good team loses, hey they lost. If there is an upset, good! Maybe we should just sit back and enjoy the game a little more. Jignesh
-
Cricket: Ken vs ZimRama Krishna wrote: But when I saw too many no balls being balled by Zimbabwe and the match getting finished so quickly, doubts entered into my mind that Zim did not fight. Does that still make it a deliberate loss on Zim part for their 'friends' to make it into the SF? Rama Krishna wrote: If there was one person(in CP) who hoped that Kenya will make it to Super Six that was me. Make that 2 people on CP even though I am not as visible as others are. Rama Krishna wrote: But the fact that it happened so easily that got me. Are you taking about Kenya making it into the Super Six or the fact that Kenya beat Zim so easily? Jignesh
-
Cricket: Ken vs ZimOne of the things I have been thinking is whether Zim lost delibrately to allow their friend Kenya to go to SF. Kenya and Zimbabwe are no friends! Just because they come from the same continent doesn't really mean we are 'friends'. <rant> One of the things that irks me the most is after talking to so many indians here (not on CP, but at work) is that most of them are so reluctant to give Kenya any credit for their wins. One of my friendcolleague claims (without any proof ofcourse) that the SL V kenya game was fixed, without even thinking rationally why SL would throw that game (pre Super 6 game). Let me ask you this, if Kenya had lost to Zim (as most of you expected) would the 'thought' that Kenya lost to their 'friends' Zim to keep their (zim's) SF hopes alive have entered your mind?? </rant>
-
Cricket: Ken vs ZimYea, Brijal Patel (know him). They also have Alpesh Vadher (not played a game this world cup), he was my neighbour back home. Jignesh
-
Cricket: Ken vs ZimI am of Indian origin. My name is Indian. I am Kenyan Indian though... :) No apologies needed. Honest mistake. Jignesh
-
Cricket: Ken vs ZimHeartbreak for me means Kenya losing.... Jignesh
-
Cricket: Ken vs ZimKenya in the semis.. :jig: :) Am proud of them... now the semis V India is going to be a heartbreak for me again.
-
Cricket: Ind vs KenDoesn't look like i'll be happy for too long though. Nice initial scare Kenya gave though.. :) Jignesh
-
Cricket: Solution for Jason henderson and super six scenariosHope it doesn't come down to Aus throwing the game but nevertheless i'm just happy Kenya made it so far. :) But I do hope they don't (which they will ofcourse) get totally embarrassed like they did today.
-
Cricket: Solution for Jason henderson and super six scenariosYou know in the event of NZ and ZIM both losing atleast 2 games, Kenya is in the semis even if they don't win a game.
-
VC 6.0 msdev.exe System PathTry putting VCVARS32.BAT at the end of your autoexec.bat VCVARS32.BAT is found under the "Microsoft Visual Studio\VC98\Bin" directory. HTH Jignesh
-
File extension regsitry web site?http://www.wotsit.org/[^] HTH Jignesh
-
Showing memory contents into a HTMLView?I tried the above with some simple HTML on a CHTMLView and not the HTMLCtrl (which should work the same though) and it worked. I can think of two things. 1) I used the Navigate2 method. 2) Is the URL VERY long? See the above threads on limitations. or you can try what someone else suggested (the atricle on codeguru). HTH Jignesh
-
Showing memory contents into a HTMLView?Thanks. But you should be aware of the max URL length that can be passed. I haven't tried this myself but if you look in wininet.h you see the following #defines #define INTERNET_MAX_PATH_LENGTH 2048 #define INTERNET_MAX_SCHEME_LENGTH 32 // longest protocol name length #define INTERNET_MAX_URL_LENGTH (INTERNET_MAX_SCHEME_LENGTH \ + sizeof("://") \ + INTERNET_MAX_PATH_LENGTH) I guess as long as your html text doesn't go over the #define you'll be ok. Jignesh
-
Canon EOS 300Hi Paul, I have the US version of the EOS 300 called the Rebel 2000 with the 28-90mm lens that comes with the kit. I bought is a few months ago for a photography class that I decided to take. Here are MY views about the camera: o The grip is slighly small i.e. my right pinky does not rest on the camera. You can overcome this buying an addition (forgot what it's called). It's no big deal, not even an annoyance but something you may notice. o I would *highly* recommend getting the USM lens. I wish I knew a little bit about lenses before I bought mine and I would've bought the USM one. The standard lens works just fine but with the USM lens you'll be able to focus faster and apparently the lens is made with slightly better glass. Ofcourse the USM lens will cost more! Check out Canon EOS lenses if you already haven't. o It doesn't come with a potrait studio connection (if you care about that). o Definetly get a good tripod when shooting landscape pictures, also consider getting a remote release switch (not necessary but a nice goodie). The only things I wish the 300 had are in the upper end cameras, so I really can't complain about those features not being in the 300. Again, since you mentioned about becoming serious later on, you can always replace the EOS body with another canon eos camera (even the digital SLR's!), so invest wisely in the lens. Infact IMHO the lens is more important than the body. PS: Canon has come out with a newer amatuer model the EOS Rebel Ti. HTH, Jignesh
-
Showing memory contents into a HTMLView?There is a not so nice way of doing so and I am sure there are limitations. Passing any text after the 'about:' protocol(?) in IE is diplayed in the browser. You can even put in links, font styles etc and IE will parse the text. as a quick example you can type the following text in the start/run dialog. about:Code Project I'm pretty sure you'll be limited (eventually) by the size of the URL. HTH Jignesh
-
CodeProject newsletterI subscribe to the HTML version type newsletter and always get it as an attachement. Configuration: o Outlook 2000 SR-1 o connect to an exchange server o Running win2000 SP2 Feel free to send any test messages... Jignesh