| Thread | Last Post | Replies |
|
| How to get a signature captured as a BMP file printed from a html file | 06 Jul 2005 20:45 GMT | 1 |
(Type your message here) -------------------------------- From: ramya m Iam working on a signature capture application in c# in pocket pc .How can the signature in BMP can be embed in the HTML file and how can the BMP file be printed from a HTML file.And how can i convert the BMP to ...
|
| Job scheduler in vs.net..urgent | 06 Jul 2005 20:38 GMT | 1 |
How do we schedule a job?Is there any alternative other than creating a windows service? Are there any job schedulers in .net? Any freeware? Regs
|
| How do I access the controls contained in a GroupBox in code? | 06 Jul 2005 17:26 GMT | 1 |
If I step through the controls contained in a form using... For i = 0 to controls.count - 1 msgbox(controls(i).Name) next i
|
| How to create modules | 06 Jul 2005 16:55 GMT | 3 |
I am using Vs.Studio 2003 academic. My text book has a chapter ostensibly teaching one how to create a code module and write procedures especially sub main. but apparently something has changed because module is no longer one of the choices for adding a new
|
| Update ado.net DataSet | 06 Jul 2005 16:40 GMT | 7 |
I think what I'm trying to do is something relatively simple. I have created a DataTable using the SQLDataAdapter.Fill method: Dim da As New SqlDataAdapter("SELECT * FROM Trans", cn) Dim ds As New DataSet
|
| Bug: PerformanceCounterCategory.Delete removes entire registry key | 06 Jul 2005 15:29 GMT | 3 |
I am attempting to instrument several existing Windows service applications (written in C#) using the PerformanceCounter* classes in .Net FW 1.1 SP1. Each service must dynamically add its required counters based on configuration metadata from SQL Server using the service name as ...
|
| How to develop an application which runs automatically | 06 Jul 2005 14:44 GMT | 4 |
I have to develop an application .The application has to update database.It does not have any user interface.It needs to run on Windows XP/2000 automatically at a particular time say 4 p.m. daily. I have to develop the application in VB.net My first question is which Visual Basic ...
|
| Services in .Net | 06 Jul 2005 14:07 GMT | 1 |
I have developed a couple of services using C#/.Net, and they work quite well. But recently I have attempted something new and it is not working so well. I noticed that one of the capabilities was to host multiple services
|
| Howto : Add-In / controling CLR-Debugger | 06 Jul 2005 13:16 GMT | 3 |
is there a way to build add-ins to the CLR-Debugger? If yes, are there tutorials on how to do that? Is there a way to control CLR-Debugger from outside (remoting), and if yes, are there any tutorials on that subject available?
|
| ConfigurationSettings.GetConfig failing after SP1 of the Framework | 06 Jul 2005 12:46 GMT | 1 |
When I call System.Configuration.ConfigurationSettings.GetConfig("AConfigSection") an exception is thrown telling me that: "<AConfigSection xmlns=''> was not expected."
|
| Logical drives types and system events | 06 Jul 2005 11:26 GMT | 3 |
Is there any class that watch for the logical drives installed in the computer. I want to enable a button in a windows form application when a USB stick is inserted and recognised.
|
| Windows Service Timer Events | 06 Jul 2005 10:27 GMT | 1 |
How can I cause a windows service to fire the timer_elapsed event for different time intervals? I have a windows service that should run some processed at 3 minute interval, but I also want it to run some processes on, say 5, 10 or 15 minutes depending on the configuration file.
|
| want to create empty textfile and add both string and binary conte | 06 Jul 2005 09:01 GMT | 3 |
I am trying to find out how to create an empty textfile (.txt) and add content made of two different types of formats; string and binary, and then save it. The idea is to first add the "dokumentheadtext" as a string,
|
| clickonce using mageui.exe | 06 Jul 2005 04:23 GMT | 2 |
I have a requirement where in I have to use mageui tool for publishing my application on to the server and I also need to do some custom installations as part of pre-requisite on Client. I also need to look after that my future updates are published intact onto the server.
|
| Second post: Can someone help | 06 Jul 2005 02:33 GMT | 1 |
I have 2 questions: 1. I have a base class called class MyBaseObject {
|