Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Async Sockets and IOCPS
ken.overton - 26 Aug 2006 12:07 PM - 7 messages
Hang my head in shame; I only found out yesterday that .NET sockets are already doing overlapped I/O with IOCPs when you make async calls.  The only problem I see (experimentally via debugging, so I don't know if ...
Score From microphone to sound card
Taoge - 26 Aug 2006 8:54 AM - 1 message
Hi, How to output the sound from microphone direct to sound card? Thanks ...
Score WMI Getting Remote Computer Harddisk Info
imran.neo - 26 Aug 2006 7:45 AM - 1 message
Good day fellows, my problem is, using wmi we can only get the hard disk info of machine running the asp.net application, now my question is can we get the client (Remote Machine) Harddisk info through the same WMI or do we ...
Score Deploying native Windows DLL used by .NET applications
Boris - 25 Aug 2006 10:11 PM - 4 messages
We have a native Windows DLL (let's call it native.dll) we developed a .NET interface for (let's say managed.dll). When a .NET application now uses the ..NET interface to talk to the Windows DLL we always thought that managed.dll ...
Score creating dynamic Excel forms, w/ validation -- possible?
matt - 25 Aug 2006 8:15 PM - 6 messages
hello, i am on an interesting project. in this project, i have to create dynamic data-entry forms for offline-users to fill out, save locally, and eventually postback to our app (when back online). data validation is required on the form. ...
Score Immutable Classes
Chris Mullins - 25 Aug 2006 6:13 PM - 9 messages
I've got some classes that I've built that currently require far too many locks when they're running in a multi-threaded environment. To get around this, I'm looking to make these classes immutable. I'm also trying to be (as ...
Score CreateChildView() vs DataTable.Select() on entire table
bfking - 25 Aug 2006 6:06 PM - 2 messages
Can anyone shed some light on why DataRowView.CreateChildView() would significantly slower than DataTable.Select()? my DataSet looks like this DataSet ds;    //ds assignment code left out for simplicity ds.Tables["IDs"].PrimaryKey = new DataColumn[]{ ds.Tables["IDs"].Columns["ID"] }; ...
Score Monster's account
Sachin - 25 Aug 2006 5:41 PM - 1 message
Hi!,               We have got monster's account & are looking for partner to share it.If interested,contact me. Thanks. Regards, sachin, sac***@kraftware.com Mandar Purandare ...
Score Compact framework
ilayaraja - 25 Aug 2006 5:39 PM - 1 message
Hi All,    Is there a possiblity of displaying the picture of the caller assoicated with him during an incoming call ? and is it possible to record particular calls automatically ? Where can I get good examples for these ? regards,raja ...
Score Asynchronous Design Pattern
Leslie Sanford - 25 Aug 2006 5:25 PM - 3 messages
I'm thinking about using the design pattern described at the link below to solve a problem: [link] I have a question, though, and would appreciate any help. The pattern describes using BeginOperationName and EndOperationName ...
Score How to force the security alert dialog to appear
dgcooper - 25 Aug 2006 4:31 PM - 1 message
I would like the user to be able to choose "Unblock" on the security alert dialog when my application attempts to send a UDP packet for the first time.  However, the securlty alert dialog does not appear.  I have to tell the user ...
Score How to
ilayaraja - 25 Aug 2006 3:08 PM - 4 messages
Hi All,   I am Ilayaraja. I have a interesting (might be beginners) doubt in Dot Net framework. I have an Solution Named X, I have to two projects A  and B. A is an windows Applicaiton developed in VB.Net 2005 and B is an Class ...
Score Designer Error when Inheriting from a Custom Base Control
houghtelling - 25 Aug 2006 1:56 PM - 1 message
I have a project named CuiNetCF.Windows.Forms, where I have created a TextBoxBase class that is inherited from System.Windows.Forms.TextBox. I then try to create a TextBoxInherited that is inherited from my new TextBoxBase. The project compile and run fine BUT when viewing the TextBoxInherited ...
Score .NET 2.0 embaressment
Steve Hall - 25 Aug 2006 11:29 AM - 3 messages
Hi everyone. I have a .NET 2.0 application that has been released using clickonce installation both online and from CD. I have no control over the end user systems and I am being flooded with complaints that the application fails to ...
Score Click once and exe.config file
Greg - 25 Aug 2006 9:55 AM - 3 messages
I'm about to release a application to a customer. This app uses a config file to store connection settings. I'd like to be able to create a "Click Once" installer, as this will remove lots of dependency issues ...
Score Adding a Section In Configuration File
Water Cooler v2 - 25 Aug 2006 9:41 AM - 6 messages
I know that we can add a single name value entry in app.config or web.config in the configuration/configSettings/appSettings section like so: <add key="key" value="value" /> Question: I want to add a dictionary of name-value pairs. In other ...
Score Converting 1.1 webapp to v2
MSDN - 25 Aug 2006 9:31 AM - 5 messages
Hi, We've finally got around to getting VS2005 for our development team and will be slowly, but surely upgrading all our in house projects accross. However  -we have fallen at the first project! when converting a V1.1 web app to V2 - when compiling we get the following ...
Score User interface editor
cashdeskmac - 25 Aug 2006 8:09 AM - 1 message
I am able to add different dialogs to my deployment project using the User Interface Editor in Visual Studio .NET 2003 but I am yet to find out how to retrieve the values entered by the user during installation. For example, if I add a new dialog which contains a TextBox and I ask the ...
Score AppSettings trough ConfigurationManager
Pål Eie - 25 Aug 2006 8:00 AM - 1 message
I have a small test app with the code: Configuration cf = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); cf.AppSettings.Settings.Add("EnNyNokkel", "EnNyVerdi"); cf.Save(); If i run my app from inside VisualStudio through debug my created config file is created on startup of the program, but deleted when main ...
Score show big image
Vigj - 25 Aug 2006 7:32 AM - 1 message
Hi all I have this problem I'm developing an application c# that interfaces with a digital camera as soon as the image is shot I download it in the PC and show it The problem is this one: the image is very big : 16 megapix! ...
Score How to configure Access database using Enterprise Library Data block
Burki - 25 Aug 2006 7:18 AM - 2 messages
Hi I want to know how to configure Access database using Enterprise Library Data block. I want to be able to spacify local path to mdb file in configuration file. I do not want users to creat DSNs, they should ...
Score How can i create the function of ScreenCapture in the windows service?????
hanson - 25 Aug 2006 7:07 AM - 1 message
How can i create the function of ScreenCapture in the windows service????? ...
Score Dealing with Timezones
Chris Mullins - 25 Aug 2006 2:38 AM - 8 messages
In .Net 2.0, I can get the standard name of the current timezone by: System.TimeZone.CurrentTimeZone.StandardName The problem I'm having is that I have datetimes that are serialized as a UTC time, with a named timezone. I keep looking for a way to say: ...
Score Windows Defender
angelsea58 - 24 Aug 2006 11:14 PM - 4 messages
I got A virus and the Defender was doing its job..but when all these windows started popping up I clicked on some "Ignore" buttons by accident..It finally cleaned the puter but when it runs the scheduled scan I wind up having to ...
Score ANN: ZipForge.NET 1.00 is released
Kevin Goldberg - 24 Aug 2006 10:29 PM - 1 message
ZipForge.NET lets a .NET application create and manipulate Zip files and perform a wide variety of data compression operations. This includes an ability to add, move, extract, delete, update, test, refresh a group of files or folders by a single ...
Score Get day name given year, month and day number
Stupid48 - 24 Aug 2006 7:47 PM - 3 messages
Hmm. Is there a way to get the day name (ie Monday) given a year, month and day number? Thanks, Chris ...
Score The security alert dialog does not appear when my program sends UD
dgcooper - 24 Aug 2006 6:21 PM - 1 message
I would like the user to be able to choose "Unblock" on the security alert dialog when my application attempts to send a UDP packet for the first time.  However, the securlty alert dialog does not appear.  I have to tell the user ...
Score Saving a locally created Bitmap
algorimancer - 24 Aug 2006 4:37 PM - 1 message
Seems like this ought to be an easy one.  Essentially, using managed C++, I'd like to be able to create a Bitmap locally, set the pixels to particular colors, and save the result.  Everything seems to work fine ...
Score Select Data Source Dialog - Odbc
Abhishek - 24 Aug 2006 2:19 PM - 1 message
Hi, I am creating my own customize ODBC dialog box (in Vb.NET) just like as we have when we run MSDASC-> DataLinks -> Prompt New(). To acheive this I am using Odbc32.dll and Odbccp32.dll by this I can create DSN by using ...
Score Unable to install DotNet 2.0 Framework on W2k3 Standard Server
Bill Mell - 24 Aug 2006 2:15 PM - 1 message
After initial page of installer comes up, it shifts to the following message: The following error occurred during setup: The installation package or a needed file could not be opened. Verify that the package exists and that you can access it. ...
Score ILASM for Compact Framework 2
Buthrakaur - 24 Aug 2006 1:23 PM - 3 messages
I already asked in CF group, but nobody was able to help me - I hope someone here would know the answer... I need to compile some IL code to CF2 class library (.dll). I just tried it, got the dll using something like ...
Score Datagrid Update
SaiRam - 24 Aug 2006 12:06 PM - 1 message
Any body please send me information regarding datagrid data Update in .net 2.0 ...
Score Auto mail from SQL
Umar - 24 Aug 2006 7:47 AM - 2 messages
Hi can any one tell me that how i can send email to my registered clients from sql store procedure if they meet some specific critaria. and this store procedure will automaticelly execuate after every 10 minutes and check the database. if any client meet the critari specified a mail ...
Score How to improve performance of Queue accessing between 2 threads?
Thana N. - 24 Aug 2006 7:41 AM - 16 messages
Dear Guys, I write program that sharing Queue between 2 threads which 1 thread add data to Queue.  And another thread get data from Queue to process.  My situation is if there are alot of data to add (like loop to add).  The 2nd thread which ...
Score .NET Snippets
info - 24 Aug 2006 5:06 AM - 1 message
Hello, I would like to show you my new web page. On this site you can publish and download .NET code - snippets for free. Please tell me your opinion, and have much fun to publish new snippets. This is the Link: [link] ...
Score .NET Codesnippets
info - 24 Aug 2006 4:54 AM - 1 message
Hello, I would like to present my new web page to you. On this site you can publish and download .NET code - snippets. Please tell me your opinion, and have fun to publish new snippets. This is the Link. Jan ...
Score Dirty property value persist problem in asp.net custom control
yp.yean - 24 Aug 2006 4:16 AM - 1 message
Hi, I created a custom control, and encountered a dirty property value persistence problem. I created a property with a custom class type, call SQLSettings which holds the SQL connection parameters, the class as follows: public sealed class SQLSettings {         private string serverName; ...
Score WebRequest Exception: "The attempted operation is not supported for the type of object referenced"
Taylor Brown - 23 Aug 2006 11:47 PM - 2 messages
We have written an asynchronous download class that uses the WebRequest to perform downloads.  Things are working fine in-house, and it's fine for the vast majority of our users, but there is an increasingly large of people who are getting the following exception: ...
Score 'System.InvalidOperationException'
JoeM - 23 Aug 2006 10:49 PM - 5 messages
An unhandled exception of type 'System.InvalidOperationException' occurred I am getting this error when running the built executable directly from the bin folder -- however, it doesn't give me the error when I run from within the IDE (DEBUG or RELEASE). ...
Score Cannot create ActiveX object (on Windows 2000)
Verakso - 23 Aug 2006 9:13 PM - 1 message
I have made a small interop function that uses Acrobat Distiller. It works smothly on all the XP machines, but when I try to run it on a Windows 2000,I get this error: System.Exception: Cannot create ActiveX component. ...
Score Problem with ColorDialog and MenuStrip
ThunderMusic - 23 Aug 2006 8:43 PM - 1 message
Hi, problem #1 : I have a MenuStrip on my Windows form and it doesn't get painted (is transparent) unless I move the form... Anyone ever encountered this? Anyone knows what could cause it? problem #2 : I want to make a ColorDialog appear, but everytime I want to ...
Score MSIL Inquiry involving boxing
Ben R. - 23 Aug 2006 7:11 PM - 4 messages
Hi, I'm following a tutorial and they translate this C#: object[] a = {1, "Hello", 123}; to this IL: ..entrypoint ..locals (class System.Object[] V_0,class System.Object V_1,class System.Object[] V_2,int32 V_3) ldc.i4.3 newarr     [mscorlib]System.Object ...
Score HttpModule not working with GAC
VD - 23 Aug 2006 6:22 PM - 2 messages
Hi All, I am facing this strange problem here. I have created a custom HttpModule to filter the response. It worked fine when i tested it as a part of my existing project. But when I created a new project and got a dll after strong naming it and putting ...
Score Framework Install Error
Davy Mitchell - 23 Aug 2006 4:14 PM - 1 message
Hi Folks, I've hit the dreaded Error 25015 installing Framework 2.0 on WinXP : --------------------------- Microsoft .NET Framework 2.0 Setup --------------------------- Error 25015.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll' because of system error: The process cannot access the file because it ...
Score 'System.InvalidOperationException'
JoeM - 23 Aug 2006 3:45 PM - 3 messages
An unhandled exception of type 'System.InvalidOperationException' occurred I am getting this error when running the built executable directly from the bin folder -- however, it doesn't show when I run from within the IDE (Debug). I've not tried it using Release - as I'm not wanting to "fix" the problem ...
Score unrecognized attribute xmlns
mnicks - 23 Aug 2006 1:14 PM - 1 message
I get this error accessing a 2.0 site on a web server previously running .net v1.1. I've installed v2.0.  I've run aspnet_regiis -i.  I've changed the ASP.NET version on the ASP.NET tab in IIS.  But it still uses the v1.1 framework. ...
Score Diagnosing System.IO.IOException
Ricci - 23 Aug 2006 11:37 AM - 6 messages
I have an application that generates and moves 1000s of small text files. Every so often for some unknow reason I start to get the following 2 exceptions: System.IO.IOException: Not enough quota is available to process this command. at System.IO.Directory.GetFiles(String path, String searchPattern) ...
Score DataTable.Select Aggreate function
Stefan Schelling - 23 Aug 2006 6:17 AM - 1 message
Hi Newsgroup I've the following problem: i have a statement on a DataTable thats looks like: BKD.Select(string.Format("{0} = MIN({0}) AND {1} = {2} AND {3} = {4}", BKD.PeriodeVon.ColumnName, BKD.HerkunftsRefNr.ColumnName, rowBKD.HerkunftsRefNr, tmBKD.BKD.StatusCd.ColumnName, BKDStatusCd.Differenziert) ...
Score Not able to run Quick start application in Enterprise library 2.0
Jayender - 23 Aug 2006 6:01 AM - 1 message
Hi, I just read the article about Enterprise Library 2.0 , well its intresting and am new to it ... and happen to see the examples that was given in quick startapplicaion about Caching Application Block. Cryptography Application Block. Data Access Application Block. ...
Score system.badimageformatexception returned from custom installer
Leslie - 22 Aug 2006 11:51 PM - 7 messages
I have a web project that I have converted from VS 2003 to VS 2005. The installer is configured to use detect a newer version and if found to uninstall the old version before installing the new version. The installer in the new version VS 2005 contains custom actions that are ...
Score Credientials to an HTTP POST request.
Kevin Burton - 22 Aug 2006 11:13 PM - 12 messages
I am trying to post an HTTP request to a site that requires a user name and password. I am trying the following:             objRequest = DirectCast(System.Net.HttpWebRequest.Create(urlString), ...
Score Problem with simple calculation
SONET - 22 Aug 2006 9:25 PM - 3 messages
I am currently using the following Studio 2005:  8.0.50727.42 (RTM.050727-4200) ..NET Framework: Version 2.0.50727 When doing the following in C# double a = 11.08; double b = 11.04; double c = a - b; ...
Score System.Net.Mail.SmtpClient
V - 22 Aug 2006 8:52 PM - 3 messages
I am using SmtpClient.Send method to send emails from a windows service running under LoacalSystem credential. This program does not receive an exception when the Send method is called for a bogus email address. I am using my email address as FromAddress. The Host property is referencing a ...
Score saving common settings/data without administrative privileges
dgcooper - 22 Aug 2006 7:01 PM - 2 messages
I am trying to find a way to save common data in my program that will not change from different users.  I tried both HKEY_LOCAL_MACHINE and writting to an ini file and storing it in my Program directory.  However, in order for ...
Score Windows Service project and how to debug
Agnes - 22 Aug 2006 6:09 PM - 4 messages
Hi, I created a Windows Service project, the installers and the setup project for the service.  Now I have the service installed but once I start it up, it's taking 100% CPU and not doing anything.  I tried attaching the visual ...
Score when my C# service impersonates a secondary account does the secondary account need any special perm
Daniel - 22 Aug 2006 5:36 PM - 4 messages
when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they? ...
Score saving common settings without non-administrative privileges
dgcooper - 22 Aug 2006 5:28 PM - 2 messages
I am trying to find a way to save common data in my program that will not change from different users.  I tried both HKEY_LOCAL_MACHINE and writting to an ini file and storing it in my Program directory.  However, in order for ...
Score CrystalReportViewer - Missing Group Headers in Preview
dchman - 22 Aug 2006 4:59 PM - 1 message
I have a  VS2005 C# windows application that uses the CrytalReportViewer (Crystal Reports XI Release 2 w/SP1) to view a report. I have two development systems; System1: Windows XP Pro x64 (desktop) System2: Windows XP Pro (laptop) When I run the app on System 1, the group headers and any lines are not ...
Score HttpCFG DS Mapping not working
Oliver Quixchan - 22 Aug 2006 2:42 PM - 1 message
I'm trying to configure DS Mapping with httpcfg.  I have a test application using HttpListener which is listening on port 8001 ssl. To configure the ssl certificates I used httpcfg.  This is my command: httpcfg set ssl -i 0.0.0.0:8001 -f 3 -c "MY" -h <Certificatehash> ...
Score XmlSerializer usage
David Jessee - 22 Aug 2006 2:29 PM - 1 message
1) I have an XSD that defines a document structure  2)  I have a business object whose internal state can be represented by an XML document that is conformant to the XSD specification Many times, the first thought a lot of folks have is, "Silly, just run your ...
Score javascript to datagrid itemtemplate textbox
kalaivanan - 22 Aug 2006 12:37 PM - 2 messages
hi, How do i pass a javascript value to datagrid itemtemplate textbox using javascript. Kalaivanan ...
Score Command Line Compailation
Sathiamoorthy - 22 Aug 2006 11:18 AM - 3 messages
Hi, My Vb.net solution file contain 3 projects. There are Client ,Business Logic, Data Access. I want to compail my total solution  from command line. Can any one help me for this. ...
Score Setup and deploy project in Visual Studio 2005
mikael.palmblad - 22 Aug 2006 9:32 AM - 3 messages
Is there any way to have versionnumber autoincrement of a setup and deploy-project? ...
Score Component One TrueDB Fetch row style
feudalac! - 22 Aug 2006 7:54 AM - 2 messages
I knew how to do it in VB6 but I can't figure it out in VB.NET In vb6 I did this Private sub TGDB_FetchRowStyle(...)     dim RStemp as recordset     RStemp = RSMaster.clone     RStemp.bookmark = RSmaster.bookmark ...
Score How To: Setup project Custom dialog boxes
Gancy - 22 Aug 2006 7:08 AM - 2 messages
Hi In my setup project I need a custom dialog box containing a drop down list box.  Since this is not avaialble from standard user interface dialog boxes that visual studio supplies, I am using Installer class. This installer class inturn displays the custom dialog box i need.  but ...
Score Drawstring inserts spurious linebreak after character #132
Graham Dawson - 22 Aug 2006 6:16 AM - 4 messages
I am using DotNet v1.1.4322. This issue can be replicated with various text fonts - but is easiest to see using WingDings. 1) Create a string which includes character #132 2) Draw it to a Graphics object with DrawString ...
Score The Ultimate Bittorrent Cheat
RatioBoost - 22 Aug 2006 1:54 AM - 1 message
Auto Bittorrent Cheat is a Bittorrent client with a difference, It works just like any other Bittorrent client and is really easy to use, But it fakes your upload amounts to the tracker site in real time getting you a massive upload ratio & fastest possible download speed. ...
Score ControlToValidate = Page?
Johnson - 21 Aug 2006 9:49 PM - 2 messages
Is there a way to make a custom validator that will act as a client side (run time) validator for the entire page (.aspx)?  I would like to show a short validation message without having to postback to check if ...
Score .Net x64 / x32 incompatibility "is ambiguous in the namespace"
Ingmar - 21 Aug 2006 9:27 PM - 2 messages
I ma trying to compile my XP x32 build after reboot into XPx64 as native x64 application.   In VS2005 I changed my VB.net configuration to x64 and changed the reference path to point to c:\windows\microsoft.net\framework64 (before ...
Score Seemingly simple regex question
sb - 21 Aug 2006 8:29 PM - 3 messages
I'm using the following regex expression where "searchword" is a string: string regrexstr = @"( |^)\b" + searchword + @"+( |\b)" My goal is to use this string to ultimately replace all occurances of searchword as long as:     a) it has a preceeding space or it's the beginning of a line AND ...
Score Wanted: .NET Infrastructure book
froowstie - 21 Aug 2006 8:22 PM - 3 messages
Hi folks, I work in IT, but on the infrastructure/engineering side. At work I'm now being asked to design infrastructure solutions to support new .NET applications. Typically, this infrastructure must be highly available and support things like load balancing etc.... the only problem is I don't have ...
Score Sewin is a joke
Leon_Amirreza - 21 Aug 2006 8:01 PM - 3 messages
I am not that much job less to follow a suit like that and of course i ll teach them, but its not a matter of teaching its a matter of rules and morals and ya are right that its nothing unwanted and i didnt know that ...
Score Error with SqlSmlCommand
DragonslayerApps - 21 Aug 2006 7:03 PM - 8 messages
I am attempting to read XML data directly from a table in SQL Server 2000 using VB.Net 2003.  When I run the code shown below, I get the following error: "SQLXML: invalid direct object (dbobject) query -><-" ...
Score PublicKey of System.Xml assembly
Manoj Agarwal - 21 Aug 2006 6:57 PM - 2 messages
I need to make some classes in my assembly internal. I am using XMLSerializer to serialize the objects of my classes. XMLSerializer cannot access my internal classes. So I am thinking that adding System.Xml as a friend would make my internal classes visible to XMLSerializer. ...
Score WSS document event handler that will use System.web.mail sendmail
cindy - 21 Aug 2006 5:48 PM - 6 messages
I am not using vs studio 2.0 I have 1.1 I have a WSS document event handler that works on a document insert, I want to use system.web.mail to get to sendmail and put out an email.  Document ...
Score StatusStrip layout
Mike - 21 Aug 2006 3:54 PM - 1 message
Greetings, We are using StatusStrip to present various status messages, progress bars, and so forth, throughout the user experience. We are finding, however, that the layout leaves something to be desired, or we do not have a good understanding of how layout is managed. ...
Score Setting StringBuilder.Length not behaving per documentation
soccerdad - 21 Aug 2006 3:06 PM - 2 messages
Perhaps this has been discussed elsewhere - if so, I couldn't find it. The StringBuilder.Length property is explicitly documented as padding the length with spaces if .Length is set to a value greater than the current length. I'm hoping to get this behavior. However, when I set .Length to ...
Score Serialization Files Compatibility
E - 21 Aug 2006 2:52 PM - 3 messages
I pciked up a project and am encountering several deficiencies on the architecture.  My current concerns are the persisted data files that are written and read through dynamic reflection and Serialization/De-Serialization.  The application has been going on for a while and is using .Net Framework 1.1.  ...
Score ClickOnce - Setting up a staging and production versions
Bruce Parker - 21 Aug 2006 2:29 PM - 8 messages
I want to be able to install a staging version and production version on my desktop of a ClickOnce application.  I have created two separate virtual directories on a web server.  I changed the product name in the Publish - ...
Score modify the keyboard queue
Julia - 21 Aug 2006 2:06 PM - 4 messages
Hi I need to be able to modify the keyboard queue and I have no idea how to do it. I have a windows app (C#) that should login to another application when pressing a login button. I have no access to the other application so I would ...
Score creating a compile time error... is it possible?
ThunderMusic - 21 Aug 2006 1:53 PM - 10 messages
Hi, I'd like to create a compile time error in my class...  maybe there's a way already built in in the framework so I can achieve what I want...  I have 2 constructors in my class. One of them has mandatory parameters, I mean, they ...
Score http://www.ringtones-dir.com/get/ ringtones site. Download ringtones FREE, Best free samsung rington
http://www.ringtones-dir.com/get/ ringtones site. Download ringtones FREE, Best free samsung rington - 21 Aug 2006 1:36 PM - 1 message
[link] ringtones site. Download ringtones FREE, Best free samsung ringtones, Cingular ringtones and more. From website . ...
Score http://www.ringtones-dir.com/get/ ringtones site. [URL=http://www.ringtones-dir.com]ringtones downlo
http://www.ringtones-dir.com/get/ ringtones site. [URL=http://www.ringtones-dir.com]ringtones downlo - 21 Aug 2006 1:35 PM - 1 message
[link] ringtones site. [URL=[link]]ringtones download[/URL]: Download ringtones FREE, Best free samsung ringtones, Cingular ringtones and more. [url=[link]]samsung ringtones[/url] From website . ...
Score Querying Active Directory
Vikas Manghani - 21 Aug 2006 10:31 AM - 3 messages
Hi Can anyone tell me, how can I search for Domain Administrators on a network. What I mean is by using DirectorySearcher I can search for normal users, which goes something like DirectorySearcher ds = new DirectorySearcher(new DirectoryEntry()); ds.Filter="objectCategory=User"; ...
Score using SerialPort in a service
Jean Paul Mertens - 21 Aug 2006 10:02 AM - 14 messages
Hello, Someone can tell me why I dont get serial port events in a Service, I created a separate Thread to open the port but no events are coming up (the same happens when I use the timer component, using the System.Timers.Timer ...
Score ActiveX controls not painted on a TabControl of a UserControl
valerie.tching - 21 Aug 2006 8:54 AM - 1 message
Hello, I'm trying to build an application using some ActiveX controls (Microsoft Web Browser and Windows Media Player). I first put a tab control on a form, with activex controls on tab pages. Everything went ok on the different tab pages. ...
Score startup times woes...
Lloyd Dupont - 21 Aug 2006 12:06 AM - 5 messages
Hi All! I try to understand and improve my application cold start. I already load as little as possible in the Main(). Now I have a test which gives strange results, and I try to understand what it means. test 1: ...
Score one decimal point in text box
trawlerman - 20 Aug 2006 8:39 PM - 3 messages
Hi all, C# newbie after migrating from VB. I wish to have only valid numbers entered into a txtbox . i.e only one decimal point. ///////////////////My VB code for this is: Private Sub txtGcost_KeyPress(KeyAscii As Integer)     Select Case KeyAscii ...
Score when serializing XML, how to NOT save type's fullname
james.tsao - 20 Aug 2006 7:33 PM - 1 message
I have a strongnamed application.  In that assembly, I also have a Settings class that's XmlSerializable.   <xmlSerializerSection type="MyApp.MyAppSettings, MyApp">     <MyAppSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ...
Score Block-level CD-ROM access
Scott Bell - 20 Aug 2006 6:43 PM - 3 messages
Hello all, Is there a method within the .NET Framework to access a CD-ROM device at the block-level? (IE to create a raw copy of a disc for archival purposes) Thanks, - Scott ...
Score custom paging using oracle procedure in .net C#
netdev - 20 Aug 2006 4:18 PM - 2 messages
Hi, I am developing a oracle procedure for using custom paging in one of the project where in we are getting thousands of records into cache. To avoid this, i am creating orcale procedure to use custom paging for data grid. Can any one please provide some inputs, if you have done ...
Score probem with WPF ListBox....
Marko Vuksanovic - 20 Aug 2006 3:45 PM - 1 message
I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: <Button HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="31,10,39.0000000000001,17" Width="Auto" Height="Auto" x:Name="Button" Content="Get Photos" RenderTransformOrigin="-0.462962962962963,-0.40625" Grid.ColumnSpan="1" Grid.RowSpan="1" Command="{Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}}"> ...
Score .Net Equivalent to a VBS Script?
Alex Maghen - 20 Aug 2006 3:19 PM - 5 messages
Is there a way to build a .net file in C# which will JIT compile and execute when double-clicked (a la the old .vbs scripting approach)? This would just be a nice, convenient way for me to do some scripting where I don't want to ...
Score Bogus "Cannot find the assembly" exception
dvestal - 20 Aug 2006 2:40 PM - 4 messages
I have a very strange error; an ASP page invokes a method through .NET remoting which returns an exception as an output parameter. Unfortunately, no matter what exception the method returns, it appears as a different one ("Cannot find the assembly") to the ASP page. ...
Score WPF Listox and Listbox update problem.....
Marko Vuksanovic - 20 Aug 2006 1:54 PM - 1 message
I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: <Button HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="31,10,39.0000000000001,17" Width="Auto" Height="Auto" x:Name="Button" Content="Get Photos" RenderTransformOrigin="-0.462962962962963,-0.40625" Grid.ColumnSpan="1" Grid.RowSpan="1" Command="{Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}}"> ...
Score problem with ListBox in WPF
Marko Vuksanovic - 20 Aug 2006 1:50 PM - 1 message
I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: <Button HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="31,10,39.0000000000001,17" Width="Auto" Height="Auto" x:Name="Button" Content="Get Photos" RenderTransformOrigin="-0.462962962962963,-0.40625" Grid.ColumnSpan="1" Grid.RowSpan="1" Command="{Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}}"> ...
Score WPF databinding and Listbox
Marko Vuksanovic - 20 Aug 2006 1:37 PM - 1 message
I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: <Button HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="31,10,39.0000000000001,17" Width="Auto" Height="Auto" x:Name="Button" Content="Get Photos" RenderTransformOrigin="-0.462962962962963,-0.40625" Grid.ColumnSpan="1" Grid.RowSpan="1" Command="{Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}}"> ...
Score WPF and codeBehind file problem....
Marko Vuksanovic - 20 Aug 2006 12:37 PM - 1 message
I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: <Button HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="31,10,39.0000000000001,17" Width="Auto" Height="Auto" x:Name="Button" Content="Get Photos" RenderTransformOrigin="-0.462962962962963,-0.40625" Grid.ColumnSpan="1" Grid.RowSpan="1" Command="{Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}}"> ...
Score Treeview: Added/New Nodes not showing up during run-time
LordHog - 20 Aug 2006 12:21 PM - 1 message
Hello,   Note: I posted this message originally in the compactframework group by accident, sorry.   I am having a problem with the Treeview control in Visual Studio.NET 2005. I have a treeview control which has two root trees and by default ...
Score Advertising On msnews; Legal or Illegal?!?
Leon_Amirreza - 20 Aug 2006 7:54 AM - 8 messages
Is sending Ads or info about non microsoft products legal or illgal? ...
Next »