|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual C# .NETmicrosoft.public.dotnet.languages.csharp
Service Pack 1 for VS 2005 ?
TheSteph -
23 Sep 2006 8:32 PM - 2 messages
Does anybody know if/when it will be really available ? ...
Add new row to Repeater?
Steve -
23 Sep 2006 7:20 PM - 3 messages
I am having issues adding a new row in my repeater when my repeater's table cells reach a certain number. what i'm doing is adding a predetermined number of color cells from the database and bringing them ...
Extending OpenFileDialog to add a picture preview?
Michael A. Covington -
23 Sep 2006 5:13 PM - 4 messages
How easy is it to extend OpenFileDialog so that when a file is selected (clicked), my code will be called to extract some information from the file and display a picture? ...
What does instantText mean in Edit method of DataGridColumnStyle
Hamed -
23 Sep 2006 2:41 PM - 3 messages
What does instantText mean in Edit method of DataGridColumnStyle? Regards Hamed ...
SessionEnding Event stops
bbembi_de -
23 Sep 2006 1:11 PM - 6 messages
Hello everyone, I'm listening to the SessionEnding event, so I can close my application properly when Windows is shutting down. I do some disposing and stuff if the event occurrs but windows doesn't shutdown after that. Somehow my application cancels the shutdown. ...
Internet Accessible?
perspolis -
23 Sep 2006 12:17 PM - 5 messages
Hi all How can I find that user is connected to internet or not? thanks in advance ...
Voice Capturing
Pramod -
23 Sep 2006 10:15 AM - 3 messages
How do i capture voice and playback that again? I am working in C# VS.2005 Thanks & Regards, Pramod ...
Write access to 'get'-only public property from within a class - best practice?
Jack -
23 Sep 2006 9:43 AM - 5 messages
Hi, I have a class with a get-only public bool property. This is good because I want users of this class to ONLY READ it. So I've defined it thus: private bool _IsDirty; public bool IsDirty{ get{ return _IsDirty; } ...
No buffer error (WSAENOBUFS) in my active connection
duraisridhar -
23 Sep 2006 9:38 AM - 2 messages
Hi All, My active connection created by my application from windows 2000 to Windows 2003 (or any linux machine) get closed as it receives WSAENOBUFS error . While I googled , I come to know that this may occur for the below reasons, ...
Registreing assembly/.NET DLLs, EXE
gopal -
23 Sep 2006 9:15 AM - 5 messages
Hi, i want to register .NET DLLs or Exes using Regasm from any folder in command prompt But i am getting the error - unrecognized command C> regasm.... regasm.exe' is not recognized as an internal or external command perable program or batch file. ...
Serial unable to connect to Modem
mm -
23 Sep 2006 7:32 AM - 2 messages
Hi, I have a modem connected to the serial port and I can communicate using Windows HyperTerminal. When I try to send a 'AT' command using the SerialPort object I get receive timeout errors. Any help would be much appreciated. ...
Is that true there are no Linked lists in .NET?
martin-g -
23 Sep 2006 4:28 AM - 6 messages
Hi. I have realized some heavy algorithm which works on ArrayList of strings. It works slow because of a lot of insertions and deletions at arbitrary positions in the list. Now I really need an ADT based on linked list data structure, but can't find any appropriate collection ...
Call click event via code? C#
Tony -
23 Sep 2006 3:48 AM - 11 messages
private void cmdTryMe_Click(object sender, System.EventArgs e) { MessageBox.Show("Something"); } How would I programatically fire the button's click event via code ...
VS studio 2005 versus VS studio 2003
Amanda -
23 Sep 2006 2:44 AM - 8 messages
Hi, If someone one to learn C# NOW, isn't it a bad idea to be using VS studio 2003? Btw, what is the exact difference between C# versus Visual C#? ...
firefox download process
DBC User -
23 Sep 2006 2:08 AM - 2 messages
Hi guys, I would like to know how to write a c# application which does download like firefox does. ...
Delegate/Event HELL!
Scott M. -
23 Sep 2006 2:07 AM - 3 messages
I need a little help please... I'm simply trying to set up a very basic event for a class and then create an event handler for that class in a Console application. I think I'm very close, but I'm missing something. Here's what I've got... ...
Cookies and subdomains and IE6
stillworkingfortheman -
22 Sep 2006 11:12 PM - 2 messages
I'm loosing cookies in IE6 (works in firefox) when with the following steps... step 1. set a cookie in one domain, in an .aspx.cs codebehind... in [link] ...
Custom Sorting in DataGrid
Ambica Jain -
22 Sep 2006 10:45 PM - 5 messages
Hi, I want custom sorting on some of the columns in the datagrid. And i am able to do the same by overriding MouseDown event. However, i need to rebind my datatable to reflect the changes in grid. And with rebinding, sorting image ...
problems typecast,find by function/member name and getting "managed reference"
SunnyDrake -
22 Sep 2006 10:22 PM - 6 messages
HI! I wrting some program part of it is XML config parser which contains some commands(for flexibility of engenie). how do i more simple(if it possible not via System.Reflection or System.CodeDom.CodeCastExpression) __problem typecast #1 Desc:i do needed checks but data/commands in XML is dynamic and i don't ...
Inteface for Controls.Add(???)
Matthias Langbein -
22 Sep 2006 10:12 PM - 2 messages
Hi all, how do I solve this problem: Interface A {...} Class B : System.Windows.Forms.UserControl, A {...} ClassC : System.Windows.Forms.UserControl, A {...} Class D : System.Windows.Forms.UserControl { A val1 = new B(); A val2 = new C(); ..... this.add(val1); ...
DataGridView: Column Header with 2 lines
osmarjunior -
22 Sep 2006 7:41 PM - 2 messages
I want to create columns in my DataGridView just like that: ______________________________________ But how do I make column headers with 2 levels, and merge the first row? Thanks. ...
Dictionary class lacks the very basic function ?
craigkenisston -
22 Sep 2006 7:09 PM - 4 messages
I want to use Dictionary class like this: textboxM.Text = oMyDict.GetValue("textboxM"); textboxN.Text = oMyDict.GetValue("textboxN"); Where my dictionary contains the list of values for my textbox based on the textbox id. But it doesn't have it ! ...
Paradigm for multiple IDisposables
Zach -
22 Sep 2006 7:06 PM - 4 messages
I'm sure this comes up often, but I have a situation where I have at least 4 objects that all implement IDisposable. It gets very tedious having to write finally blocks that Dispose all of them in a row, but ...
Confusing error message
John J. Hughes II -
22 Sep 2006 6:59 PM - 4 messages
I have a SqlDataAdapter.Fill filling a standard dataset and my code is returning the below error. The "Error Loading data" is just a message my code displays. "Error:" is the Exception.Message message and then below ...
changing the background color of Selected Text in an RTB
njuneardave -
22 Sep 2006 5:33 PM - 4 messages
Hey! One quick question: It's really easy to change the background color of an entire RTB, but I have looked and looked and can't find a way to change the background color of the selected text in an RTB. Anyone ...
pre-selecting generated items in DropDownList (C#)
Kevin Blount -
22 Sep 2006 4:13 PM - 4 messages
I'm using the following code to create a DropDownList based on the contents of a text file, which works. Now I want to add another feature, which is where I need some guidance. On one page I present this DropDownList asking people to select a ...
threading and variable scope question
Mark Huebner -
22 Sep 2006 4:07 PM - 2 messages
If I have a class C that contains a private variable (property) V and private function T and T is executed within C as a separate thread, does thread T have access to private variable (property) V in the instance of ...
char* in C struct mapping to C# struct
Vikas -
22 Sep 2006 2:52 PM - 2 messages
Hi I have been browsing C struct to C# mapping emails on the newsgroups, but I haven't been able to find a solution to my problem. My C structure looks like this: struct myCstruct { char * data; ...
Remote Registry Backup
Chuck B -
22 Sep 2006 2:40 PM - 5 messages
I am modifying remote registries for about 150 computers. Is there any easy way in C# to do a remote registry backup? ...
String Comparision
Kb -
22 Sep 2006 2:13 PM - 4 messages
Hello There, How do i compare string such that A < B<... <Y<Z<BA<BB... <CA... <ZZ Thanks KB ...
Token generator
mamin -
22 Sep 2006 2:09 PM - 4 messages
Hi all, What is the best way to generate unique token in C#? I need it to generate a unique link like: http://my_page_url+token after clinking on which, the form of changing user password will be appeared. ...
String Comparision
forlist2001 -
22 Sep 2006 2:07 PM - 6 messages
Hello there, How do i compare string such that A < B<... <Y<Z<BA<BB... <CA... <ZZ Thanks KB ...
How to copy a DataTable?
Férnas -
22 Sep 2006 2:04 PM - 5 messages
Hey guys, In my app, I have a DataTable named "dta"... If i create a new variable of DataTable type named "dta2", and assign the dta as value, it creates a reference to dta, then, when I make changes in dta, dta2 is also changed... ...
Member offset pointers ?
Adam Benson -
22 Sep 2006 1:38 PM - 2 messages
Hi, In C++ you could define a member offset pointer which worked on any instance of a class. i.e. class MyClass { int IntOne; int IntTwo; void SetInt(int MyClass::* p) ...
Requesting implementation details of Regsitry Optimization and Defragmentation
vighnesh -
22 Sep 2006 1:24 PM - 2 messages
Hi Folks Can anybody please help me in finding out information ( implementation details )regarding Registry Optimization, defragmentation ? Since I am dealing with an application in which I have to implment those features, I googled the NET, but clouldn't find any implmentation details than some ...
Is Folder Local
Fred W. -
22 Sep 2006 1:10 PM - 4 messages
Is there a way to tell if path is on a local drive instead of a mapped drive or network. Thanks - Fred ...
Problem restarting a windows service with ServiceController
sergio.calleja -
22 Sep 2006 11:58 AM - 7 messages
Hi Everybody, i need to restart a windows service made with c# when an fixed event is raised. So to test it, I've added a servicecontroller to my service, and in the creation method, i've created a new thread to try to stop it. ...
Relection on interfaces
jupitermoonbeam@googlemail.com -
22 Sep 2006 11:36 AM - 5 messages
Hello, I wondered if anyone could help. I wish to retrieve the PropertyInfo[] of a specific interface but can't work out how to do this in a type safe way. Basically I don't want to do this: ...
declare array with a default value?
james -
22 Sep 2006 11:03 AM - 9 messages
Hi, Just looking here: [link] I can't quite see what I want to do. I want an array of Booleans of length 102, all initially "false". I have this so far: ...
Open a VFP form from C#
Eli -
22 Sep 2006 10:32 AM - 3 messages
Hello, we are developing a project in which we needed to integrate code developed in Foxpro with code developed in.Net. Currently we can open .Net forms from VFP, but we do not have been able to open a VFP form from.Net. Is it possible? how? ...
Datagrid in CSharp
ahjiang -
22 Sep 2006 9:24 AM - 4 messages
Hi all, Is there any other controls in CSharp that is exactly the same as datagrid? Datagrid looks boring with the same old grey columns style. Appreciate any advice. ...
Updating ownerdrawn listbox without re-populating
Jan -
22 Sep 2006 9:23 AM - 2 messages
Short: Is it possible to make an owner-drawn ListBox do a complete re-draw where items are re-measured? In my application a simple change to one of the items in the listbox could result in a change in the height of the item and therefore the item has to be ...
Excel SaveAs problem
wasishincar -
22 Sep 2006 8:17 AM - 2 messages
Hi all, I wrote a small app, which could read text file and fill the data from text file to a newly created excel file. It works fine on my computer, but did not succeed on someone's. I caught an exception which told it ...
Closing IDbConnection
Peter Kirk -
22 Sep 2006 8:12 AM - 4 messages
Hi do I need to explicitly close IDbConnection and IDbCommand objects? Or are they disposed of when the method they are used in ends? Normally I use a construct like: using (IDbConnection conn = GetConnection()) // where "GetConnection gets a database connection ...
Binding bug regarding visible property.
Mikus Sleiners -
22 Sep 2006 8:03 AM - 4 messages
While creating my custom control i run into some problems regarding Visible propery. I have following situation: I bind my textBox.Visible property to my cutsom object's bool property and i am expecting it to change in UI depending on what i set in my custom class... i was ...
scheduled service task...
Aerodyne -
22 Sep 2006 7:48 AM - 3 messages
Hi all, I need a C# windows service to run every few days or so (say every 10 days)... the service starts up automatically w/ WinXP. What would be the best option to use, System.Timers or System.Threading & how would I get it to run & start over every 10 days; as in the ...
Encrypted input from user
gopal -
22 Sep 2006 7:42 AM - 2 messages
Hi, I am developing a console application and i would like to get userinput for Database User & Password. The Password should be input as ********** Please can some help me out on this? Thanks & Regards JP ...
Year to Months Conversion
raghav -
22 Sep 2006 7:20 AM - 2 messages
Hi I am working on ASP.NET 2.0 and C#. I am developing one application in which I have one field as Work Experience. For that I have 2 dropdown menus, one for year and other one for month. I want to convert overall ...
Implementing Nested Transaction in C#
Mana -
22 Sep 2006 6:14 AM - 2 messages
Hi, I want to implement nested transactions in C#. When I write BEGIN TRANSACTION inside another BEGIN TRANSACTION in an SQL Script it works fine. But when I call BeginTransaction() inside another BeginTransaction() in a c# code on same connection object it ...
Looking for good referencing on unmanaged code interop
JDeats -
22 Sep 2006 4:17 AM - 2 messages
I'm doing Windows Mobile 5 programming and since MS has not exposed most of the functionality i have to call DllImport a lot, I haven't done much interop with unmanaged code, I'm looking for the best tutorial (pubished work or web site link) on how to make sense of how ...
Writing update back to MSAccess table?
planetthoughtful -
22 Sep 2006 2:52 AM - 4 messages
Hi All, I'm building a Windows Form application that will use a Microsoft Access mdb file as a data store. I have a section of code that is executed when the main form is closed that _should_ update a setting value in a table in my mdb file. The ...
Problems when writing a SMTP client and talk with the hotmail
oliu321 -
22 Sep 2006 1:53 AM - 3 messages
Hi, First I am not trying to write a client to talk with hotmail straightly. I am trying to write some codes to send emails through a SMTP server. I wrote a C++ version using pure socket programming and SMTP ...
Reporting and C#
Dave -
22 Sep 2006 1:13 AM - 4 messages
Is there a Report viewer or designer add in available Visual C# Express? ...
Forms
Stormy -
22 Sep 2006 12:44 AM - 3 messages
I want to create an application which includes two forms A and B. The following is a list of my requirements. 1. B is created in A's constructor. 2. A and B can not be resized. they can only be minimized or maximized. ...
How to shutdown open network ports?
ESmith -
21 Sep 2006 9:37 PM - 4 messages
My application when run, needs to close all outgoing ports (excluding 80,443,25). With packet filtering I've figured out how to block "new" traffic, but how do close an existing, established connection - that is, some server program that is waiting on connections at a certain port? ...
unsafe bug ?
Wilfried Mestdagh -
21 Sep 2006 8:26 PM - 3 messages
Hi, Using VS2005 I'm trying out some unsave code but have some strange results. My english is not well so I give example: private void testToolStripMenuItem2_Click(object sender, EventArgs e) { ...
How to Convert SHDocVw.WebBrowser to System.Windows.Forms.WebBrowser
Qiang -
21 Sep 2006 8:16 PM - 3 messages
Hi, Anybody knows how to convert an instance of SHDocVw.WebBrowser to System.Windows.Forms.WebBrowser? Or is it possible? thanks, Qiang ...
Debuging webservice
Goose14 -
21 Sep 2006 7:20 PM - 2 messages
I have a client application and a webservice. Both are in the same solution. If I reference the local webservice and run, and step into the webservice no problem. My question is, when I want to publish the webservice, do i have to keep changing the reference from the local ...
Nice exceptions.
craigkenisston -
21 Sep 2006 7:18 PM - 7 messages
I'm new to VS2005, I used VS2003 a bit, and I remember it didn't act like this. My code looks like : try { blah blah blah } catch (Exception) { MyOwnException myoe = new MyOwnException ("Error on receiving data"); ...
OSQL UserName and PWd
gopal -
21 Sep 2006 7:10 PM - 8 messages
Hi, I have a console application whose purpose is to run the OSQL utility from my console application. When my application is run, the OSQL utility is started and it has to prompt for Database UserName & Password [Database Name & SQL files will ...
size of file located at url
John A Grandy -
21 Sep 2006 6:38 PM - 2 messages
My web app needs to determine the file size in bytes for image file urls stored in db. Does .NET provide a method that can determine the file size in bytes ? ...
insert string into RichTextBox
Lee -
21 Sep 2006 6:11 PM - 2 messages
Hi, i have a RichTextBox that has rtf formatted text in it! now i want to add a string to the beggining of the RichTextBox text and then two newlines. I am struggling with it though, no matter what i do it seems to corrupt the rtf ...
How do I copy datatable from one dataset to another.
Katit -
21 Sep 2006 6:09 PM - 6 messages
I get dataset from database. I need to take specific datatable out of it and add it to second dataset to pass back from webservice. ds.Tables.Add(dsPart.Tables[0]); I get exception "Datatable already belongs to another dataset" ...
Username & Password as parameters
kvicky -
21 Sep 2006 6:09 PM - 5 messages
I am trying to set a scheduled task for one of my ASP.net application that I developed on a monthly basis. This application requires a login authentication. I am sending the url of the login page in the Windows ...
Caching Help Needed
Aryan -
21 Sep 2006 5:40 PM - 3 messages
Hi, I have problem related to Caching of data. I am reading large xml file and putting this xml in dataset, since this dataset will contain many datatable's inside. And each datatable might be big in data. Each ...
App level security w/multiple roles
tmueller -
21 Sep 2006 5:02 PM - 2 messages
All, I have some questions about a possible solution to my scenario. Here it is. A person can belong to multiple applications A person within an application can have multiple roles A role within an application can have access to different ...
Starfield
Jack Nielsen -
21 Sep 2006 4:46 PM - 3 messages
Hi ! I'm new to C# and want to start by making a starfield with stars coming from the middle and ou while getting brighter. First of all, how to I make a single pixel ? And secondly, how to do this ...
There has to be a better way to work withat string chars
sklett -
21 Sep 2006 4:31 PM - 34 messages
I need to take a string, make the first character lowercase and prepend an underscore character to it. Something like this: "California" "_california" Here is the (ugly) solution I cam up with: [code] public static string MakeNetSuiteStateName(string normalStateName) ...
Custom Serialization
Val -
21 Sep 2006 4:13 PM - 5 messages
I have a complex object that I need to serialize. Rather than rely on a standard routine, which is called during the serialization/deserialization, I would like to be able to use my own functions that would convert this object ...
.NET Remoting question
Ronald S. Cook -
21 Sep 2006 3:58 PM - 2 messages
Hi, I've successfully set up my first .NET Remoting configuration with one problem. I can only do one call. The next call I try to make returns: 'Unable to get Remote reference. The channel 'tcp' is already registered.' ...
Do I need to dispose brush explicitly?
Alex K. -
21 Sep 2006 3:51 PM - 3 messages
Hi all In following code, is it OK not to dispose local brush explicitly before exiting the procedure? private void MyDrawItem ( Graphics g, Color BackColor, Rectangle r ) { g.FillRectangle(new SolidBrush(backColor), r); } Thanks Alex ...
dynamically getting similar indentifiers while program running
KarlM -
21 Sep 2006 3:49 PM - 4 messages
Hallo! I would like to get some information from the Properties.Settings of an application which can be done via .... Properties.Settings.Default.XYZ; The problem now is that the identifier (XYZ) is not constant. There are defined some settings looking similar like XYZ34, XYZ56, XYZ87, ... The ...
Is it possible to create COM wrapper from .IDL file?
simenko -
21 Sep 2006 3:08 PM - 2 messages
subj If yes, then how? ...
singleton classes !!
Hadidi -
21 Sep 2006 3:07 PM - 3 messages
I want to make a class that : - will have one and only one object - when you try to make another object of this class , an IDE error should be seen . like using undefined variable , or any thing like that .. ...
controls sometimes private & sometimes protected
Hadidi -
21 Sep 2006 3:03 PM - 3 messages
When you add a control to a form in a windows application , It will be private by default but in a web application it will be protected by default , as well as , it can be changed to private . WHY ??? ...
Does formatted string have length limitation?
Pavel -
21 Sep 2006 2:15 PM - 4 messages
I tried to do very simple operation, at least I thought it will be simple, and it is to use String.Format. But, when formatted string bigger than 255 I got this mistake "Input string was not in a correct format". ...
Problem Returning a DataTable Object from C# Web Service
Jim Murphy -
21 Sep 2006 2:12 PM - 6 messages
In creating a C# web service, I am having trouble returning a DataTable object as the result of a web method. I have no problem returning native types like string or int, but cannot return a .NET DataTable object. The ...
How to judge whether content type is truly "text/html"?
Morgan Cheng -
21 Sep 2006 2:05 PM - 8 messages
I know that HttpWebRequest.GetResponse() generates a HttpWebResonse. The response has one ContentType property. But the property is just decided by http response header. It is possible that the content is actually HTML, while the ContentType is "image/jpeg". Is there any effective way to judge whether the response type is truly ...
error when invoke in thread
PiotrKolodziej -
21 Sep 2006 1:44 PM - 6 messages
Hi. I have a form. This form calls thread. Inside this thread i have while loop: while ((bufferCount = FileStream.Read(buffer, 0, 64000)) > 0 ...
EventArgs
John Sutor -
21 Sep 2006 1:28 PM - 2 messages
I have two different events firing the same event. How can I get the type of event that called it (either leave or valuechanged or click)? I have done this before but I cannot remember how. *** Sent via Developersdex [link] *** ...
C# - Plugin Design
Richard -
21 Sep 2006 12:54 PM - 4 messages
I'd like to build a C# application that has some sort of plugin or additional modules depending on what functionality the client user has requested. The idea is that I have an SQL database table that can be updated from a ...
@ symbol in C#
SAL -
21 Sep 2006 12:46 PM - 33 messages
Hello, I do not have any trouble declaring string values except when it comes to directory path's. Why does C# implicitly put a @ symbol at the being of a String value that has been declared like this: string strSourceDirectory="C:\\Documents and Settings\\admin\\My ...
Exception :: FTP Connection Timeout
Amar Gaikwad -
21 Sep 2006 12:23 PM - 4 messages
Hi All, I want to read the contents (only the filenames) from the ftp server. The code which I have throws connection timeout exception :: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed ...
determine if Socket is connected
semedao -
21 Sep 2006 11:47 AM - 9 messages
Hi all, I view many posts about this issue , the connected property does not tell us the current status of the socket. based on couple of suggestions of msdn , and some article here , I try to write an helper method that will tell if the socket is connected or not , but it's not working good ...
Have some problem with enum and string
tony -
21 Sep 2006 11:33 AM - 9 messages
Hello! I have below a for loop and a switch in the for loop. I have also a enum called colBlowStep with some values. I have also an array[] called m_columnBlowStep with some strings. All items in the array[] m_columnBlowStep is string because I have used ...
SecurityException
Chuck B -
21 Sep 2006 11:27 AM - 3 messages
I'm trying to run a modified version of the example in this Microsoft article: [link] The only changes I've made to the code is that instead of using ...
OSQL userName and Password Prompt.
gopal -
21 Sep 2006 10:25 AM - 12 messages
Hi, I am trying to call the OSQL utility from my C# console application and i am having problems i have the following code In Main method ProcessStartInfo psi = new ProcessStartInfo("osql",""); psi.RedirectStandardInput = false; ...
Clipboard question!
Lee -
21 Sep 2006 9:53 AM - 4 messages
Hi, How do i check to see if the clipboard is empty? thanks in advance lee ...
update mgmt help
blazerguns -
21 Sep 2006 9:20 AM - 2 messages
Hi all, Can someone give me pointers and may be some code samples to start off with windows update management. Iam planning of writing it on c#. Any sample code will of great help. I browsed the net and found ...
Intellisense in ASP.NET textbox
Samuel -
21 Sep 2006 9:11 AM - 3 messages
Hi, Do you know how to implement intellisense behaviour in ASP.NET textbox. Like in destination textbox at [link] site? It shows cities from all over the world and it works extremely fast. I think it's some sort of partial callback? ...
Assembly Load Exception Problem?
Adam Right -
21 Sep 2006 8:28 AM - 2 messages
Hi, I use Assembly.LoadFrom to load my assembly which is the user interface dll for my application. After loading, i invoke the entry method to run my application. But when the application throws an exception elsewhere, normally it has to ...
How to determine if I am in a web or a windows application
Jean Paul Mertens -
21 Sep 2006 7:59 AM - 9 messages
Hello to all, I use a lib class to handle all my exeption errors ocured in my objects. Since my objects are used in windows applications as well as in web applications, I would like to determine in my lib class if she is serving a ...
Learning with command-line vs IDE
arlef -
21 Sep 2006 7:52 AM - 11 messages
Hi Guys, When learning a language such as C#, would you say it is better to learn the fundamentals using the command-line compiler and a simple text editor such as notepad compared to using a full-fledge IDE such as VS.NET 2005 which ...
Copy nodes of one treeview to another
PiotrKolodziej -
21 Sep 2006 7:44 AM - 4 messages
Hi How to copy treeview.Nodes from one treeview to another. Is this posible to do this in one line ? ( Calling some function ) ...
See TODO even if file is not open in editor
Karsten Schramm -
21 Sep 2006 6:39 AM - 7 messages
Hi, is there a way to see all TODOs in a project/solution even if the files are not open in the editor frame? It's kindo of user-unfriendly to open all code files in a solution just to find all TODOs. ...
TypeConverter.GetStandardValues
Karsten Schramm -
21 Sep 2006 6:37 AM - 6 messages
Hi, what kind of object has this method to return? Generally the MSDN says return a list of the original data types. If it comes to an example the instruction says return a list of strings. But then the code example (in most cases an array of ints) returns a list ...
Final year project
SemSem -
21 Sep 2006 6:20 AM - 3 messages
iam in the final year in computer scince department. i have to choose a project to work in all this year and at the final i have to give them the project and documentaion and live demo of what i did? ...
c# memory leakage
lolarak_pandey -
21 Sep 2006 6:04 AM - 3 messages
hi, i have written a c# program ,in which i have multiple forms. when i start the application ,the main form opens ,from which iam calling another form using showdialog(this) method. after that from the second form iam calling the third form ,again using the same ...
Passing Arguments ByRef/ByVal
Scott M. -
21 Sep 2006 4:32 AM - 5 messages
Does C# support passing arguments ByVal & ByRef? If so, what is the default (ByVal?)? And, if so, how do you explicitly specify either? Thanks. ...
Naming Conventions
Scott M. -
21 Sep 2006 3:10 AM - 9 messages
I am looking at some best practices concerning the naming of identifiers in C# and am puzzled on what to do with Public and Private identifiers that are related, such as private fields and their corresponding public properties. From "Visual C# .NET Step by Step" (pages 29 & 30): ...
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed d
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||