all groups > dotnet general > january 2004 > threads for monday january 26
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
Management Outsourcing
Posted by John Bailo at 1/26/2004 11:35:11 PM
Are there any Indian companies that specialize in Management Outsourcing
where managers would be hired for a few hours a week at low rates to
replace costly overpaid managers?... more >>
dynamically created linkbutton within custom control
Posted by dave at 1/26/2004 7:11:04 PM
I have created a control that inherits from datagrid. Before I render the grid html I want to create a linkbutton. I am using the following code to do so
Dim lnk As New LinkButto
lnk.Text = "Here
lnk.ID = "LinkID
AddHandler lnk.Command, AddressO... more >>
Typed Dataset and IDbDataAdapter
Posted by vikram_khatri NO[at]SPAM yahoo.com at 1/26/2004 6:48:38 PM
I am trying to get dataset working through IDbDataAdapter interface as
my solution need to work with Sql Server and Oracle ODP. I am using
different data provider factories and the code here only shows SQL
Server.
My code snippets are
// Build the interface in provider factory (_pf in code... more >>
Garbage Collection and Manage Code?
Posted by Laser Lu at 1/26/2004 6:37:17 PM
What doese Garbage Collection mean? And what is Managed Code?
Any links to relevant articles or resources would be appreciated!
--
Best regards,
Laser Lu
... more >>
DirectX Wizards in VS.NET 2003
Posted by Michael Kennedy [UB] at 1/26/2004 4:37:34 PM
Hi,
I'm not sure if this is the best newsgroup for this post, but I know there
will be many people who do know the answer.
In Visual Studio.NET 2002, when you installed the DirectX 9 SDK it created a
set of VS.NET AppWizards that would generate C#, etc, applications centered
around the Dire... more >>
custom sorting of ListBox controls
Posted by Marri Suliez at 1/26/2004 4:07:02 PM
Has anyone found some documentation on how to properly subclass a ListBox
control and provide custom sorting (when the list items come from a
DataSource)?
The only way I can figure out how to do this is by sorting an array of some
sort and then setting the DataSource. I don't like this bec... more >>
launching IE from within winforms app.
Posted by Michael H at 1/26/2004 3:56:06 PM
I have a strange error occuring in my winforms app that I can't seem to find any fix for.
With a button click I am launching something like the following:
string url ="http://www.microsoft.com"
System.Diagnostics.Process.Start(url);
Now, it USED to work in my current winforms app. However,... more >>
Catch Stream as a String
Posted by Rohit Sharma at 1/26/2004 2:45:07 PM
Hi All,
I want to catch a stream as a string.....please see below:
Dim stXML As Stream
Dim sReturn as string
dsResult.WriteXml(stXML)
I want the value of the stream stXML as a string. stXML is a stream.
Thanks in anticipation.
Regards
Rohit
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.Net Reflection and IL
Posted by Eirik A. Herskedal at 1/26/2004 2:21:05 PM
Hi,
I was wondering if I can use the Reflection namespace to list the opcodes of an assembly. I found the Emit namespace which allows generation of IL code, but I want to view the IL code of the assembly. I figured Reflection would be easier than to write a PE parser, but I don't know if it's pos... more >>
Date comparison does not work correctly??
Posted by Lloyd Sheen at 1/26/2004 1:47:53 PM
Below is the output from command window. This shows values of variables and
result of comparison.
Make no sense except to dot.net.
Any ideas??
?pofile
#11/11/2003 12:39:22 PM#
?pdtdbdate
#11/11/2003 12:39:22 PM#
?pofile=pdtdbdate
False
Lloyd Sheen
... more >>
XmlDocument.SelectSingleNode(XPATH)
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/26/2004 1:43:26 PM
Hi,
How can I make the XPath case INsensitive for SelectSingleNode()?
Thanks.
... more >>
Business Framework Sugguestion
Posted by Chris Godwin at 1/26/2004 1:14:01 PM
I am working on the Namespace for a Business Framwork. What would be a good
namespace framework to put common files like Customer, Product, Company.
Example
Company.BusinessObjects.HumanResources
Class - Employee
Class - EmployeeDetail
Company.BusinessObjects.??????? (I thought ab... more >>
Coping with more than one form - i'm new to this stuff
Posted by mark_t1980 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 1/26/2004 12:30:25 PM
Hi guys,
This is probably a really simple silly question, but I can't seem to
find a way round it.
I want to display a separate form when I click on a link label on my
main form. I've managed that, but it displays a second form when you
click again because the click event is creating a new... more >>
FTP communication
Posted by Mircea Pleteriu at 1/26/2004 12:29:03 PM
Hi all,
I need to transfer data via FTP from withing my .NET console application.
In VC++ there is the CFtpConnection class to handle the FTP communication.
Does anybody know how to handle if from .NET?
... more >>
Msgbox firing twice
Posted by Avni at 1/26/2004 12:21:08 PM
Hi
I am using a message box that is displayed when the user selects a Yes radio button. This messagbox should only be displayed if the required fields are not entered
The message box seems to appear twice for some reason rather than once!!!
It apppears for the first time when i first click the '... more >>
Platform selection .NET 1.1 and .NET 1.0
Posted by Erik Tamminga at 1/26/2004 11:57:36 AM
Hi,
Is it possible to configure the VisualStudio.NET 2003 to compile using the
..NET Framework 1.0 compiler (instead of the .NET Framework 1.1 compiler).
Might it be possible by creating a second "Platform" for the configuration
manager? If yes, how can I do this?
Erik
... more >>
newbie stupid question, a .NET processor?
Posted by rosty at 1/26/2004 11:41:53 AM
as long as there is the MSIL instruction set, why not making a (hardware)
processor fully supporting these instructions? does it make any sense?
... more >>
What does ms in mscorlib.dll stands for ?
Posted by Kapil Sachdeva at 1/26/2004 10:47:45 AM
Hi:
I was just wondering what does 'ms' in mscorlib.dll stands for ?. It
shouldn't be 'microsoft' else it defies the purpose of platform
interoperability. Mono guys call their main assembly - 'corlib.dll'.
I do not know if Mono is giving their assembly the wrong name or 'ms' is
microsoft ?
... more >>
C# - Struct in a class.. can not access properties of the struct
Posted by SACHIN at 1/26/2004 10:26:06 AM
I have this class as part of a Consol application.
using System;
namespace Bugreport
{
/// <summary>
/// This class tries to use the Class/Struct combination.
/// </summary>
class Class1
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThrea... more >>
DownloadFile
Posted by Mike Lincoln at 1/26/2004 10:08:51 AM
I am trying to write a program to download files from the Internet, I know
using
webClient.Downloadfile(RemoteDir + remoteFileName, LocalFileName) can
download a singles file,
my question is, if we know a remote Dir, can we find all files in that dir?
(like Directory.Getfiles(Dir))
that way we... more >>
.Net and COM+
Posted by Adam Roe at 1/26/2004 10:08:33 AM
I read somewhere a while back that if you want connection pulling and
transaction support that you had to write your components to run in COM+.
Does anyone know if there is an article on this somewhere and is building
enterprise applications this way recomend? Any information about this
subject... more >>
Datagrid customization
Posted by PatLaf at 1/26/2004 9:31:05 AM
I would like to be able to build a datagrid that has two buttons in each cell similar to the functionality provided by the winforms numericupdown control. I have an app that will require the user to increment or decrement the value in the cell when clicked. Is this possible? And if so can someone pr... more >>
Launching Files into the correct application
Posted by paul_bowman_3000 NO[at]SPAM yahoo.co.uk at 1/26/2004 9:13:55 AM
Hi All
Is there functionality in .NET that achieves the same effect as
ShellExecute? or would I need to call the ShellExecute function?
Alternatively is there a way to invoke IE from .NET and have it
display the file (if you wanted to ensure it was readonly).
Thanks In Advance
Paul Bow... more >>
HttpWebRequest
Posted by Glenn Wilson at 1/26/2004 8:26:05 AM
Hi
I have been trying to post data to a form on a web page using methods within the system.net namespace. I have followed all the documentation to the letter, but I just can't seem to post the form. The form has an event written in c# called Button1_Click. It seems that this event is not firing... more >>
Pocket PC and access database
Posted by mosquitooth at 1/26/2004 8:16:04 AM
H
I'm new to pocket pc programming, but what I want to do is the following
I want to create an application that runs on the pocket pc and accepts user input (via menus, buttons, etc). Now, all the information by the user shall be stored and (when a hot sync is made) shall be written into an acces... more >>
non-clr exceptions
Posted by Jon Paugh at 1/26/2004 7:22:49 AM
Hi,
How do you catch an exception from unmanaged code?
Will
try
{
// unmanaged code
}
catch (Exception e)
{
}
do?
Or do I need:
try
{
}
catch (Exception e)
{
// for managed exceptions
}
catch
{
// for unmanaged exceptions
}
Which exceptions will go to t... more >>
how to combine several programming languages?
Posted by Givoni at 1/26/2004 7:06:07 AM
I know that the possibility exists of combining several programming languages in the same application. But I'd like to see some practical examples and perhaps best practices of how this is done. I have read that they could be packed into separate dll-s, but does this mean that I can't actually inclu... more >>
W '04
Posted by John Bailo at 1/26/2004 6:51:05 AM
Vote W '04
Vote for the only pro-GNU/pro-OSS candidate whose policy advisor
publicly gave support to the cause.
http://www.informationweek.com/story/showArticle.jhtml?articleID=17500856
The topic of open-source software typically evokes strong, and often
polarized, reactions from techno... more >>
DataGrid
Posted by Dudi Nissan at 1/26/2004 6:11:08 AM
Hello
How can I display data in DataGrid without the need to refresh the page
Should I use Page.RegisterClientScriptBlock
Thank you
... more >>
Cannot instantiate COM+ application component
Posted by Carel Lotz at 1/26/2004 5:16:06 AM
H
We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies to link to the application server installed but we every now and then get a error when we try to make ... more >>
button events
Posted by Avni at 1/26/2004 4:56:07 AM
Can anyone tell me what event i would use to change the background colour of a button while the mouse is over the button. I could not find the mouseover event
The colour will need to change back to its origional when the mouse is not over the butto
Thx... more >>
A date is not equal to a date????
Posted by Lloyd Sheen at 1/26/2004 4:15:05 AM
Below is the output from command window. This shows values of variables and
result of comparison.
Make no sense except to dot.net.
Any ideas??
?pofile
#11/11/2003 12:39:22 PM#
?pdtdbdate
#11/11/2003 12:39:22 PM#
?pofile=pdtdbdate
False
Lloyd Sheen
... more >>
Cursor HotSpots
Posted by David Battams at 1/26/2004 1:58:26 AM
Ok, this is possibly the dumbest question ever asked on a MS.Net forum, but
I cannot for the life of me work out how to enable the set hotspot button to
set a cursor hotspot in .Net 2002 or 2003. I've tried for 30 minutes,
clicked on everything, tried adding new cursors, opening existing ones and... more >>
|