microsoft.public.dotnet.languages.csharp Archive - May 2004
Post a message to this list
Messages
Page: 1234567891011121314151617181920
2122232425262728293031323334353637383940
4142434445
Update Another Application's Form Within Your Own App? (2 replies)
microsoft.public.dotnet.languages.csharp
How do you update another application's form elements from your own application?
invoke mouse automatically (2 replies)
microsoft.public.dotnet.languages.csharp
I have the following problem. I want to make a program that causes a MOUSE CLICK every 2 sec at a flash project that is open with Microsoft Internet Explorer. I have heard something about using the SendMessage method but I can't get it to work. I use C# .NET. Any help would pe appriciated THANKS!
Memory usage. (8 replies, VIP)
microsoft.public.dotnet.languages.csharp
How come my 10K compiled exe is using 20000K just to create a window and a few controls. Is this to deploy runtime compiling functionality?
Pretty UI in C# (3 replies, VIP)
microsoft.public.dotnet.languages.csharp
I'm interested in creating a rich user interface in my Windows forms applications that can be completely customized via GDI . I've been able to subclass controls such as the panel control, button, radio button, and checkbox, but other form controls are frustrating to work with because some of the behavior and presentation can't really be controlled entirely when subclassing them. Specifically, doe...
Inheritance - help please? (5 replies, VIP)
microsoft.public.dotnet.languages.csharp
Hi, I'm new to C# but i know a little of C . My problem is inheritance within c#, im not sure how to do it. For example, i know that a class can only inherit one base class. But what if i want to do this: User Admin : User Instructor : User Student : User HybridUser : Admin, Instructor, Student How do i declare/create the Hybrid user within C#? Thank you in advance, Timothy.
Device Service won't Stop (2 replies)
microsoft.public.dotnet.languages.csharp
Hi all, I need to disable a NetworkInterface, so I thought to work with ServiceProcess. When I do getDevices() I get a list of all DeviceServices which I then check for "CanStop". For the NIC this is true, so I try .Stop(). The Result is 1502, which means that this is not poissible. Therefor I develop with a german Studio I can not copy the Errormessage, but what I get means that this command is n...
Sorted datagrid on a form and display selected row on a dialog-HELP (2 replies)
microsoft.public.dotnet.languages.csharp
I have been on newsgroup for week. I have seen anything that will help me. Basically, I have a form with a datagrid that can be sorted or unsorted (it is up to the user). Then, I display the data of the selected row in textboxes on dialog that execute by the user press a button. The following code works if I do not sort the datagrid before I press the button to bring up the dialog. It is when I so...
Simple Question on Docking Settings? (4 replies)
microsoft.public.dotnet.languages.csharp
Hello, Thanks for reviewing my question. I have a simple question. I would like to know how you can arrange the docking order? For example, when I add a toolbar and I set the dock to TOP and then add a listview and set its dock to LEFT, the listview goes to left top to left bottom and my toolbar is now smaller because it was pushed over by the listview. What I want is to have toolbar top left to t...
Hidden Web Crawler - Submit Web Forms Programatically (4 replies, VIP)
microsoft.public.dotnet.languages.csharp
Hi, I am a Technical Lead at an Indian Company based in Bangalore City. am currently working on "Hidden Web Crawlers" for a case study. Would like some guidence on the implementaion aspects for sumitting a WEB Form Page Programatically i.e, A HTML/Web Forms filled with required values and trigger the click event of associated element for submission. Intended tech is .NET (C# with ASP.NET). Trying ...
IFormat or something like that? (2 replies)
microsoft.public.dotnet.languages.csharp
Tell me please, 1. if I am going to show numbers with distances between zeros like: 20 000 000, how should I code it? 2. if I set the propersty of 'numbers' for a textbox to true, then I can not use points for fload or double numbers, how could I solve this? is there any way to make textboxes only receive numbers and points? Thanks in advance, Tonya.
I cannot C# client with C++ Server ! (4 replies, VIP)
microsoft.public.dotnet.languages.csharp
Hello all i am trying to make a C# client to work with a C Server . Although the cleint is connected to the server succesfully ,i get the following error from the Server : Succesfully connected !!! Could not receive .... !! This is last error received from WSAGetLastError 10057 The error returned (10054) means : A request to send or receive data was disallowed because the socket is not connected a...
how to develop adware or spyware (11 replies)
microsoft.public.dotnet.languages.csharp
Hi, All i really want to make a program that protect my system like Ad aware or Spybot.. socalled Spyware.. but i don't know about developing these program. how can i have to do? could you give me some hint or related source file? I use C# .NET. Any help would pe appriciated THANKS!
list selected item (2 replies)
microsoft.public.dotnet.languages.csharp
Hi When I use listview1.Items[index].Selected true; , it selects the rows but it does not highlite the row. Is this a bug in .net ? Thanks.
Expose keys in all applications? (2 replies, VIP)
microsoft.public.dotnet.languages.csharp
Hello people, Situation is like this, I have a system tray application and I would like some functionality of the program available all the time (ie: when your working in other applications or even when your fullscreen in a game). Obviously this is done via keyboard shortcuts like CTRL ALT C etc. But how do I enable these shortcuts while the user is not focussing on my application or when he isn't...
VS.NET 2003 IDE bugs, Part 2 (4 replies)
microsoft.public.dotnet.languages.csharp
I'm having another problem with Visual Studio .NET 2003. This one is related to dependencies. I have two EXEs that are dependent upon a class library. The projects for the class library and both EXEs are all open in the solution I'm building. For some strange reason, whenever I open the solution and click Build Solution, everything compiles fine except for one of the EXEs stating that the class li...
Collection properties (3 replies)
microsoft.public.dotnet.languages.csharp
I am writing a component that has a Collection property. I am inheriting from CollectionBase that is strongly typed for an object class I have. I get the standard dialog for collections but when I close the form and open it the collection items are not showing in the collection editor. Not sure what else I need in order for this to work. Kenneth
SQL Parameters (3 replies, VIP)
microsoft.public.dotnet.languages.csharp
How can I assign Null value to SQL Parameters?
labels in non modal dialog boxes (2 replies)
microsoft.public.dotnet.languages.csharp
Hello, from inside a button handler, I am launching a dialog box that contains lables and text boxes. The dialog box is launched using dlg.Show(). In this situation the contents of the text boxes are visible but not the contents of the label. They become visible only after the button handler returns. If the dialog box is launched as dlg.ShowDialog() than everything is visible but further execution...
VS.NET 2003 IDE bugs, Part 1 (5 replies)
microsoft.public.dotnet.languages.csharp
I am having a very annoying problem with Visual Studio. This problem has been going on for about half a year now on this project and I'm really sick of it. Basically the problem that I have is this. I have a custom control (a DHTML Textbox using an instance of the Internet Explorer COM object) added (docked) to a panel that is on a tab control. It lays out just fine. I save it, I compile it, it wo...
Toolbar Icons (3 replies)
microsoft.public.dotnet.languages.csharp
Hello. Can anybody tell me where can I get toolbar icon bitmaps, is there any site or other method to get them?
Asynchronous Delegates always using same worker thread (5 replies, VIP)
microsoft.public.dotnet.languages.csharp
I've been running many tests of the Asynchronous Delegate technique and I find that although BeginInvoke() does queue the method delegate onto a worker thread, it always does so on the same thread. So if I call BeginInvoke() three times in a row, the method delegates are queued to the same thread and the second method doesn't begin until the first method completes, and the third doesn't begin unti...
Change Type of (Default) Registry Value (7 replies)
microsoft.public.dotnet.languages.csharp
I'm Creating new Keys in the registry, but when I do, they always have a Vaule called (Default) type RG SZ. I need them to be DWord dword:00000005 Is there a way to automaticaly make the (Default) a Dword using the CreateSubKey method? If not, How can I use the SetValue Method t change the Default from RG SZ to DWord?
SqlException: EXECUTE permission denied on object (6 replies, VIP)
microsoft.public.dotnet.languages.csharp
I m getting the following error once i initiate a page that connects with database. SqlException: EXECUTE permission denied on object 'sp items for sale', database 'bids', owner 'dbo'.] what should i do to correct this? thanx
DataSet Append Attempt Produces Error (6 replies, VIP)
microsoft.public.dotnet.languages.csharp
Hello: I am trying to append a dataset that draws its data from a MSDE instance, and I keep getting the exception: Can't create a child list for field tblCustomers. conn new SqlConnection("Data Source SWC K7\\CHRISMON1;User Id yadda;password yadda;Initial Catalog ChrismonContacts"); DataSet CustomersDS new DataSet(); string lcSql "SELECT * " "FROM tblCustomers " "WHERE active 1"; SqlDataAdapter Cu...
Using regulare expressions to parse text (HTML) (5 replies)
microsoft.public.dotnet.languages.csharp
I am tring to scan a html string for all content within cretain tags. In the simplifed example below, I would like to scan the source text for all occurrences of text that start with "A" and end in "c" without any overlapping. In the following example, the regular expression finds only one result that inludes the first "A" to the last "c". This is not what I want. I want every non overlapping occu...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com