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 19067 - 19096 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19067
C# has many powerful debugging & tracing features. Instead of just using the break points i would say to use debugging methods that would simplify your...
Always Here
herealwayss
Offline Send Email
Mar 2, 2009
3:29 pm
19068
If you want to bind to a DataGridView, here's how you do it. Let's presume you your DataContext for linq is neamed linqDataContext and your DataGridView is...
hotnfl
Offline Send Email
Mar 2, 2009
3:29 pm
19069
Hi Folks,   It was not to do with Configuartion manager('coz i have already selected the mode as "Debug" and not "Release").   I have found out the solution...
S.Hemalatha
shemsasi
Offline Send Email
Mar 2, 2009
3:30 pm
19070
Hi Pius. Thanks for the sugestion, but Marshall.Copy() only accepts an Array or an IntPtr as the source, and my "array" was already allocated. []'s Guilherme ...
Guilherme Stiebler
calypso_rj2003
Offline Send Email
Mar 2, 2009
3:35 pm
19071
Hello, I'm using a typed dataset and am having problems accessing the data in the returned details. I'm using an Access database...
Ian Munro
ianathome12345
Offline Send Email
Mar 3, 2009
7:07 pm
19072
You should Get your data of your mentioned column as UDT.Rows[0]["UserAlias"].ToString() Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD, MCTS , MCPD ) ...
kamran shahid
kamii47
Offline Send Email
Mar 3, 2009
7:14 pm
19073
Hi lan; useralias=convert.tostring(UDT.Rows[0].ItemArray.GetValue(3));   if u have any other questions can u ask me on private mail.  thx ...
joseph gamal
josephgamal_...
Offline Send Email
Mar 3, 2009
8:36 pm
19074
HI Everyone, Can you help me with my problem, please? I am creating a program that will allow me to access an exchange server using C#. To be frank,...
THE THIRD
third_26
Offline Send Email
Mar 5, 2009
12:02 am
19075
Thanks for the code, this worked great for me. From: kamran shahid [mailto:kamii47@...] Sent: Tuesday, March 03, 2009 7:12 PM To:...
Ian Munro
ianathome12345
Offline Send Email
Mar 5, 2009
2:14 pm
19076
Hello, I have a database which has several fields, one of which holds file paths to some graphics. I want to populate a list with text from the table and the...
Ian Munro
ianathome12345
Offline Send Email
Mar 5, 2009
2:15 pm
19077
U R welcome Ian Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD, MCTS , MCPD ) ... From: Ian Munro <Ian.Munro@...> Subject: RE:...
kamran shahid
kamii47
Offline Send Email
Mar 5, 2009
2:16 pm
19078
Hi Ian,          You can use gridview as you can bind images in it.You can also customize it using ItemTemplate. But all depends actually on how are...
kamran shahid
kamii47
Offline Send Email
Mar 6, 2009
1:34 pm
19079
HI I AM TRY TO SEND SMS FROM NOKIA MOBILE Thought sdk 3.0 But i got an error "NO PHONE Connect" i search a lot on web but i did`t any thing Before that i am...
so_sweet_boy86
Offline Send Email
Mar 6, 2009
1:36 pm
19080
All, I have an issue with a ASP.net page. The page is attached with this mail. Following is the issue. All the three dropdownlists which has the list embedded...
thejaisjoy
Online Now Send Email
Mar 6, 2009
1:37 pm
19081
Hello, I’ve started using the DataGridView control as this seems (so far) to do what I need. The data is held in an Access database and I’m using a typed...
Ian Munro
ianathome12345
Offline Send Email
Mar 6, 2009
1:37 pm
19082
Just use  "<br/>" instead of  Environment.NewLine i.e. use sb.Append("<br />"); instead of sb.Append(Environment.NewLine) ; Kamran Shahid Sr. Software...
kamran shahid
kamii47
Offline Send Email
Mar 6, 2009
4:57 pm
19083
i've used datalist and listview (to emulate windows explorer ) in the asp.net world to switch between thumbnail and details views rob ... From: Ian Munro...
Rob K
nboboloo
Online Now Send Email
Mar 6, 2009
4:57 pm
19084
Hello, I tried using “<br/>” but all that did was inset it as text along with the text from the database. This is a windows forms app not a web app so I...
Ian Munro
ianathome12345
Offline Send Email
Mar 6, 2009
6:26 pm
19085
oops I don't know about the window app.I will try to find the solution for you and mail you Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD, MCTS , MCPD )...
kamran shahid
kamii47
Offline Send Email
Mar 6, 2009
6:43 pm
19086
You just need this line dataGridView1.Columns[1].DefaultCellStyle.WrapMode = DataGridViewTriState.True; [just set the index of the column as your requirement] ...
kamran shahid
kamii47
Offline Send Email
Mar 6, 2009
7:03 pm
19087
isjoy - First take all the values and add them to a data store somewhere and load them programatically instead of loading them one by one in the asp code. This...
mneale1
Offline Send Email
Mar 8, 2009
6:18 pm
19088
isjoy - In looking at the code you have 4 not 3 dropdown boxes and the code for most of them is not included in the code snippet. If you post the code without...
mneale1
Offline Send Email
Mar 8, 2009
6:24 pm
19089
How could I integrate a C# application with python? I've already downloaded a package, but I don't know what to do next. Thanks all....
mostpopular1_of_world
mostpopular1...
Offline Send Email
Mar 9, 2009
2:11 am
19090
loook there is good way for that if you are talking about windows application may you use as karman said the dataview   or you can use normal compobox and...
Ahmed Elnagar
ronywell
Offline Send Email
Mar 9, 2009
2:15 am
19091
hi i have as example form this form have alot of conntrols i want my form be resized with the resolution of the machine i.e. say if i have while developing...
ronywell@...
ronywell
Offline Send Email
Mar 9, 2009
2:15 am
19092
Take a look at IronPython. Steve Maier, MCSD MCAD MCTS MCITP MCPD Steve.Maier@... http://strugglingthru.net/ On Sat, Mar 7, 2009 at 1:01 PM,...
Steve Maier
ysfred4
Offline Send Email
Mar 9, 2009
2:24 am
19093
i have a picturebox on a panel. the image size is larger than the screen size. so, i want scroll bars for picturebox or for panel. i tried enabling autoscroll...
hari
yellahari2002
Offline Send Email
Mar 9, 2009
12:41 pm
19094
add the panel in a div with <div id="scroll" style="overflow:hidden;overflow-x:auto;overflow-y:auto;height:20px;width:20px"> ////Ur panel </div> Heigh...
samina wajeeh
samina_wajeeh
Offline Send Email
Mar 9, 2009
1:23 pm
19095
can you wrap it in a div tag (with scrolling enabled?) <div style="vertical-align: top; overflow-x:...
Rob K
nboboloo
Online Now Send Email
Mar 9, 2009
1:37 pm
19096
Check http://www.java2s.com/Code/CSharp/GUI-Windows-Form/UseScrollBartocontrolthepicturesize.htm Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD, MCTS ,...
kamran shahid
kamii47
Offline Send Email
Mar 9, 2009
1:37 pm
Messages 19067 - 19096 of 19711   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