Displaying Text in a RichtText Control Problems,...
Thu, 28 Aug 2008 21:37:01 +0200
Hi,
i have text like this:
"ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_13\_0"
an after displaying it in a RichTextBox as RTF string, i get this:
"ACPI_-_x86_Family_6_Model_13 "
How can i enclose this text section, so that the RTF Engine
does it print exactly the way it is add and does not treat
backslas ...
|
design mode null object reference error
Thu, 28 Aug 2008 11:25:08 -0700
I inherited a nightmare WinForms app ...
One problem I'm having is design-time null object reference problems.
This particular problem is related to a form "Form1", instances of which
are instantiated and displayed on other forms. Form1 has a property ( get
set ) "Property1" that is somehow getting refer ...
|
Return keypress not detected
Thu, 28 Aug 2008 04:53:53 -0700
A strange issue is occuring in my application.
I have a user entry process with a series of steps, guided by msgs and a single splash form. The app checks that the user follows the required steps and stores data at the end of the process, during which keypresses (rtn or esc) are required at certain points. After ...
|
Localization problem
Wed, 27 Aug 2008 22:52:00 -0700
I have implemented localization in my windows forms application using
resource file. A text file is created with <value>=<string> combination for
each langauge and named beased on cuture like Resource.ja-JP.txt. Resgen is
used to create .resource file from this text file.
After setting the currentculture an ...
|
Keeping global stuff in a windows program.
Wed, 27 Aug 2008 15:22:58 -0400
I have done lots of stuff with ASP.Net but am now starting to do stuff with
VB.Net. My question is how do you keep stuff around that is global? I mean
things like the user name and what not?
In ASP.Net you'd put it in to Session variables but there doesn't seem to be
anything like that in Windows.
I want ...
|
WebBrowser Control
Wed, 27 Aug 2008 17:48:45 +0200
Hello
I'm using the WebBrowser control to show some HTML content. I managed to
restrict the URLs that can be opened to some known domains. Unfortunatly i
can't control a file dialog popup if the HTLM code contains something like
this:
...
<input type="file" name="datafile" size="40"/>
...
Does anyone ...
|
selected row visible
Wed, 27 Aug 2008 14:59:26 +0200
Hi
The following code is in the load event of a form.
When the user rightclicks on a row in a datagridview, the selected
information is passed on to this form.
Dim tbl As New Data.DataTable
tbl = Me.grd.DataSource
Dim strSelect As String
Dim ab As Integer
strSelect = "" ...
|
|
|
I can not turn on the Automatic updates and System restore fails
Tue, 26 Aug 2008 11:08:13 -0700
I have a Dell Inspiron 6400 laptop with Windows XP Professional SP3 and
starting few days ago I accidentally noticed the following:
1. the Automatic Updates feature is not operational. When going into the
Windows Security Center, I noticed that the Automatic Updates feature is
turned off. When I clicked ...
|
Single connection used in multi thread environment
Mon, 25 Aug 2008 23:38:04 -0700 (PDT)
Hi all,
I am using infragistics windows controls version 2007. I have used
desktop alert control on a thread. New thread is work in background
and fetch data after every one minutes. and if any alert data is found
it generate alert window for that. I am using background worker
control for secondary thread. and ...
|
Disk imaging software
Mon, 25 Aug 2008 19:01:01 -0700
I have Media Center 2005 rollup installed on my pc in a raid 1+0 array. I
would like to create a disk image to a separate drive so that I can move to
new hardware and then resetup as raid 1+0 without losing my O.S. install and
media files because it would be a real pain to have to reinstall everything
from ...
|