form focus event
Tue, 26 Aug 2008 13:33:17 -0700 (PDT)
Can some one tell me which event will be fired when we say
form.focus() in C# .NET 2008?
I tried Activated, Load and Enter. But it did not fire.
Please let me know.
THanks ...
|
Data Values
Tue, 26 Aug 2008 13:31:48 -0700 (PDT)
I am using the following to gwt the return value from the serial port
"mabtRxBuf"
I declare my STRdata as a global string and when the code is executed
I get the following for the STRdata
STRdata = "0.10[]" how can i get rid of the [] in my string?
Dim enc As New System.Text.ASCIIEncoding
...
|
Booleans
Tue, 26 Aug 2008 12:33:18 -0700 (PDT)
I have setup a boolean based on the following conditions
Public STRData as string
Public BooleanRedFlag as boolean = False
If STRData = "" then
_BooleanRedFlag = TRue
end If
What should happen is that is the STRData string is returned with
nothing it should set my boolean flag.
When i add a break point ...
|
IO errors with "folder watcher" program
Tue, 26 Aug 2008 15:23:19 -0400
I'm having a lot of trouble with "file in use" errors in my "folder watcher"
project. Starting and stopping the watcher and reading my XML file work
fine. Once the watcher is started, I'm reading the text files from the
watched folder line by line into variables and then posting them to a SQL
table.
All of th ...
|
array optimizer
Tue, 26 Aug 2008 08:52:07 -0700
I have a big problem concerning arrays.
I have an array of structs that is deply implemented in the code. If i
change this implementation then i have to change everything, so after
searching google and a lot of newsgroups i came up with this question:
With the following array, how can i make a search without h ...
|
Emailing Page with link button in a gridview
Tue, 26 Aug 2008 07:55:15 -0700 (PDT)
I have a page that has three gridviews on it. In each gridview the
first column is a link button representing a Database ID field.
What I'm trying to accomplish is to email that page and click on the
link button to open the page.
The problem.
When I send the page to myself on the same PC that I am creating ...
|
Get the byte length of a datatable???
Tue, 26 Aug 2008 07:33:01 -0700
At runtime how do I get the byte length of a datatable after I fill it...???
VB.Net 2005 ...
|
|
|
Is it a bug or I am doing something wrong.
Tue, 26 Aug 2008 08:48:05 -0500
Hi Guys,
Please help me. I am having a strange issue. Not sure if I am doing
something wrong or this is a bug.
This is a sample code.
This contains 2 text boxes(txtName, txtPhone) and 2 buttons (btnAdd,
btnSave)
Table(dtCustomers) contains three rows, with customer name "a", "b" and "c".
Now I press "btnA ...
|
Exporting to Excel
Tue, 26 Aug 2008 08:16:46 -0500
I've got an ASP.NET page with a GridView connected to an Object Data
Source. The GridView is working fine but my users would like the
information to also be available in an Excel spreadsheet format. Is
there any way to export the data from either the Data Source or from the
Grid View into an Excel document ...
|
WPF Applications
Tue, 26 Aug 2008 05:46:45 -0400
I am using Visual Basic 2008 Express Edition with SP1 installed. When I
attempt to initiate a WPF project, the design surface (to accept controls)
does not load. Can someone tell me what I'm doing wrong? Thanks.
...
|