all groups > c# > march 2007 > threads for saturday march 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Inherited Form_load event is being called for Inherit as well
Posted by alexia.bee NO[at]SPAM gmail.com at 3/3/2007 11:41:20 PM
Hi All,
I have window based app which has two classes.
Class A and Clas B
Call B Inherits from Class A.
Class A has events. How do I cause Class B not to use Class A events.
For example:
Class A Form_load is being fired even when Class B form is being
loaded. There are other events in Cla... more >>
ListBox size not growing to fill increased size of FlowLayoutPanel
Posted by Steve Richter at 3/3/2007 8:54:17 PM
I have a form.
In the Form is a MenuStrip and a FlowLayoutPanel.
In the FlowLayoutPanel is a ListBox.
The FlowLayoutPanel is set to DockStyle.Fill.
The ListBox is set to AnchorStyles.Left | AnchorStyles.Right
I am able to verify that the FlowLayoutPanel grows in size as the form
is wid... more >>
Filipina Sex Scandal
Posted by karajetsu NO[at]SPAM yahoo.com at 3/3/2007 8:21:24 PM
you can find it here the Filipina Celebretties Sex Scandal at
http://www.pinoysexguru.blogspot.com
... more >>
VS 2005 Add-In for VB6 SDI-like Environment?
Posted by Mark Jerde at 3/3/2007 7:07:29 PM
Sorry if this is the wrong newsgroup. The .vsnet. newsgroups appear to be
low traffic.
I have googled but not found an add in that does what I'd like.
I really miss the VB6 SDI environment. I'm working on a C# project that is
combining things from several other projects. I have many cod... more >>
web service returns dataTable
Posted by Bllich at 3/3/2007 6:11:36 PM
hello
I have a web service method named "gettable" that returns DataTable from my
database using table adapter.getData(), but when I call it from my winform
client it says that method returns 'gettableResponseGettableResult' type,
so I can't show it in datagrid on my form.
can anyone help?... more >>
Command to close my page
Posted by Monica at 3/3/2007 5:05:00 PM
Hi,
Is there any Command that when I click on a button, My web page be close?
or it comes back to my previous page?
Thank you,
Monica... more >>
C# grotty graphics
Posted by rayreeves at 3/3/2007 4:20:47 PM
If I look for guidance on this topic I find simple examples like this:
public class Form2:Form {
public Form2() {
this.Text = "FORM2";
this.Size = new Size(450,400);
this.Paint += new PaintEventHandler(Draw_Graphics);
}
public void Draw_Graphics(object sender,PaintEventAr... more >>
Cannot fifure out how to fix this exception.
Posted by Dave at 3/3/2007 4:01:11 PM
I am unable to execute the following statement in my current project. The
class PosExplorer is in a dll file (created by Microsoft).
PosExplorer explorer = new PosExplorer()
but now I get this dreaded exception below. What I cannot understand, is
that, if I create another small project with... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Update database gives an error
Posted by Monica at 3/3/2007 3:27:25 PM
Hi,
I am developing a web page with ASP.Net using C#.
When I want to update date base I receive a exception message as following:
ERROR:No value given for one or more required parameters.
I don't know what's the problem. because everything seems fine.
does anyone know what problem is.
... more >>
Refresh Controls in my web page
Posted by Monica at 3/3/2007 2:01:08 PM
Hi,
I want to develop a web page with ASP.NET using C#. is there any Command in
C# like UpdateData in VC.
Because, when I change my Combo Box or Edit Box, they don't give new
information.
I want to use a command that when I press a button, my Data became refresh.
in protected void P... more >>
Will Orcas target Win XP?
Posted by David Veeneman at 3/3/2007 2:00:24 PM
Will Orcas target Windows XP (using .NET 3.0) when using WPF, or will it
only target Vista? I'm getting ready to start a project on which I'd like to
use WPF, but I'm going to have to target both XP and Vista computers. Thanks
David Veeneman
Foresight Systems
... more >>
Generics without direct instantiation
Posted by Mark Rae at 3/3/2007 1:14:51 PM
Hi,
This is just for my own interest - I don't actually want to do it, I'm just
curious to know if it's possible...
Say we have the following method which accepts a List<string>...
private void MyMethod(List<string> plstMyList)
{
...
}
We could make a call to MyMethod like this:... more >>
Remove double quotes
Posted by Asif at 3/3/2007 12:36:10 PM
Hi all,
I am trying to remove the following characters in string.
1- Double quotes (")
2- Black slashes ("\")
Can anyone help me out how to remove them from string?
Thanks in advance
Asif
... more >>
troubles Setting IP address for each NIC
Posted by Billy Bob at 3/3/2007 12:21:05 PM
Hello
I've got three network adapter on my machine, and I'm looking to use WMI to
set the IP address of each apapter but I need some help. My network
adapters are Intel (R) Pro/100 VE, PRO/1000 CT, PRO/1000 MT and I want to
set the first to an IP of 192.168.100.100, the second NIC to
192... more >>
Using command line from C# code
Posted by Apoorv Khurasia at 3/3/2007 12:19:03 PM
Hi
I am trying to build a system information utilty in C#. I want to use some
of the command line features e.g. @systeminfo and @find etc. How can I use
them in Visual C#?
Any help would be deeply appreciated.... more >>
Properties.Settings.Default (application.exe.config) am I losing my mind?
Posted by DaBrain at 3/3/2007 12:09:01 PM
I have a program that uses settings. When I save my settings they are
saved:
Properties.Settings.Default.Save();
when I restart the application, my settings are present, the changes
are in fact saved. All is good!
However, When I go to the application Folder application.exe.config
and o... more >>
Import large text file to a MS Access database
Posted by mfrsousa at 3/3/2007 8:36:21 AM
hi there,
i have a huge large text file (350.000 lines) that i want to import to
a MS Acccess Database, of course i don't want to use Access, but do it
with C#.
i already have tried the AddRow method or Insert, reading each line of
the text file, the problem of course is velocity, it would ... more >>
Implementing IDisposible on light objects
Posted by joe.carr NO[at]SPAM gmail.com at 3/3/2007 8:24:28 AM
Hello,
A discussion arose recently in a code review about whether or not one
should implement IDisposible (and then call it) on an object which has
neither unmanaged resources nor managed resources which are resource
intensive (db connections, filestreams, etc.). It seems to me that if
you do n... more >>
Alternative to global variables in c++: Newbie
Posted by weird0 at 3/3/2007 7:19:19 AM
Is there any alternative way to work in c# as if i want some variable
or object to be globally
available in c# just like i can do it in c++ b defining on top of
main().
... more >>
Copy/Paste in menu
Posted by alunharford NO[at]SPAM yahoo.com at 3/3/2007 6:30:37 AM
I have a reasonably sized MDI application, where some of the MDI
children are opened by plugins whose code I (potentially) have no
control over.
If I press control+c, the text I want to copy is copied to the
clipboard (presumably by some magic in the .NET framework that handles
this). If I pres... more >>
View IL while debugging
Posted by Maxim at 3/3/2007 2:02:15 AM
Hi all,
Is it possible to see IL code while debugging the application? I can see asm
code in disassembler view, but I'd like to see the IL code too.
Thanks
... more >>
Sealed
Posted by Hilton at 3/3/2007 12:09:31 AM
Jon Skeet [C# MVP] wrote:
> Ditto. C# improved on Java by making *methods* non-virtual by default -
> I'd have thought that making classes sealed by default would have been
> the logical next step.
I for one wish the "sealed" keyword on a class didn't exist. Why can I not
have:
class N... more >>
CrystalReport ReportDocument.Load Exception
Posted by Jason Huang at 3/3/2007 12:00:00 AM
Hi,
In our .Net 2003 + CrystalReports 10, do we have an Exception Handler for
ReportDocument.Load?
Thanks for help.
Jason
... more >>
|