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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7943 - 7972 of 19705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7943
You must reference ('using') System.Configuration namespace. ... === message truncated === __________________________________ Do you Yahoo!? Yahoo! Mail - 50x...
blanco materio
blackmatt3r
Offline Send Email
Oct 1, 2004
7:01 am
7944
That's because it resides in the System.Configuration Namespace, which you are not referencing. With do: using System.Configuration; at the top of the page or...
Ian Moores
i_moores
Offline Send Email
Oct 1, 2004
7:02 am
7945
Hi, I have a TextBox set to ReadOnly. By default it's colored gray. I would like the backcolor of the TextBox to be white, but I don't succeed to change it, ...
Nico Callewaert
nico_callewaert@...
Send Email
Oct 1, 2004
1:29 pm
7946
Hi, I have using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; and Im trying to use the following line: DocumentReport rptDelNote =...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 1, 2004
1:33 pm
7947
In code page you should inculde using System.Configuration; bye Anand.A ... From: Lude Gullit [mailto:ludegullit2002@...] Sent: Friday, October 01,...
Anand Kumar
anandangappan
Offline Send Email
Oct 1, 2004
1:46 pm
7948
Use the Solution Explorer to add the following as references : CrystalDecisions.CrystalReports.Engine CrystalDecisions.Shared CrystalDecisions.ReportSource And...
stevens3t
Offline Send Email
Oct 1, 2004
3:30 pm
7949
In a partially completed project I've just started working on, the existing code changes the background color to white to represent read-only in textboxes and...
Bob Grommes
bgrommes
Offline Send Email
Oct 1, 2004
3:42 pm
7950
Thanks Very much for your help. Kiran blanco materio <blackmatt3r@...> wrote: www.red-gate.com is the site. ANTS profiler measures code 'speed' by...
kiran pannu
kirannatt123
Offline Send Email
Oct 1, 2004
4:14 pm
7951
Hi I have some problem installing the ODP.NET.When the "Orcale Net Configuration assistant" windows comes up,I check "perform typically configutation" and...
Lude Gullit
ludegullit2002
Offline Send Email
Oct 1, 2004
5:35 pm
7952
... <srussell@l...> ... to ... source ... ============================= hi "c:\userlist.txt" ?? i'm not sure but may be you must write two \\ or @ befor ...
alaasm
Offline Send Email
Oct 1, 2004
5:36 pm
7953
In win32 code u have to subclass the control and handle wm_ctlcolorstatic message and return a white brush -- GetStockObject(WHITE_BRUSH) Dunno how it's done...
tweety
tweety_04_01
Online Now Send Email
Oct 1, 2004
7:43 pm
7954
Hi Dear group I am creating a comboBox control once you type the first letter of any item ,the items which bigen with this letter are selected. but there is an...
amr_osama
Offline Send Email
Oct 2, 2004
1:31 pm
7955
How to capture the console output and display on the web page.I have a console application which will be running all days and i'm displaying some messages ,...
hema_rayapati
Offline Send Email
Oct 2, 2004
1:32 pm
7956
When i click on ButtonA, i want to open an email program. Here r the code I'm using: Param := 'mailto:' + 'email@...' + '?subject= 'Subject' + '&Body=' +...
soonhuat ong
soonhuat81
Offline Send Email
Oct 4, 2004
6:50 am
7957
You can use the statement cap=Console.Read(); where 'cap' can be variable of type char,int etc. If you intend to use string variable then replace Read() with...
explorer_star
Offline Send Email
Oct 4, 2004
6:50 am
7958
Hi! I want to copy all the contents of variable (type ='char array') to another variable(type = string). Its ok if multiple statements are involved, but it...
explorer_star
Offline Send Email
Oct 4, 2004
6:50 am
7959
Hello, Anyone know why this program won't show the output? Thank using System; using System.Data; using System.Drawing; using System.Collections; using...
j12lee2000
Offline Send Email
Oct 4, 2004
6:50 am
7960
Hi, I have a windows application .How do i host i IE? Any ideas? THX Hema...
hema_rayapati
Offline Send Email
Oct 4, 2004
6:50 am
7961
Hi All, Can you please suggest me how to splitt a ".tiff" files? Regards -Amit...
k_amit123
Offline Send Email
Oct 4, 2004
6:50 am
7962
You can use the statement cap=Console.Read(); where 'cap' can be variable of type char,int etc. If you intend to use string variable then replace Read() with...
explorer_star
Offline Send Email
Oct 4, 2004
6:51 am
7963
The simpliest way would be every time you write to a console, also WriteLine to a Text file. Then in the web app read in the text file and display, also if...
Ian Moores
i_moores
Offline Send Email
Oct 4, 2004
7:18 am
7964
Hi, Thanks for the reply. I checked my code and the color is changed after the readonly property is set, but the editbox remains gray. Strange it's working in...
nico_callewaert
Offline Send Email
Oct 4, 2004
8:48 am
7965
Hi use the string constructor like this. string s = new string(chararray); HTH Chamindu ... __________________________________ Do you Yahoo!? New and Improved...
chamindu munasinghe
chamindulk
Online Now Send Email
Oct 4, 2004
10:47 am
7966
Here's an idea... copy and paste the subject of your post into Google. Then come back if you're still stuck. ... From: hema_rayapati...
Newtz, Brian
virgotat
Offline Send Email
Oct 4, 2004
11:41 am
7967
We have a web application that we have developed (using ASP.NET and C# code) on a local development machine. This works fine against the local web server...
norfolk_steven
Offline Send Email
Oct 4, 2004
1:41 pm
7968
Check this link: http://www.15seconds.com/issue/030610.htm It will provide you with much help on the subject Best Regards, Peter Shoukry "Newtz, Brian"...
peter shoukry
petershoukry
Offline Send Email
Oct 4, 2004
1:59 pm
7969
Someone a couple of weeks ago had the same problem, check the archives... i didn't read if they found the solution. ... ...
Ian Moores
i_moores
Offline Send Email
Oct 4, 2004
2:05 pm
7970
Hi all, I want to save one or more log files as a merged log in my program. But when user tries to save a log file with a file name that it existed dotNet...
Mehrdad Senobari
senobari_iust
Offline Send Email
Oct 4, 2004
2:57 pm
7971
Open your merged output stream once (outside the loop). Write the input streams to it, and then close it. You don't need to keep rebuilding the string as a...
kevin.aubuchon@...
ka3751
Offline Send Email
Oct 4, 2004
5:27 pm
7972
Investigate ASP.NET caching abilities. For a moderate amount of data you can use ViewState. But there are other options. You no longer need the Session objects...
kevin.aubuchon@...
ka3751
Offline Send Email
Oct 4, 2004
5:30 pm
Messages 7943 - 7972 of 19705   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