all groups > dotnet general > november 2004 > threads for saturday november 27
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
Resource Files
Posted by platinumbay at 11/27/2004 11:45:24 PM
Is it possible to change embedded resource files at runtime, i.e. after the
Assembly has been compiled?
Thanks much
... more >>
How to know if a certain control or window is visible on screen and not covered by other window(s)? please help.
Posted by Jose Michael Meo R. Barrido at 11/27/2004 9:37:18 PM
XML editor component
Posted by Anders K. Jacobsen [DK] at 11/27/2004 8:46:43 PM
Hi
Im planning to develope a open source editor for editing some special xml
files. I guess its quite a task (read time-consuming) to develope my own xml
editor from scratch. I need tag highligtning, endtag autocomplete and just
plain texteditor capeablities.
Anyone know of a free xmledi... more >>
Advice on an appropriate collection class
Posted by Simon at 11/27/2004 6:19:35 PM
Hi all,
I'm making an authorisation system that will use a custom class/struct that
I make called Permission
A permission object has an ID, Name and a Description
My question is which collection class would be most appropriate given the
sort of operations that would be required of a permi... more >>
Custom Rounded Rectangle Usercontrol does not redraw controls on it. Please help.
Posted by Jose Michael Meo R. Barrido at 11/27/2004 6:05:14 PM
I made a custom runded rectangle usercontrol. I used a function i found on
the internet. the function works fine(see "GetRoundRect" below).
I use the fullowing code to make my usercontrol rounded....
*****************************************************
Protected Overrides Sub OnPaint(ByV... more >>
Bulk Insert From Dataset
Posted by Dianna at 11/27/2004 4:01:04 PM
I have a datafeed coming from another Database which I am populating into a
Dataset. I want to take the dataset and insert all the rows into a Sql
Table. So far I have an 'insert stored proc' and I pass all the parameters
from .Net and execute (1 row at a time). However, this is tedious. T... more >>
Advanced webbrowser control help needed
Posted by Jim Hubbard at 11/27/2004 1:02:21 PM
I want to implement the same type of activeX restrictions in my browser
application that the new SP2 for XP places in Internet Explorer.
I have found 2 web pages dealing with this functionality
(http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/reference/enums/INTERNETF... more >>
Advanced help with Webbrowser control needed...
Posted by Jim Hubbard at 11/27/2004 1:01:05 PM
I want to implement the same type of activeX restrictions in my browser
application that the new SP2 for XP places in Internet Explorer.
I have found 2 web pages dealing with this functionality
(http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/reference/enums/INTERNE... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CustomValidator
Posted by Philip Korolev at 11/27/2004 11:41:12 AM
This is a multi-part message in MIME format.
------=_NextPart_000_000D_01C4D475.FEB5DC90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All. Tore most of my hair out trying to solve this already! Please =
allow me to keep the remaining two :-... more >>
formatting date to string
Posted by JohnE at 11/27/2004 10:47:06 AM
I am attempting to change a formatted telephone number on the form to an
unformatted string so as to INSERT INTO a table. The following is what is
hanging me up. The info inserts as it should but but on the table I show for
the telephone the # symbol.
txtCustomerTelephone.Text =... more >>
How to get IIS
Posted by cashdeskmac at 11/27/2004 10:19:01 AM
Is there any way to install internet information services on my XP Home
edition laptop without having to upgrade to XP Pro?... more >>
Event raised on different thread problem
Posted by kulganj NO[at]SPAM yahoo.com.au at 11/27/2004 3:36:32 AM
Hi,
I have a dataset object that is binded to a datagrid in my main
thread. Now, when I add a row to the dataset object in a another
thread (since it may take awhile to complete), sometimes my
application will crash. I suspect this is because the ListChanged
event is raised on a different thr... more >>
Namespace cannot be found from VB Script
Posted by BobUp at 11/27/2004 3:17:01 AM
I have created a .NET project which contains a single class object. I need
to call a public shared sub in this class from a VB script.
The project is called 'Client Script Functions'. The assembly name and root
namespace are both ClientScriptFunctions.
My script includes the line 'Import... more >>
|