all groups > dotnet general > december 2005 > threads for thursday december 29
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
Source code counting
Posted by Tom Rahav at 12/29/2005 11:36:47 PM
Hello,
Is there any way to count source code lines within a .NET 2005/2003 solution
files?
Thakns!
Tom.
... more >>
acmStreamOpen always fails with MMSYSERR_INVALFLAG Why?
Posted by ThunderMusic at 12/29/2005 10:33:56 PM
Hi,
I'm trying to use the acm APIs in VB.NET. acmStreamOpen always returns
MMSYSERR_INVALFLAG. Here's how I use it :
declaration is :
Declare Auto Function acmStreamOpen Lib "MsAcm32.dll" (ByRef phas As IntPtr,
ByVal had As Long, ByRef pwfxSrc As MPEGLAYER3WAVEFORMAT, ByRef pm_wfxDst As
... more >>
System.Timers.Timer
Posted by cntams NO[at]SPAM gmail.com at 12/29/2005 8:59:54 PM
All,
I have a Windows Service and it has one System.Timers.Timer that
fires every 500 milliseconds. Now I have noticed that there's a bug in
System.Timers.Timer when it's being used combined with Windows Service.
That is, the Timer won't fire again once it's stopped (Timer.Stop() or
Timer.... more >>
.NET 2005, any thoughts ?
Posted by PawelSokolowski at 12/29/2005 8:02:33 PM
Hi all,
I have switched from VC 6.0 to .NET 2003 about 6 months ago.
I regret it every day since.
It's uncomfortable, it breaks all habits from VC6.0 (Class Wizard, I will
miss you forever).
It's buggy, I am never sure what's going to happen, especially in resource
editor.
It produces some ... more >>
Keypress event
Posted by Kay at 12/29/2005 4:20:35 PM
Hi all,
I want to create a small function to monitor the keystroke. For example, if
user key in a comma, I want to replace it with a single quote(etc)... In
vb6 I an simply check the KeyAscii in the keypress event and re-assign the
value to it, however how do I achieve this result in .net... more >>
Dynamic Parsing of a stream of binary data
Posted by Michael Kolias at 12/29/2005 12:02:20 PM
Hello everyone and happy holidays!
I have a situation where I want to parse on the fly a stream of binary data.
I am developing an httpmodule for asp.net for file uploading.
I do not whant to use the built-in control because it's inadequate.
In theory I would use a que and feed data as it ... more >>
How can i disable Settings written to the app.config?
Posted by Nuno at 12/29/2005 11:49:02 AM
At first, I was trying to encrypt ConnectionStrings in my app.config and
still be able to modify my datasets. So, i had to modify the
Settings.Designer.cs file to handle the decryption aspect in the GET
properties. This works great to run the application but there are two
problems with it wh... more >>
Who Deleted That File?
Posted by Jeff Grundy at 12/29/2005 11:06:02 AM
Is there a way to log the domain username of a user who deletes a file from a
network share?
--
Jeff... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
What is the point of including obsolete documentation?
Posted by guy at 12/29/2005 10:13:02 AM
What is the point of including obsolete documentation?
why, in studio 2005, if i search help on Start Page do i get topics on
configuring the Visual studio start page (2003) and also the same for 2002
but not 2005? (it is there much further down)
i didnt spot the 2003 at the end of of the firs... more >>
Is the Windows Registry localized?
Posted by Mark Findlay at 12/29/2005 9:57:24 AM
When programming reads of the Windows Registry, do the registry keys and
values need to be localized for international use?
For example, do I need to convert the key name
L"\\Software\\Microsoft\\Windows" into Japanese, Korean, etc., for use in
those markets?
Thanks experts!
... more >>
DataGrid
Posted by nkingcade at 12/29/2005 8:41:41 AM
Question:
I am attempting to display database information in a datagrid control.
When I use the datagrid control in the Windows Forms area, the "data
source" and data member properties are not native to the control. I
believe they should be? However, they can be found in the "advanced"
area i... more >>
VB6 and VS .NET 2005 problem
Posted by Igor at 12/29/2005 5:46:05 AM
Hi everyone!
I have a problem with calling .NET assembly dll function from VB6 program.
I created an assembly in Visual studio .Net 2003 with framework v1.1.4322
installed, exported type library, processed registration for assembly and got
reference to it from Visual Basic 6. The created V... more >>
Conversion of VC++ ATL COM to .Net web service
Posted by Prashant at 12/29/2005 2:52:02 AM
We have an ATL COM server developed with VC++ 6.0 which acts a a server .
Then we have VB6 modules
Acting as clients and interfacing with the server .
We want to migrate the ATL COM server to .Net platform and host it as a web
service . The client modules
are can then be redevelope... more >>
Document identification
Posted by suresh at 12/29/2005 2:40:04 AM
Hello to you all
In my .Net application, I want to import document images (Tiff images),
having same format, in a batch,
For e.g. I have a document folder containing mixed images like 'Participant
Registration forms', 'Team Registration Forms', 'Event Details', etc.
I want to process ... more >>
How to use MS Project in a .net application
Posted by Anusha at 12/29/2005 1:20:02 AM
I want to know whether it is possible to use MS Project in a .Net Application.
And what are the ways to be followed to incorporate in .Net Application.
We are using Microsoft .Net Framework 1.0 and sybase 12.5.
if anybody know about this give me suggestions
--
Anusha... more >>
|