Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > february 2004 > threads for monday february 9

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

Detect ALT key
Posted by V.Boomessh at 2/9/2004 10:21:08 PM
Hi, How to detect the ALT Key press by an user in VB.NET Can any one help me on this thanks V.Boomessh...more >>


Argh! Ideas for managing multiple projects?
Posted by cw NO[at]SPAM idviate.com at 2/9/2004 6:47:19 PM
How are people managing multiple, interdependent projects in the same solution? If I have to rebuild my solution file one more time, I think my head is going to spin around and pop off. I've seen tools like Nant around, but it seems to have a pretty big learning curve. Is it easier than I thin...more >>

problem about import .ocx file
Posted by yindevil NO[at]SPAM groupx.net at 2/9/2004 5:10:06 PM
I have a problem about import .ocx file When i add the ocx file in the reference, i can see the method.. http://www.groupx.net/yindevil/cm11.gif but when i try to call the ocx file.. cm11a.controlcmClass. It only let me choose "Equal" and "ReferenceEqual". How can i use the upper m...more >>

Package up VB.net application
Posted by A-PK at 2/9/2004 5:04:00 PM
could someone guide me how to package my vb.net application and restribute to my clients. i want to make something like a "installation wizard" to let my clients to install themselves ...more >>

Package and Deployment
Posted by Nguyen at 2/9/2004 4:46:05 PM
Hello, Does anyone know of a "best practice" for deploying an application in an intranet for .NET I was going to create an install package for the exe, but that would seem like a maintenanc nightmare when I need to deploy new versions of the application. If I put the exe on a file server I hav...more >>

Select a COLUMN in a datagrid?
Posted by roger NO[at]SPAM sdr.com.au at 2/9/2004 2:30:46 PM
Hi, Can anyone suggest how to select or hilight a column in a Windows Forms datagrid, as visual feedback for an edit/copy command? I've tried ... private void mydatagrid_Mousedown(object sender, MouseEventArgs e) { // Determine location of mouse click. DataGrid.HitTestInf...more >>

