Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5438 - 5468 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5438
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...
thelostnemo2003
Offline Send Email
Apr 2, 2004
7:02 am
5439
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...
Bob Grommes
bgrommes
Offline Send Email
Apr 2, 2004
12:19 pm
5440
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...
Send Email
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...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 2, 2004
8:49 pm
5442
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...
amr osama
amr_osama
Offline Send Email
Apr 2, 2004
10:20 pm
5444
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....
saj_uniqa
Offline Send Email
Apr 5, 2004
8:01 am
5445
i need e-book of sql server 2000. which best decribe stored procedure with .NET...
waqas_80pk
Offline Send Email
Apr 5, 2004
8:01 am
5446
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...
hagar_atef
Offline Send Email
Apr 5, 2004
4:10 pm
5447
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...
John Spooner
jspoonerusib...
Offline Send Email
Apr 6, 2004
1:52 am
5448
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...
binotechhr
Offline Send Email
Apr 6, 2004
7:05 am
5449
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)"...
tweety
tweety_04_01
Online Now Send Email
Apr 6, 2004
8:40 am
5450
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 ... ...
tristangrey
Offline Send Email
Apr 6, 2004
6:34 pm
5451
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...
Martin Garbutt
garbzuk
Offline Send Email
Apr 6, 2004
10:16 pm
5452
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...
John Spooner
jspoonerusib...
Offline Send Email
Apr 7, 2004
2:59 am
5453
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...
manoj kumar
nam_81_in
Offline Send Email
Apr 7, 2004
6:47 am
5454
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...
Sowmya
sowmya_gr2000
Online Now Send Email
Apr 7, 2004
9:21 am
5455
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. ...
Sowmya
sowmya_gr2000
Online Now Send Email
Apr 7, 2004
9:50 am
5456
... 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...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Apr 7, 2004
10:55 am
5457
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...
dagda1970
Offline Send Email
Apr 7, 2004
11:26 am
5458
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...
jubing@...
jubin_office
Offline Send Email
Apr 7, 2004
12:05 pm
5459
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...
Martin Garbutt
garbzuk
Offline Send Email
Apr 7, 2004
1:17 pm
5460
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...
thelostnemo2003
Offline Send Email
Apr 7, 2004
1:44 pm
5461
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...
Nelson Rios
vas2498
Offline Send Email
Apr 7, 2004
1:56 pm
5462
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...
jayaprakash Subramaniam
sage_technical
Offline Send Email
Apr 7, 2004
4:22 pm
5463
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 ...
Bob Grommes
bgrommes
Offline Send Email
Apr 7, 2004
4:40 pm
5464
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...
victor_fxp
Offline Send Email
Apr 7, 2004
5:56 pm
5465
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...
tweety
tweety_04_01
Online Now Send Email
Apr 7, 2004
7:51 pm
5466
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...
John Spooner
jspoonerusib...
Offline Send Email
Apr 7, 2004
10:50 pm
5467
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...
Martin Garbutt
garbzuk
Offline Send Email
Apr 7, 2004
11:43 pm
5468
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...
Annie
shinycarrot
Offline Send Email
Apr 8, 2004
12:35 am
Messages 5438 - 5468 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help