all groups > dotnet general > november 2005 > threads for monday november 21
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
windows Service Onstop not working
Posted by kishor at 11/21/2005 9:42:02 PM
Hi,
I want to perform some actions when windows is shuting down.
on stop event is not firing when has some code inside it.
Regards,
Kishor
... more >>
Naming convention of controls
Posted by kevininstructor NO[at]SPAM state.or.us at 11/21/2005 2:50:51 PM
Greetings,
I am in the process of creating naming conventions for VB.NET controls i.e.
CheckBox -> chkShowThisOnStartup
ListBoxt -> lstSomeList
What I am looking for other developers input for Window.Form controls and
what they are using for naming controls.
Note: On MSDN I have foun... more >>
extracting file failed on file netfx.msi on .net 1.1 and 2.0 insta
Posted by R.1. Burden at 11/21/2005 12:50:03 PM
so far I have replaced the hard drive and memory
loaded windows 2000 and XP Pro with NTFS and FAT and cannot
get around this problem.. Machine seems fine with all other programs
except for a browser based install of Trend Micro antivirus.
any ideas
--
Thank you for all your help... more >>
Thread safety in disconnected ADO.NET dataset
Posted by Navin Mishra at 11/21/2005 12:24:46 PM
Hi,
I've multiple related data tables in a disconnected dataset which could be
accessed by mutltiple threads to read and write data. The documentation says
that dataset and datatable are thread safe to read in multithreaded
environment but one needs to lock them to update. Questions:
1) I... more >>
scheduler with an api?
Posted by Abdu Bukres at 11/21/2005 11:19:27 AM
I know that the Task Scheduler has an api one can use to maintain the
tasks programmatically.
Is there a more powerful easier to program scheduler out there?
Tony
... more >>
serialization when using reflexion
Posted by Marc Falesse at 11/21/2005 10:41:45 AM
Hello,
My application needs to serialize a class, which was generated with
xsd.exe from a XSD. It was working .NET 1.1 and it is working with .NET
2.0 very well.
Now I need my assembly to be a plugin, and to be called by reflexion,
but I get this Exception:
Exception.Message:
"There was... more >>
ADO.NET 2.0 - Central approach
Posted by Dirk Schelfaut at 11/21/2005 10:06:12 AM
I don't seem to grasp the central approach of the data source window.
From this central data-window you drag and drop tables or fields on forms
and/or controls. Dataset, tableadapter and other components are created. The
auto-generated code in the load statement fills the newly created
datata... more >>
some kind of Application Variable with Application Events???
Posted by Pieter at 11/21/2005 9:26:57 AM
Hi,
For a VB.NET 2005 application I need some kind Application Variable that
holds a value that can be accessed everywhere in the application. It should
also be available for a usercontrol in a seperate dll. Even more: I should
be able to trigger everywhere in the application when this variabl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Datagrid Datatable Insert rows and data
Posted by Rob at 11/21/2005 8:51:17 AM
I am trying to copy some data from one datagrid to another. The first
datagrid containing data is called DocList. The blank Datagrid that I am
trying to copy some data to is called DataGrid1.
Please tell me the simplist way to loop through an existing datagrid, access
it's columns and ro... more >>
Folder Names within a website
Posted by Craig at 11/21/2005 8:48:32 AM
I get an error when compiling the website about the first Reports folder. If
I change the name the website compiles.
Am I doing something wrong??
Folder list......
CoolingTower
Boilers
Reports
CoolingTowers
Reports
... more >>
user control as an object
Posted by RonB at 11/21/2005 8:31:03 AM
Hi All,
I have created a user control in my application that I would like to show
in the lower left corner of all forms. Basically this control holds
information for support (IP, user name, computer name, etc). My problem is I
do not know how to include this new control on my forms.
Thank... more >>
ADO 2.0
Posted by Dirk Schelfaut at 11/21/2005 7:11:12 AM
Hello
I added my database (Access) to the data sources window.
Now I can drag tables and views on any form I want, which automatically
creates data-bound controls, tabeladapters and so on.
When I use the same table (as a datatable) on more then 1 form I need to
drag the same table again, wh... more >>
deploying web service and client, security
Posted by fred00 NO[at]SPAM gmail.com at 11/21/2005 7:05:58 AM
I have been searching for information relating to what I want to do,
and I am assuming it is not a common issue. I have developed a web
service and a client for a customer. I need to give the customer both
the service to run on their machines, and the client. I need to hide
implementation detail... more >>
Problem in IDE while debugging
Posted by Sheshadrinath R at 11/21/2005 4:46:12 AM
Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I... more >>
VB6 Conversion Wizard
Posted by Jim Benson at 11/21/2005 4:35:40 AM
Where is the .NET conversion Wizard. I'm told when trying to open a Vb6 app
that the Wizard isn't installed but can't find it on the installation CDs. I
would like to see what kind of a job it does on some old apps.
... more >>
vs 2005 required
Posted by A Developer at 11/21/2005 4:24:04 AM
i need vs 2005 badly.
if any one can give it to me by uploading any where, plz contact me.
thanx in advance
... more >>
a lot of free ebooks for DotNet maybe solve your problem.
Posted by MCAD Poster at 11/21/2005 3:21:03 AM
Find your solutions with real Free eBOOKS!
http://www.ebook5.com The Best free eBooks community! All these books posted
by Internet
Users!
Borland C++ Builder: The Complete Reference
C++: The Complete Reference
Core Java 2, Volume 1: Fundamentals (5th Edition)
Core Java 2, Volume II: Adva... more >>
File Deleting
Posted by bruno at 11/21/2005 1:50:02 AM
In VB.NET 2005 application stmt:
"File.Delete (file-name)"
does not delete files with size=0. Can you give me any suggestions?
Thanks
--
bruno... more >>
Connection problem in 2005
Posted by amber at 11/21/2005 12:17:01 AM
Hello,
I've just upgraded from .NET 2003 to 2005 and to SQL Server Express 2005.
I've rebuilt my connection string. Before I used app.config, and now have
the connection string is in the settings.settings.
This works great for debugging/running on my machine, but I'm not sure how
to deploy ... more >>
Q: Modify text on buttons in the MessageBox, possible?
Posted by Visual Systems AB (Martin Arvidsson) at 11/21/2005 12:00:00 AM
Hi!
Is it possible to modify the text in the MessageBox class?
There are a couple of buttons with a standard text. What i want is to set a
text of my own.
I have inherited the class, but there are no suitable methods to override
for handeling this.
Is there a base class that i need t... more >>
Calling web-services in Real Basic.
Posted by Ravi Singh at 11/21/2005 12:00:00 AM
hi
I had also decided to follow the client sever development in rea
basic.
Just what I want at this time is just some sample help
project document that how to call webservcies in real basic.
It is based on the HTTP Server.
We are communicating between the two using SOAP.
Kindly help... more >>
|