SmtpMail.Send fails
Posted by billg_sd at 2/9/2004 2:11:05 PM
My client app uses SmtpMail.Send() is failing on client PC's that are configured with Outlook 2003. I'm using code similar to: Dim Message As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage( Message.To = args(0 Message.From = args(1 ...more >>

Using CreateProcess in VB.NET
Posted by cranker at 2/9/2004 1:46:09 PM
No matter how I fill in parameters for the CreateProcess API, I keep getting a NullReference exception thrown at me when my VB code executes It's driving me nuts! Can anyone help Just an "example" of the CreateProcess API actually working in VB.NET would be perfect if someone could refer me to...more >>



c# How to terminate a socket?
Posted by Dennis at 2/9/2004 1:36:09 PM
I want to listen for incoming socket connections on a thread. When I call MySocket.BeginAccept or MySocket.Accept, I cannot figure out how to stop the thread. Is there no way to stop the Socket Accept? ...more >>

Backspace taking the day off
Posted by mhaxmei NO[at]SPAM qwest-dot-com.no-spam.invalid at 2/9/2004 1:22:02 PM
Ok, made an explorer toolbar (band Object) with a textbox on it. Everything works great....except that the backspace button doesn't actually backspace when you're in the textbox. Shift-backspace works but regular backspace doesn't. Does anyone have any ideas? Posted Via Usenet.com Prem...more >>

C# overrides for controls
Posted by google NO[at]SPAM gencode.com at 2/9/2004 12:54:16 PM
I posted this earlier but never got a response...so I am trying again **************************** Hey everyone, I have a simple (I hope question) To get the events in C# I can go to the designer view and I can select an event for any control or form via the lightning bolt...cool To ...more >>

xml resolvexternals
Posted by Mark Finkel at 2/9/2004 12:51:08 PM
How can you tell a .NET XMLDocument not to resolve externals such as DTDs (in VB) Before .NET you used to say xmldoc.resolveExternals = False...more >>

How to locate the startup for .NET .DLL?
Posted by Peter at 2/9/2004 11:16:11 AM
Hello Thanks for reviewing my question. I have written a .NET .DLL and I would like to know how I can find out its start up folder at run-time? I know in Win32 you can use GetModuleName() to find out but how do you do it in the .NET Framework Many Thanks to the Expert Pete ...more >>

assemblies & references
Posted by A-PK at 2/9/2004 9:51:44 AM
Anyone know how to breakdown every modules into different assemblies and refernces. Hence, to repair problematic module, only that particular module needed to be recompiled. or any place can get more information about assemblies & references ...more >>

Reading through Mailbox folders on Exchange
Posted by Nancy Kafer at 2/9/2004 9:20:42 AM
I am trying to write a program that will log into a user's mailbox and loop through all folders looking for certain file extensions. Can anyone tell me what methods I need to use to retrieve the folder list for a user mailbox? I know I can read through an Outlook folder list but that means I have...more >>

VB .NET executable on a network share
Posted by klkuenzel at 2/9/2004 7:41:09 AM
Can you run a VB.NET executable from a network share on a server. My company does this with VB 6.0. Example ..Net executable on network file server called Toky client computer has a shortcut on desktop pointing to the executable: \\Tokyo\VBNET\myapp.ex Note executable uses SqlDataClient obj...more >>

Is this a bug in the humble ListBox?!?
Posted by Ben at 2/9/2004 7:22:02 AM
Hi, I seem to be having a memory management issue with the ListBox control. Using .NET Memory Profiler, the Clear() method does not appear to actually remove references to objects in the list box immediately. I have been able to work around this by clearing the box, adding a dummy string entry...more >>

Calling unmanged code in managed code
Posted by James L. Brown at 2/9/2004 6:46:13 AM
Hello I'm currently working on a project, that contains one .net (VB) executable and a C++ (MFC) DLL. Now, what I want to do is to call the functions in the dll out of my managed code //managed code (the unmanaged code declarations are just the same - but unmanaged) Public Class Win32Call <...more >>

Cannot add classes and forms to a .NET project (C#)
Posted by Guy at 2/9/2004 6:31:07 AM
Everytime I try to add a new class or form to .NET C# project, I get the following error Could not run the 'C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems\LocalProjectItems\..\CSharpAddWinFormWiz.vsz' wizard (The error is slightly different depending on which type of "...more >>

What's wrong with my dot.net help?
Posted by Liisa Auer at 2/9/2004 4:06:05 AM
I have Visual Studio .NET 2003. I have a problem withe the help files. When I click with the mouse any item in an index list download from the internet starts. There is a text "downloading ..." on a status bar. If my laptop is connected to a network after few minutes (5 or more) I get the page. If...more >>

optional references
Posted by steve at 2/9/2004 3:01:06 AM
We have an application where a number of features are optional. These features are contained within separate dll assemblies. We don't want to distribute the optional dll assemblies if the user doesn't use it (it means for automatic updates via the web we don't download large amounts of data that i...more >>

Unmanaged memory in a managed program (wrappers for small objects)
Posted by maom_onet NO[at]SPAM poczta.onet.pl at 2/9/2004 2:22:13 AM
Hi all, I am writing a component that exposes a C++ library as a .NET component. The approach is somewhat automatic: every library C++ class has its managed C++ counterpart that keeps a pointer to the unmanaged class instance. As usually in such a scenario, the IDisposable/Dispose()/Dispose...more >>

Set source of Datagrid with query
Posted by Maurice at 2/9/2004 1:31:06 AM
Hi Does anyone know how to set the source of a dtatagrid by means of a query and that the datagrid only shows the columns from the query. I have some code like this Me.OleDbSelectCommand1.CommandText = "SELECT X, Y " & "FROM TABLE...more >>

.NET 2.0
Posted by pawel at 2/9/2004 1:30:23 AM
Hi ! Within the Whidbey MS will deliver .NET 2.0 with new language constructions and many improvements (I suppose ;). So, will it be possible to deploy .NET 2.0 SDK on Windows XP (not only Longhorn ;)), when MS is going to release .NET 2.0, and will it works with VS2003 ?.. Thanks for any ne...more >>

[question] how can I execute a batch file during build time ?
Posted by dshong NO[at]SPAM db.konkuk.ac.kr at 2/9/2004 1:13:46 AM
With .Net Studio, I have a solution includes some projects. I want to execute a batch file during build solution time. For example, 1'st project is builded. 2'nd project is builded. " a batch file is executed."! 3'rd project is builded. how can I do this? how can I include ...more >>

ASAP: Remoting not possible
Posted by Sam Johnson at 2/9/2004 1:11:06 AM
H I tried to implement .net remoting in my VB.NET app, but the studio doesn't seem to be able to find the correct namespace Imports System.Runtime.Remoting.Channels.Tc This just gives an error: namespace not foun Can anyone help me Sam...more >>


DevelopmentNow Blog