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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 13643 - 13672 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13643
Hi, I am getting ERROR_ACCESS_DENIED when I try to open a serial port under Windows XP Pro. The code worked under Windows 2000. Does anyone have any ideas of...
Bob Forward
kahtuma
Offline Send Email
Jan 2, 2006
12:59 am
13644
... What's the name of serial port? COM1..COM20? Antonio...
Antonio Mazzeo
wolfsea80
Offline Send Email
Jan 2, 2006
7:08 am
13645
Hi All, I am doing a transactional update in my code to update with diffrenet creteria, but as far as i know while the transaction is not committed or rollBack...
Nasser A. Hamdan
nasserdw
Offline Send Email
Jan 2, 2006
10:06 am
13646
Nasser: That's deppend on the database provider, the more common behaviour is that the statements will lock the modified rows,not entire tables, at least with...
Fernando Salas
fsalastaxo
Offline Send Email
Jan 2, 2006
12:15 pm
13647
use the system.data.isolationlevel enum which have option like read commited ,read uncommited,serialized ,etc......use this in the constructor and ur pblms...
Sujith Kumar
sujithkumarcec
Offline Send Email
Jan 2, 2006
2:01 pm
13648
Thanks alot guys, i will read about this more Sujith Kumar <sujithkumarcec@...> wrote: use the system.data.isolationlevel enum which have option like...
Nasser A. Hamdan
nasserdw
Offline Send Email
Jan 2, 2006
2:25 pm
13649
... COM3 - I have 4 serial ports on my machine and all show as working in Device Manager. Bob...
Bob Forward
kahtuma
Offline Send Email
Jan 3, 2006
2:41 am
13650
... cancel was pressed/or X button used to close, return ... full path of file/director ... contains only fileName and Extension ... of Service. ... hi man use...
vinod
vinodm2d
Online Now Send Email
Jan 3, 2006
2:41 am
13651
Hi I am trying to write add-in for Microsoft Word 2000 and Excel 2000. My goal is when user click my button i want to save document to the another place in ...
eXiyenaya
ukocasarac
Offline Send Email
Jan 3, 2006
2:42 am
13652
... Try to open \\.\COM3 ... the full name of device (see msdn for more details) antonio...
Antonio Mazzeo
wolfsea80
Offline Send Email
Jan 3, 2006
7:03 am
13653
Hi Take a look at datetime.parse and datetime.parseexact, these convert strings to datetime objects Cheers Matt ________________________________ From:...
Matt Evans
im_matt_evans
Offline Send Email
Jan 3, 2006
9:57 am
13654
Hi There is already a facility in the datetime object for conversion to string, the 'ToString' function, and you can pass parameters to it to specify the...
Matt Evans
im_matt_evans
Offline Send Email
Jan 3, 2006
10:36 am
13655
Hi, The SQLtransaction object has a property called IsolationLevel, this may help you in this scenario. Regards Anoop "Nasser A. Hamdan" <nasserdw@...>...
Anoop Vijayan
anoopvjay
Offline Send Email
Jan 3, 2006
5:11 pm
13656
I may have sent this question in before, if I have and missed answers I appologize. I am getting a Post-Build Event Failed error. When I look at the Output, it...
Scott Moore
samoore33
Offline Send Email
Jan 3, 2006
5:12 pm
13657
hi all I'm trying to connect to sql server 2005 express in local network using visual c# 2005 express edition. I got error message said the file...
Hamad
hsm66
Offline Send Email
Jan 3, 2006
5:14 pm
13658
Hi every one, Wish u a happy new year !!!! I am trying to develop a windows application which will run on touch screen LCD monitor. but the touch screen...
R Srinivasan
engsrini
Offline Send Email
Jan 3, 2006
5:16 pm
13659
Scott, How are you getting the path to the file you are looking for? Is it hard coded, or are you using on of the built-in "macros" in VS.NET? Also, which ver...
David Lanouette
davidlanouette
Offline Send Email
Jan 3, 2006
5:22 pm
13660
Hamad, Can you open the database using the SQL Server client tools? If so, then it is probably the way you are trying to connect. Could you post a code...
David Lanouette
davidlanouette
Offline Send Email
Jan 3, 2006
5:29 pm
13661
I don't think that putting the database files on a share is allowed is it? I just tried to create a new db and get it to create the files on a share and it...
Matt Evans
im_matt_evans
Offline Send Email
Jan 3, 2006
5:37 pm
13662
You should manage explicit transactions within your stored procedure code. With SQL Server, a transaction that updates a row could lock that row untill the...
Jasmine
polly_peptide
Offline Send Email
Jan 3, 2006
5:54 pm
13663
Hmmm, may be a bit OT, but I cannot resist to say that I disagree in the use of store proc as a general rule I've been there and now I try not to use them, a...
Fernando Salas
fsalastaxo
Offline Send Email
Jan 3, 2006
11:17 pm
13664
OK, I'll bite... Actually, portability is one of the reasons I use stored procs. Calling a stored proc is the same for all major db's. But, if you need to do...
David Lanouette
davidlanouette
Offline Send Email
Jan 4, 2006
3:12 am
13665
When I try to F5 or Ctrl+F5 the C# project from: http://freemeter.sourceforge.net/ I get this error message: Microsoft Visual C# 2005 Express Edition does not...
arbi arbi
mistpad8
Offline Send Email
Jan 4, 2006
4:06 am
13666
The path was in a bat file, it was hard coded in. I realized that the file it was suppose to be copying to did not exist. I created the folder and that error...
Scott Moore
samoore33
Offline Send Email
Jan 4, 2006
4:06 am
13667
Can someone give me a reason why VS 2005 won't import the namespace in the subject so I can query the AD. I'm using asp.net 2.0 VB....
Rick Justis
rickj2
Online Now Send Email
Jan 4, 2006
8:06 am
13668
You will need to add a reference to System.DirectoryServices. Right-click your project, select Add Reference, and choose System.DirectoryServices. Thank you, ...
Ryan Olshan
teranetlists
Offline Send Email
Jan 4, 2006
8:08 am
13669
Hi, I want to have few global variables in my windows application, which will contains some information such as user id, user name etc. which will be populated...
Kazi
kshnbd
Offline Send Email
Jan 4, 2006
8:47 am
13670
If you have a public class with public members they are "global". You could also create a special class named Global, set it to public and set all global...
Peter Hartlén
petbe605
Offline Send Email
Jan 4, 2006
9:40 am
13671
But, Store proc code is part of the app code, and you need to migrate it between db vendors, I just change my db connection string and the app is up and...
Fernando Salas
fsalastaxo
Offline Send Email
Jan 4, 2006
12:04 pm
13672
Hi All, I know that it is some kind of workaround which allows to embed MS Word in any Windows Form (using WebBrowser control). This workaround is useful...
Tomasz Siwarga
tomsiw@...
Send Email
Jan 4, 2006
12:19 pm
Messages 13643 - 13672 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