all groups > dotnet general > january 2004 > threads for monday january 12
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
intercept "Open" event for any files in a given folder
Posted by Morten Overgaard at 1/12/2004 11:15:50 PM
Hi all
Is it possible for a .Net app. to intercept the "open" action on files in a
given directory.
I want to intercept the "open" action and the perhaps direct the client (
the app. which is trying to open the file ) to another file - or stream
another file back to the client in someway???
... more >>
Interrupts in VB (API)
Posted by D.Sn at 1/12/2004 7:30:52 PM
Hi all
I need to implement interrupt functioality like Int86() in C, In VB
I have an idea. What about precompiled assembly language use using
"CallWindowProc" .
I am not clear what situating this "CallWindowProc" is used.Thougth the help
for the function is avilable in MSDN i want to ... more >>
Deploying crystal reports with vb.net application
Posted by mona at 1/12/2004 7:05:01 PM
Hello,
I want to deploy vb.net windows application on client's machine. Application
works fine until I try to view reports, developed with crystal report 9.
As soon as I try to view report it pops up a window to enter password for
database(SQL Server 2000).
I have specified user ID and passwo... more >>
Datatype issue
Posted by AJ at 1/12/2004 6:11:12 PM
Hi
I need to include the currency datatype in one of my .NET applications. What
is the namespace that should be imported for it? Like tehre is
system.datetime, system.date, what is the counterpart for currency?
Please help me.
Thanks
AJ
... more >>
synclock performance
Posted by Keith Langer at 1/12/2004 5:53:33 PM
I would like to know why locking on a new object takes significantly
longer than locking on a strongly typed object. All of the posts I've
seen say that it is best to lock on a "new object", but it takes more
than 3x longer than locking on anything other than object. Here's a
test case:
Mod... more >>
Project Version in Visual Studio
Posted by Daniel Okely at 1/12/2004 5:37:34 PM
Hello,
Is there any way in the Visual Studio .NET (Version 2002) IDE to type in the
version for the project. In VB5 you would do Project -> Properties and type
it in there. And you could also set an option to increase it at each build.
Thanks,
Daniel Okely
Australia
... more >>
Obj reference not set...
Posted by Marty McDonald at 1/12/2004 4:04:22 PM
The "object reference not set to an instance of an object" exception does
not give any info about the actual object reference that was null. Aside
from using more try/catch, is there some way to figure out which object
reference is causing the problem? Something descriptive, like in Debug
mode... more >>
MS Word functionality in VB
Posted by KK at 1/12/2004 3:38:25 PM
Hi All
I want exact functionality of commondialog box
in MS-Word goto Tools/Options/File Locations/Modify
Location.
I want to use it for setting the directory location and NOT for file
opening and saving.
Can you help me in same?
Waiting for reply.
Thanks And Regards,
KK
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Download Platform SDK
Posted by Wilson at 1/12/2004 3:12:56 PM
Hi,
Does anyone know where can download the platform SDK for fax ?
Thanks=20
Wilson... more >>
What happens on DataRow.EndEdit
Posted by Allan Bredahl at 1/12/2004 3:08:27 PM
Hi All
I have a bit of a problem with using a datarow to store data that is show in
a form.
On form load I set the Value/Text properties of my form elements to the
specific Column values of the DataRow which works just fine.
On form close I assign the specific DataRow Column values to... more >>
Create File in memory...
Posted by Nicholas Then at 1/12/2004 2:33:40 PM
I am writing an ASP.NET application and I have a class
that I have written to create a vCard...it just returns a
string with all the necessarry info... Anyway...is there
a way that I can create a text file in memory and then
stream it to the browser so that I do not have to create
the file... more >>
URGENT - .NET surveys / statistics
Posted by TO at 1/12/2004 2:14:37 PM
Hey buddies,
I am looking for a web site containing .NET growth surveys / statistics
North America (mainly) and all over the world. Can anybody help me ??!!!
Thx.
... more >>
demon (stand alone executable) question
Posted by Tom at 1/12/2004 12:47:53 PM
Hi folks,
(note: Newbie post)
I have inherited the code maintenance and development of an existing
internal webservice written in c#. It's a fairly standard client, appserver,
dbserver architecture and essentially determines an employees to do list. I
has been developed in Visual studio, w... more >>
Which is faster, remoting or object pooling (COM+)
Posted by Walter Zydhek at 1/12/2004 12:47:35 PM
Which would be less resource instensive and faster?
A "hosted" remoting class or a class set up with object
pooling via Component Services?
-Walt Zydhek... more >>
Drawing strings
Posted by Steve at 1/12/2004 12:28:06 PM
Hi all
I am using the following code to draw strings onto a Form:
----------------------------
Dim tabGraphics As System.Drawing.Graphics =3D Me.CreateGraphics()
Dim labelFont As New Font("Verdana", 12, FontStyle.Regular, =
GraphicsUnit.Pixel)
Dim solidBrush As New SolidBrush(Color.DarkSla... more >>
Javascript popup questions...
Posted by Nicholas Then at 1/12/2004 12:23:30 PM
I have a usercontrol that contains a datagrid. This grid
lists information from my database. No big deal...this
works fine, and when the user selects an item I have a
popup window appear with the data that the user can
edit. Now when they click submit on the popup window to
save their c... more >>
Norton says devenv.exe is stopped for malicious script?
Posted by joshw53 at 1/12/2004 11:56:26 AM
I'm sure this is a simple question. I just installed Visual Basic.NET and every time I begin running the program Norton anti-virus says that there is a malicious script file that it suggest I stop. The file is devenv.exe. Is this a problem I should worry about or can I simply allow the file to ru... more >>
Object references in different form classes
Posted by Dan at 1/12/2004 11:47:00 AM
I'm trying to write a Windows application that obtains
information from a web service. I can access the web
service successfully, but I can't access the object
returned by the web service in different forms.
My application is something like this:
MainForm.vb:
Public Class MainForm
... more >>
BUG + FEATURE REQUEST: FolderBrowserDialog = broke and useless
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/12/2004 11:27:43 AM
Hi,
The following code shows the FolderBrowserDialog = broken.
FolderBrowserDialog folderDialog = new FolderBrowserDialog();
folderDialog.ShowNewFolderButton = false;
folderDialog.ShowDialog();
Setting ShowNewFolderButton to false does bugger all. If I set this to
... more >>
File Watcher + Win Service
Posted by Marcelo López at 1/12/2004 10:49:55 AM
Hi all.
I'm developing a Windows Explorer like app.
I have my own repository to store the files and a bd where i keep the path
to each file.
I have to watch the repository all time to avoid modifications by other
people. So that, i'm using a win service in wich i implement a file watcher.
... more >>
Coding convention for C#
Posted by News.microsoft.com at 1/12/2004 10:16:19 AM
Any one Who have coding convention? Please share me.
Thanks in advance.
... more >>
CollectionBase Remove method - still trying
Posted by m. pollack at 1/12/2004 9:15:31 AM
Hi all,
I'm still trying to get to the bottom of the problem I am
having with the CollectionBase class and the Object
Collection Editor.
Briefly put, I am exposing a strongly-typed collection
property, using a class derived from CollectionBase, to
the user via the PropertyGrid control'... more >>
3rd Party WinForms Docking Windows Component, need recommendation
Posted by Lecture Snoddddgrass at 1/12/2004 9:02:34 AM
Greetings,
Can anyone recommend a good 3rd party docking windows component for
WinForms? I'm looking for something that allows windows to not only be
docked but to "popout", much like the Solution Explorer or Toolbox in Visual
Studio.NET. For my last project, I used the SyncFusion componen... more >>
installed vc++.net but have http://localhost
Posted by freshinstall4times at 1/12/2004 8:35:19 AM
I'm just trying to get up and running.
Just installed (no errors noted) doing
http://localhost/quickstart doesn't to work. I just get
the "The page cannot be displayed" message. Does this have
to do with the webIPsettings thing, if so how should that
be setup.
I've go NT2kProfSP4, ISS6... more >>
Looking for a .net developer to do contract work
Posted by Sean at 1/12/2004 7:32:54 AM
I am just wondering if anyone can direct me to a resource
where I might be able to hire contract developers?
... more >>
Re: debug into GAC dll
Posted by Jon Paugh at 1/12/2004 7:22:35 AM
This seems like the best option.
But I wonder then, if I want to do a build for release,=20
then do I have to change all my projects to reference the=20
GACassemblies rather than the local assemblies? In my=20
opinion this type of manual change should not be required=20
when I change release ... more >>
Date vs. Datetime element in Dataset
Posted by Bruce at 1/12/2004 7:13:48 AM
I'm storing a date in SQL Server "12/31/2003". I'm mapping
the field to a Date (not DateTime) element in a Dataset.
I've got a bound text box on the form to that dataset. I
see "12/31/2003 12:00:00" Can anyone explain this?... more >>
Dataset problems
Posted by Lina at 1/12/2004 5:57:33 AM
Hi,
I am trying to create my own dataset and assign it to a
datagrid. However i keep encountering the following
error...
An unhandled exception of
type 'System.NullReferenceException' occurred in
microsoft.visualbasic.dll
Additional information: Object variable or With block
varia... more >>
1.0 and 1.1 ASP.NET coexistance
Posted by Steve at 1/12/2004 2:41:32 AM
A client had an ASP.NET application that was working fully
using version 1.0 of the .NET framework until 1.1 of
the .NET framework was installed for our ASP.NET
application. After this one of the pages fails to connect
to the SQ Server database (error like 'The connection
string property ... more >>
issue of Type.InvokeMember
Posted by mike at 1/12/2004 12:35:37 AM
hello,
Using Type.InvokeMember to call a method of a
class,Which
method has byref parameter,It seems that there is
no way to return the changed value of that byref
parameter by the method of the class.
Who can save me?
Thanks a lot!
... more >>
|