all groups > dotnet general > february 2004 > threads for sunday february 15
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
How to handle Application Unlocking feature ???
Posted by serge calderara at 2/15/2004 11:41:06 PM
Dear all,
For my application I need to handle licencing as every software.
For that I have a demo licence and a runtime licence which can expired after 30 days for the demo and base on a date time parameters for runtime.
I can handle those licencing issue in the following way.
1 From my ap... more >>
Taskvisible and NotifyIcon. Not supported. Why?
Posted by LWoodIS at 2/15/2004 10:34:16 PM
TaskVisible property not supported in VB.Net
Is there any WinAPI around this problem?
Why do you support NotifyIcon when you do not support TaskVisible property
in VB.Net? Your help says similar interface as Antivirus, this is not true.
Antivirus only shoes up in Task List when it is visible.... more >>
Cache vs Session
Posted by Jawahar Rajan at 2/15/2004 10:30:55 PM
All,
I am working on a web Application where some information needs to be
persisted across some web pages.
For example I need to keep track of CustomerID
Would it be better to Cache this CustomerID using the System.web.Caching
classes or is it better to use the ASP session.
I have not been a... more >>
delete project
Posted by Marre at 2/15/2004 8:50:47 PM
Hi all!
Doés anyone know how to delete a project?
Lets say i make a test project in c#, and after that test i want it erased
from my computer. I have VS.NET 2003.
/Marre
... more >>
Reading File Property?
Posted by KriZ at 2/15/2004 8:46:06 PM
Can any tell me how to read a File Property like the Title, Subject, Author..
I have tried using a file call "Interop.DSOleFile.dll", it works...but It is not Strong Named...
I want something strong named that can read the File Property..
Thank You..... more >>
event naming convention
Posted by boxboy at 2/15/2004 7:01:31 PM
I am hoping someone from Microsoft could shed some insight into this
question.
Why did microsoft decide to use a verb based naming convtion for events
rather such as Close and Click for rather than prepending them with On as in
OnClose and OnClick?
The way it is now, I encounter a lot of na... more >>
Getting table creating SQL script from an Existing table in VS 2003
Posted by Peter at 2/15/2004 4:46:04 PM
Hi, I wonder there is a way to get the table creating SQL script from an exiting table in the sever explorer of VS 2003. Please advise
Peter... more >>
Run SQL in the server explorer of VS 2003
Posted by Peter at 2/15/2004 12:06:07 PM
In the server explorer of Visual Studio 2003, is there is a way to code and run a Sql script? Please advise. Thanks
Peter
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.net as language target
Posted by Scott Moore at 2/15/2004 9:52:52 AM
I am considering targeting .net with my existing compiler.
I am new to both jvm and .net targets. I have no preference.
This is not designed to start an argument, I would just like
the information. I may decide to use either one, or both.
Heres the question:
With jvm it is very clear what I... more >>
Converting VBA project to .net
Posted by Sam Johnson at 2/15/2004 7:51:07 AM
H
I've got the following problem: I developed a VBA based access database with rather a lot of code in it. Now, I want to 'convert' this database into a .net based application. What's the best approach for this? Are there any tools (like the Visual Studio) that make this somhow easier
Thanks for... more >>
Which is the active recordset
Posted by Doug at 2/15/2004 7:36:05 AM
I have three recordsets, how can check to see which recordset is the active one?
I'm trying to do this in the button (first, next, previous, and last) click events. Which is corresponding to which ever rad button is pressed for that recordset.... more >>
IS VSLive the PDC?
Posted by OC at 2/15/2004 7:34:40 AM
Has the PDC been renamed VSLive or are these still two separate events.
If they are separate, does anyone know which would be more useful from a
developers perspective.
... more >>
support for guarranteed delivery?
Posted by OC at 2/15/2004 7:21:27 AM
Does anyone know if there is any support for guaranteed delivery of messages
such as with MSMQ for .NET (webservices, etc.)? I have a high-speed
data-entry application being ported from the mainframe that can involve
millions of dollars per day per keyer and, due to volumes and timing issues
sim... more >>
I cant make my form invisible by setting this.Visible=false
Posted by iscl0387 NO[at]SPAM pacific.net-dot-sg.no-spam.invalid at 2/15/2004 6:36:41 AM
"this" here refer to the form..
I type this.Visible=false;..but the form still can be seen! Worst
still, the property editor has no Visible property to play
with..why??is that a bug??
Wat the difference between Visible=false and opacity=0;???
Posted Via Usenet.com Premium Usenet Newsgr... more >>
Byte count from active network connection
Posted by winterdk NO[at]SPAM hotmail.com at 2/15/2004 5:46:57 AM
Hi!
Is it possible to get the total amount of sent and recieved bytes on
the active network connection as shown when one double clicks on an
active connection in win2k and XP (which are the target operating
systems for my application)?
Basically I want to get numbers like BytesReceivedPerSe... more >>
Removing items from a combobox
Posted by Varun at 2/15/2004 5:41:07 AM
Hello
I am trying to make the items in my combobox be removed if they are present in my array
I cant however get my code to work. The values are read into my combobox using a datareader. I then want to remove items from the items collection of the combobox if they are in my array. Here is what i ... more >>
RichTextBox and System.OutOfMemoryException.
Posted by Franco Gustavo at 2/15/2004 2:38:50 AM
Hi All,
I have a problem with RichTextBox, I'm copying a small .jpg 57Kb over it,
and after that I want to get the RTF text.
It raise a System.OutOfMemoryException.
Looking on Internet I found that the control has a bug and Microsoft has a
fix for it.
Base Article is 82... more >>
Problem with visual studio.net : Code and window designer..
Posted by iscl0387 NO[at]SPAM pacific.net-dot-sg.no-spam.invalid at 2/15/2004 2:36:41 AM
This is my first time using VS.net...and I think overall its very
good..
However I encounter some problem...
WHen i try to create a window form....i realize that if i create the
form programmatically....I realize it isnt update in the property
window of the form!!!!!!
That is , whenever i... more >>
Error in New Installation
Posted by Ricco DeCicco at 2/15/2004 12:56:05 AM
Hi All
I have just reinstalled VStudio.Net (VB.Net) and the .Net Framewor
and I can successfully open an existing project for editin
'UserControlSample'
When I try to create a new project (either Windows or Web) I get th
following error
------
A dynamic link library (DLL) initialization ro... more >>
|