|
More site info...
microsoft.public.dotnet.languages.csharp | Forum profile
|
|
Forum profile page for microsoft.public.dotnet.languages.csharp on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.dotnet.languages.csharp, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.dotnet.languages.csharp" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.dotnet.languages.csharp:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
55
|
263
|
870
|
|
Post:
|
151
|
694
|
2,367
|
|
|
microsoft.public.dotnet.languages.csharp Posting activity graph:
|
Top authors during last week:
user's latest post:
Explorer Dir Path in...
Published (2009-12-27 22:50:00)
jivangoyal via DotNetMonster.com wrote: > I've managed to get the list of files from windows explorer by using WinAPIs > using listview of windows but its not working in Windows 7 as there was no > listview in Windows 7, checked using Spy++. In other words, you were using some undocumented mechanism before, and it broke in a new version of the OS. Well, yup. That's what happens when you use...
user's latest post:
canceling backgroundworker...
Published (2009-12-24 13:00:00)
On 12/24/2009 2:04 PM, hdjim wrote: > When you cancel a backgroundworker thread via > backgroundWorker.CancelAsync() what happens to the process that was > running on that thread? Is the rug just pulled out from under it? > I’d like to have the process be notified that a cancel was issued by > the calling foreground thread and have the process running on the > background thread exit via...
user's latest post:
Trying to insert data in...
Published (2009-12-21 16:36:00)
On Dec 21, 5:31?pm, "Gregory A. Beamer" <NoSpamMgbwo...@comcast.netNoSpamM> wrote: > AMP <ampel...@gmail.com> wrote in news:57e85963-75ad-4b3a-9828- > 683705249...@o9g2000vbj.googlegroups.com: > > > I am trying to insert data with the following: > > mee.Insert(5, currentUser.ProviderUserKey.ToString(), > >...
user's latest post:
request help on...
Published (2009-12-22 16:50:00)
Thank you for your reply. This is what I was looking for. Interestingly, however, I did break down in the meantime and tried the array thing string[] a1 = new string[]{",a,d,g,j,m...,"; string[] a2 = new string[]{",b,e,h,k,n,...,"}; string[] a3 = new string[]{",c,f,i,l,o,...,"}; if (a1.IndexOf(s1) > -1) dots.color = color.blue; if (a2.IndexOf(s1) > -1) dots.color =...
user's latest post:
List vs Object Array? in...
Published (2009-12-25 19:00:00)
So I am currently programming an RPG video game for a fun side project. And originally I had intended the character's inventory to be an object array. But a friend of mine suggested using a list instead. I am only about an intermediate programmer and I haven't worked with lists before. I was hoping somebody could tell me what the differences and pros/cons are of using a List vs Object Array for my intended use. .
user's latest post:
Automate another app from my C#...
Published (2009-12-21 18:30:00)
On Dec 21, 4:40?pm, Peter Duniho <no.peted.s...@no.nwlink.spam.com> wrote: > Steve wrote: > > Nope, its not a .Net app so yes I will have to use the APIs...I just > > am not sure which ones to use. ?Was hoping somebody could give me some > > pointers to get me started. > > Depending on what you know about the other application, variations on > the...
user's latest post:
Can you use an in-line method...
Published (2009-12-22 08:10:00)
On Dec 22, 2:57?pm, "Patrice" < http://scribe-en.blogspot.com/ > wrote: > And what if you try this exact same code before creating a new customer > instance (using the temp Guid you just got) ?and step through the code ? > > It would allow to see if you properly read the guid. Could it be that this > value is properly initalized but later modified ? Ah. Hangs head...
user's latest post:
XML to DataSet in...
Published (2009-12-22 08:40:00)
"tshad" <tfs@dslextreme.com> wrote in message news:OjI8%233xgKHA.5520@TK2MSFTNGP06.phx.gbl... >I have an XML file that turns out to be an Excel 2007 file. > > It has 16 tables and one is a data table that has all the data in it but > they don't see to be segmented by row. I do know that there are about 12 > columns and 90 rows.. > > Is there an...
user's latest post:
XML to DataSet in...
Published (2009-12-22 22:45:00)
"Mark Rae [MVP]" <mark@markNOSPAMrae.net> wrote in message news:ueQsvCygKHA.2164@TK2MSFTNGP02.phx.gbl... > "tshad" <tfs@dslextreme.com> wrote in message > news:OjI8%233xgKHA.5520@TK2MSFTNGP06.phx.gbl... > >>I have an XML file that turns out to be an Excel 2007 file. >> >> It has 16 tables and one is a data...
user's latest post:
"scholarships for pakistani...
Published (2009-12-24 06:26:00)
"scholarships for pakistani students" "scholarships" "scholarships in canada" "scholarships 2009" "scholarships 2009" "scholarships 2009" on http://escholarship-positions.blogspot.com/ "scholarships for pakistani students" "scholarships" "scholarships in canada"...
|
|
|
|
Latest active threads on microsoft.public.dotnet.languages.csharp::
Started 1 day, 16 hours ago (2009-12-27 12:15:00)
by Peter Duniho
Technoriders wrote:
> I need to get the full path of the currently opened directory in the windows
> explorer. i.e. I've handle of the currently open windows explorer and want to
> get the full path of the directory that has been navigated and also the list
> of files that has been selected in that directory. Please anybody help me how...
Started 1 day, 7 hours ago (2009-12-27 21:35:00)
by Peter Duniho
Raj wrote:
> Why do we need to implment both IEnumerable and IEnumerator inorder to make
> custom collection that can use foreach?
You have to implement IEnumerable, because that's what the "foreach"
statement takes.
You have to implement IEnumerator, because otherwise what would your
IEnumerable.GetEnumerator() ...
Started 1 day, 10 hours ago (2009-12-27 18:04:00)
by Roger Frost
What you're asking for is a little backwards, but I'm sure you have your
reasons.
At any rate, these are the properties you will want to investigate:
frmChild.Size
frmParent.ClientSize
and also frmParent.MdiChildren[] but I would resize the parent before the
child is shown, in other words when the child is instantiated.
...
Started 1 day, 12 hours ago (2009-12-27 16:33:00)
by Roger Frost
Some more code would be helpful, but I suspect...
lstCustomersBB is the same object as lstCustomers as defined by:
lstCustomersBB = lstCustomers;
If you simply want to have listCustomersBB as a copy of what listCustomers
is RIGHT NOW (without later changes), then use:
listCustomersBB = listCustomers.ToList();
This ...
Started 3 days, 6 hours ago (2009-12-25 22:39:00)
by Roger Frost
First of all, I wouldn't use an object[] per say, your inventory items
should inherit a common base class so you can avoid constantly casting from
object to whatever which is very expensive. Depending on the difficulty of
the game now and later, you should probably consider a little interface
structure in there as well.
And I agree with...
Started 4 days, 11 hours ago (2009-12-24 17:26:00)
by Peter Duniho
Robert Morley wrote:
> As you might guess from the title, I'm a C# newbie, though certainly not
> a programming newbie. What I'm trying to set up is basically an
> asynchronous class, but I'm a little lost as to which method is
> appropriate and how to set it up.
>
> From what I've seen, using the BeginInvoke style of ...
Started 4 days, 15 hours ago (2009-12-24 13:00:00)
by Family Tree Mike
On 12/24/2009 2:04 PM, hdjim wrote:
> When you cancel a backgroundworker thread via
> backgroundWorker.CancelAsync() what happens to the process that was
> running on that thread? Is the rug just pulled out from under it?
> I’d like to have the process be notified that a cancel was issued by
> the calling foreground thread and have ...
|
|
Hot threads for last week on microsoft.public.dotnet.languages.csharp::
Started 1 week ago (2009-12-21 08:34:00)
by Family Tree Mike
"What To Do" wrote:
> Hi All,
>
> Firstly, im a real newbie to C# so appologies for asking what might be a
> very basic question.
>
> Basically im using DotNetBar and have a Ribbon form. On my Ribbon form, I
> have a ribbon Bar, With 5 buttons. I also have a a panel on my Main form
> (pnlMainMenu) ...
Started 6 days, 22 hours ago (2009-12-22 06:20:00)
by Patrice
And this FKCreatedBy line is called from ? My guess is that this line is
never executed...
The issue is still a bit unclear as the terminology seems a bit confusing
but you could just expose this the exact same way you exposed GetGuestGuid
and it should be fine... Else where is your FKCreatedBy statement ? (for now
it would ...
Started 6 days, 18 hours ago (2009-12-22 09:56:00)
by mick
"Rich P" <rpng123@aol.com> wrote in message
news:eK3$kjygKHA.3792@TK2MSFTNGP02.phx.gbl...
> Basic question: if I need to increment a for loop by step 2 (or step 3,
> step 4, ...) -- in VB I say this:
>
> For i = 0 To 10 Step 2
> Debug.Print i
> Next
>
> Is there an equivalent for C# what does that look ...
Started 1 week ago (2009-12-21 06:06:00)
by Adam Clauss
JV wrote:
> I need to implement a method that processes two objects. Among other things,
> the method may want to try to compare the two objects, which should use the
> CompareTo method, provided the two objects are the same class and the class
> implements IComparable<T>.
>
> void process(object o1, object o2)
> {
>...
Started 1 week ago (2009-12-21 12:29:00)
by Family Tree Mike
"Steve" wrote:
> In order to automate an external app I need to open the File menu and
> click the fourth item in the menu. This item does not have a shortcut
> assigned to it. Can anyone give me some pointers on how I can do
> this.
>
> Thanks,
> Steve
> .
>
If the other app is a ....
Started 6 days, 16 hours ago (2009-12-22 12:10:00)
by Peter Duniho
trant wrote:
> Using Visual Studio 2008, is there anyway I can create a custom control which
> is comprised of several standard windows controls put together in a certain
> way? [...]
I'm not entirely sure I understand your description. The last paragraph
is a bit confusing. But based on everything else you wrote, it seems ...
Started 6 days, 12 hours ago (2009-12-22 16:00:00)
by Peter Duniho
Rich P wrote:
> [...]
> the problem with this is that I will have hundreds of numbers in each
> array. Surely there is a simpler way to perform this enumeration. Any
> ideas/suggestions appreciated.
I may not understand the question. But assuming I do:
All you need to do is subtract 1 from the dot count, % 3, and ...
Started 1 week ago (2009-12-21 16:50:00)
by Peter Duniho
CSharp-Jay wrote:
> So I am creating a playful little game engine. And in my BaseItem
> class I have this:
>
> protected string name; // Item name
> protected enum itemType { Armor, Helmet, Shield, Sword }; //
> Item type
> protected int value; // Item value (Attack Power or Defense)
>
> ...
Started 1 day, 16 hours ago (2009-12-27 12:15:00)
by Peter Duniho
Technoriders wrote:
> I need to get the full path of the currently opened directory in the windows
> explorer. i.e. I've handle of the currently open windows explorer and want to
> get the full path of the directory that has been navigated and also the list
> of files that has been selected in that directory. Please anybody help me how...
Started 1 week ago (2009-12-21 15:06:00)
by Gregory A. Beamer
AMP <ampeloso@gmail.com> wrote in news:57e85963-75ad-4b3a-9828-
683705249b8e@o9g2000vbj.googlegroups.com:
> I am trying to insert data with the following:
> mee.Insert(5, currentUser.ProviderUserKey.ToString(),
> x,"","","", DateTime.Now ,DateTime.Now ,DateTime.Now , DateTime.Now)
>
> But get the following error:
>...
|
|