all groups > dotnet general > june 2005 > threads for wednesday june 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
Unable to fire Timer1_Tick in Windows Service Application
Posted by Mustaq at 6/29/2005 7:24:02 PM
Hi
I am unable to get Timer1_Tick event in Windows Service Application inspite
of setting following things
Timer1.enabled = True
Timer1.interval = 1000
Let me know how to resolve
Thanks &
Regards,
Mustaq ... more >>
DCOM errors while running as domain user - scheduled task
Posted by David Olive at 6/29/2005 5:55:02 PM
Hi guys,
I'm having a bit of a problem getting a VB .NET console app to run happily
as a scheduled task. The app itself generates a bunch of word documents on a
file share on another server by reading from a template file and inserting
text at bookmark locations (with details pulled from a ... more >>
How to delete rows?
Posted by baylor at 6/29/2005 3:27:03 PM
i have a DataSet (TDS). It has 4 rows in it. i want to erase those. For the
life of me i can't figure out how
Option 1: foreach
foreach (DataRow row in dataSet.MY_TABLE.Rows) {
row.Delete();
}
This doesn't work. It erases the first row and then throws the exception
Someone Chang... more >>
VisualStudio - Localization Question
Posted by Anne DeBlois at 6/29/2005 1:53:38 PM
Hi,
I am about to order Visual Studio .NET. We work with the French Canadian
version of Windows XP Professional. I don't know exactly how it works, but I
have a question that may sound stupid, but I want to ask it anyway - it's
about localization and culture:
-->We want to develop an app... more >>
Multiple web farms sharing Machinekey
Posted by dgermano at 6/29/2005 12:37:07 PM
I need some info to make sure I avoid problems with my webfarms.
Currently I'm running 3 separate sites, each with their own webfarm of
2-3 webservers. All of these sites are using the same backend machine
for SessionState info.
I'm wondering what problems might pop up if I set the MachineKey... more >>
Value of an HTML Textbox not seen in .Net
Posted by CoreyMas at 6/29/2005 12:23:05 PM
Hello everyone,
Here is my situation
I created an HTML text box that contains a value that is calculated using
Javascript.
I expose this control so that .Net sees it, but when I go to retrieve the
value in .Net i do not get the calculated value, but the default value that I
set at 0
... more >>
Windows OS events
Posted by Microsoft News Server at 6/29/2005 8:59:32 AM
I know that it's possible to register with the OS to receive certain file
system events. Does anyone know if it's possible to receive an event when
the user changes the default printer setting? Thanks.
Jerry
... more >>
optimizing .net NTD application
Posted by sameer at 6/29/2005 8:49:05 AM
Hi All,
We had developed a .Net application which has the following environment
Uses the No touch deployment concept
Uses framework 1.1 on client and server machine,
Visual studio 2003,
Sql server 2000,
Deployed on a windows 2003 box.
Reporting is done using Crystal reports 10
A third p... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installed .Net Framework V2.0 but VS.Net still references V1.1
Posted by Scott Gunn at 6/29/2005 8:30:14 AM
Hi
I have not managed to install .net framework v2.0 but how can I use it?
VS.Net still references v1.1
Why?
... more >>
Creating/working with classes in .NET
Posted by John . at 6/29/2005 7:34:29 AM
As a newbie, can someone recommend a link/tutorial to help me understand
how to create Classes and how to integrate within a .NET app?
Thanks.
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Printing Crystal Reports in a Windows Forms App
Posted by Paul Daly (MCP) at 6/29/2005 6:01:02 AM
Hello,
I have an application that uses the version of CR.NET that came with VS.NET
2003. The CrystalReportViewer control prints the report fine when initiated
by the user on the form, but I have problems when I try to call PrintReport()
or PrintToPrinter(1, false, 1, 2).
Calling either ... more >>
How to cancel user-clicks in AxWebBrowser
Posted by OS at 6/29/2005 3:31:01 AM
Hi,
I am trying to present HTML in the AxWebBrowser control, but I want to
cancel the even of user-clicks, since I don't want to user to navigate any
further than the presented page. Any ideas?... more >>
Building all projects in solution
Posted by Stephen Ritchie at 6/29/2005 1:29:01 AM
At the moment we have in Solution Explorer 12 projects and using the
configuration manager we ahve all dependancies and build order set correctly.
The problem is that when we do >Debug>Start (F5) then all projects are again
built even though no change has occurred in most of them since the la... more >>
SendMessage(handle, WM_CHAR, VirtualKeys.VK_A, 0) does not trigger KeyDown...
Posted by Fred Heida at 6/29/2005 12:00:00 AM
Hi All,
maybe this is a sill question..but if i have TextBox and use the
SendMessage(..) to send
a character the control.. the KeyDown event is not triggered.... in would
need to check in the WndProc(...) of the WM_CHAR event...
Is there another way to send characters to the TextBox, when ... more >>
Crystal Report Viewer very slow (about 1 minute)
Posted by sleepyant at 6/29/2005 12:00:00 AM
Hi, I'm using VB .NET 2003. I have a form which only has a
CrystalReportViewer to view a report on screen. But every time I run then
project, the form is shown but the Report itself is very slow to show up
(about 1 minute). Is there any setting I can use to make it show faster? My
testing only g... more >>
|