Hi, I think it is a feature of excel. Excel don't know real date formats. It converts it internal. You can't get it directly out of excel. But have no idea how...
Ah ... I missed the reference to excel in the subject header. I think I recall reading that Excel stores dates as doubles. If you Google this I think you'll...
Enter your vote today! A new poll has been created for the CSharpNET group: Is Java 1.5 better than C#? o Yes o No o What's Java 1.5? o Can't say To vote,...
CSharpNET@yahoogroups...
Apr 2, 2004 7:20 pm
5441
http://story.news.yahoo.com/news? tmpl=story&u=/ap/20040402/ap_on_re_us/spring_forward Most Americans are about to get an extra hour of evening sunshine for...
Dear all yes the excel saves the date as number. this number is number of days from this date #1/1/1900# tell your the date you entered in the cell so you can...
Ahmad, If you really want to copy someone elses solution, make sure its not in the same thread. You wont get caught that way. :) -Sajjad ... file ... Service....
Hello, I'm trying to add a vedio file "advertisment" to the web page. I used a COM component "Windows media player". I discovered that I can't deal with it...
I would like to do some GDI drawing without flickering. I looked up an example on the web and tried to adopt it to my on paint method but it does not draw...
Hi all, A Leading Banking Domain MNC at chennai has an Urgent Requirement for C # Professionals. The compensation and the work environment will be the best in...
it should work, you're probably doing something wrong. the only thing i can comment on is: instead of "g.DrawImage(bmp,0,0)" use "g.DrawImageUnscaled(bmp,0,0)"...
If you want to draw to memory first, you'll need to set up double buffering for the form. Use SetStyle( ControlStyles.DoubleBuffer, true ); -- Farris ... ...
Hello group, I have created a MS Access database which is stored on the hard disk of my PC - NOT on a server. My aim is to connect a C# application to this...
Thanks Tweety and Justin for the information about Flicker free GDI. It turns out I did have a coding error. Who has done Serial COM programming in C#. Whats...
hi all, this is an intresting scenario...in my site i have to show 4 country timing with seconds.the countries like US, Japan, UK, Aus. i know this can be done...
Hi , One more suggestion if ur company is affordable to go in for a web service. why dont u guys get one and plug in to ur application , as there are many...
Take one country from where the user is accessing ie the system time of his computer as reference and apply the conversion factors for the other countries. ...
... Why not just add a constant for the country to the server's time? Ron Jeffries www.XProgramming.com One test is worth a thousand expert opinions. -- Bill...
All, I'm looking for some guidance for the following scenario: I'm building a small ASP.NET application to update reference / lookup tables. Most of these...
One good way for maintainability is to avoid many lookup tables and add a category field if that suits the requirements. The dropdown list of tables is a good...
Hi Group, ... /// SELECT a, b, c FROM a_Table WHERE (c = @Param1); /// The selected attributes are generated as a dataset (named 'DataSet1'), the dataset being...
Hi, the way is the same like SQLParameter. There is an OLEDBParameter class. You have to add an instance of it to the parameter collection of the OleDbCommand...
Martin, Since you are using access try using a '?' for the parameter in your query. For example: SELECT a, b, c FROM a_Table WHERE (c = ?); Then add the params...
Hi! im using DataGrid. DataSource is DataView.And also i've used combo box column in my grid. Here i want to create a virtual row when the selectedindex...
Martin, Another way to put the good advice given you by a couple of other posters is that the parameter does not exist in the parameters collection simply ...
C# Study Group Meeting reminder for April 8, 2004 This month we'll be covering the topic of ADO.NET and SQL Server. You won't believe what this combination has...
that's the worst way of using doublebuffering: the SLOWEST and more prone to flicker. you should do it yourself so you can manage the "frame" margins (i.e. how...
Thanks for the useful information. I wasnt sure if it was approriate to use up list bandwidth expressing thanks but I got a lot of useful info out of my...
Hello Group, With reference to my original problem detailed below, I have received a couple of responses, thank you. The advice given is that I need to create...
hi guys, i have a small task i wanted to know if this could be done in asp.net. i am currently having a web page designed in asp.net, in my page i have link...