We have Coin Certified graded by PCGS.
FolderBrowserDialog Question [1 reply] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi there!
I have a form with a button and a label.
Can anyone offer some insight as to why the following code snippet gives me
the following error: "Use of unassigned local variable 'pa...
Call method on a form from another thread [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I am looking for a sample of how you execute/invoke a method in a form from
one thread and have it run on the thread that created the form instead of
the thread that actually made the call....
DataGrid newbie questions [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Greetings,
I'm new to DataGrids, but I want to use one. Basically, I want to show the
user a list of files with some information about each one (obtained by
having my application look i...
Creating DOM Document from Sratch [1 reply] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hello!
I', trying to create DOM based XML document. First I create XmlDocument
object and then read other XML DOM Document and modifie the first one.
I'm putting Noden and Attributes tto t...
Working with Hastables [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi all,
I am new to Hashtables, so at the moment, not fully familiar with them.
I have been experimenting with a search engine spider written in c#. It uses
hashtables to hold the catal...
possibly problem with Aximp or sth else or wrapper class? [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi,
Iam trying to develope a program to show and manipulate SVG files.As
many suggestions i tried to use Adobe SVG control.I used Aximp to
produce a wrapper class for ASV and it produced 2...
ProcessDialogKey keyData == (Key.Control | Key.Shift | Key.L... [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
keyData == (Keys.Control | Keys.Shift | Keys.L) used to trap this
combination in the ProcessDialogKey method
Why does this combination no longer work?
How to use Regular Expression in .NET [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Here is an example. For a time server which returns a time field
string, you can extract the time by the following code:
'VB.NET
Imports System.Text.RegularExpressions
'..
Dim s As...
IEnumerator and arraylist [3 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I am trying to learn IEnumerator and collections(ArrayList, Hashtable)
in .NET.
Can anyone tell me what is IEnumerator used for and any online
resources would
be helpful.
Thanks
Add folder to a published project [1 reply] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi,
I have a VS 2005 C# project to which I have added a folder. Into this
folder are various resources that are used within the program.
I have the line ItemsPath = Application.StartupPa...
datagridview from xml [0 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
This is a multi-part message in MIME format.
------=_NextPart_000_000B_01C624FB.FB7025E0
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_000C_01C624FB.FB7025E0"
---...
Debugger visualizer [0 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi,
I have a simple example of a color visualizer and it works fine.
I've tried to add another (new) color visualizer
(an exact copy of the example) in a different (new) solution,
but f...
Sortable collection [2 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I understand that the usual way of creating a strongly typed
collection is to inherit from CollectionBase. However, CollectionBase
does not support sorting. What is the best way to implemen...
Selections on MonhCalender [0 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi,
How can i select one date range with MonthCalender's selectionRange when i
have two date that are separated between two months? e.g. 01/25/05 and
02/25/05
p.s: this selection must...
StreamReader vs StreamWrite [4 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
help!!
I used StreamReader and StreamWrite.
the problem is it doesn't write all readline.
For example it read 100 line and write 51lines.
this is codes.
class kenlee{
private StreamWri...
Length of MP3 file [2 replies] microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi,
Could you tell me how to retrieve (in C#) the length in miliseconds of
mp3 file?
Thanks in advance
Regards
£ukasz
Extending Brian Connelly's C# CodeDOM Genetic Algorithm proj... [1 reply] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi,
Has anyone seen this article in MSDN Magazine?
http://msdn.microsoft.com/msdnmag/issues/04/08/GeneticAlgorithms/default.aspx
My GA twiddlings puffed out years ago, but the idea o...
Security Model [1 reply] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
I am designing a new Windows Forms client application (with SQL Server db on
the back end) for which users will authenticate via NT authentication
(network), or SQL Server authentication. U...
Rating [4 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hello every one
i had a question i am developing a site where i want users to be able to
rate products..but i want users to be able to only vote once per
product...i was wondering if any of...
Trying to access control on one from from another form [4 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
On my main form in a C# program, I create an instance of another form that
contains a ListView control, in the usual way, that is:
public class frmMain : System.Windows.Forms.Form
{
...
Q: Datatables, Datasets and updating [2 replies] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi
I'm hoping somebody can help me with the following problem that has occurred
to me.
Suppose I have two tables in an SQL Server database. Let's call these tables
A and B. Assume that ...
Mixing 1.1 and 2.0? [1 reply] microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
I'm slowly making the move to 2.0. I have a solution in 1.1 with two
projects - EXE and DLL. I'd like to upgrade the EXE (user interface of
this solution) to 2.0 and leave the DLL at 1.1 fo...
|