Matching a number
(2 messages)
Date: Thu, 23 Aug 2007 17:13:11 +0200
Hi,
I'd like to validate a number input using a regular expression. This
would be done by "\d*". Now the input may have a fdecimal separator,
wich would be matched by "\d*(\.|,)\d*" (allowing the , as separator as
well ...
|
Conver byte to string of 1's and 0's
(3 messages)
Date: Thu, 23 Aug 2007 08:14:06 -0700
I receive input in a byte which gives a value of 0-255. Is there an easy way
to convert this to a string. The string constiting of 1's and 0's. This is
necessay because I'm looking for a certain pattern of 12 1's and 0's ...
|
MS installation, why I need both setup.exe and the msi files?
(4 messages)
Date: Thu, 23 Aug 2007 07:58:03 -0700
It seems that the installation runs if I just run the .msi file but from the
internet instructions it says I need to have both files at the target machine
and run the setup.exe file. Would it be a problem if I just run ...
|
loading settelite assemblies?
(1 messages)
Date: Thu, 23 Aug 2007 07:46:16 -0700
Hi
i have project (say project A) that contains extra resource files for
different languages. i m using the assembly of this project in to
another project (say project B). the assembly of project A contains
the default ...
|
Shell Execute to open a URL
(4 messages)
Date: Thu, 23 Aug 2007 15:24:32 +0100
Hi there,
why can't I open a browser window with a URl using
ShellExecute? I have tried every combination of File, Parameters and
Operation but it never works. You can enter the following:
iexplore http://www ...
|
Getting File summary information
(2 messages)
Date: Thu, 23 Aug 2007 10:23:28 -0400
Is there a .net/windows api way to get/set the fields of the summary
information in the file properties window? I know that this information is
stored as an alternate data stream in ntfs, but I cannot find a good way of ...
|
how to convert a bit pattern stored in 2 ushorts to a float
(3 messages)
Date: Thu, 23 Aug 2007 06:10:01 -0700
I am reading values from a device through a TCP/IP socket that represent an
ANSI float value. However, the values come across as 2 elements in a ushort
array. I need to map the 2 values bit patterns into a floating point ...
|
visual studio locking up when debugging cross thread code
(2 messages)
Date: Thu, 23 Aug 2007 14:47:24 +0200
Hi
I'm not sure this is the proper place but I couldn't find a dedicated group
for visual studio so here goes:
I used to write responsive GUIs by creating threads to process long running
operations, give feedback via ...
|
How to Cut & Paste briefcase?
(1 messages)
Date: Thu, 23 Aug 2007 05:18:15 -0700
When I cut and paste briefcase it's converted to folder not briefcase.
Actually I first copy that briefcase in the specified folder and
delete the previous one. But it creat a folder not briefcase. Can any
body help me to ...
|
Can't get colorpalette from some images
(1 messages)
Date: Thu, 23 Aug 2007 05:00:34 -0700
Hi
I am trying to get color palette of image and change it:
Image tmpImg = pictureBox1.Image;
// Here tmpImg.Palette sometimes has 0 entries and sometimes has some
entries
However when i debug it i can see that Palette ...
|
|
Active Directory Properties not loading....
(2 messages)
Date: Thu, 23 Aug 2007 04:54:18 -0700
Hi,
I am trying to determine of which groups a particular user is a member. I
am using the following code:
DirectorySearcher search = new DirectorySearcher();
search.Filter = String.Format("(SAMAccountName={0})", userName ...
|
Hide 'empty' namespace from extarnal assemblies.
(2 messages)
Date: Thu, 23 Aug 2007 13:44:38 +0200
Hi.
I am working on a class library where I have a namespace called
MyProject.Implementation.
This namespace only have internal and private classes.
However, when I use my .dll assembly in a WinForm application, that ...
|
.NET COM Interoperability!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(2 messages)
Date: Thu, 23 Aug 2007 04:28:18 -0700
Hi guys,
I am using a COM client that calls a DotNet object, where the DotNet
framework will create a COM callable wrapper (CCW). COM clients use
the CCW as a proxy for the managed object.
See http://www.c-sharpcorner ...
|
Multiple delegates
(3 messages)
Date: Thu, 23 Aug 2007 04:14:38 -0700
A button is rgistered with four delegates. Which delegate will be
called first and why ?
...
|
literotic
(1 messages)
Date: Thu, 23 Aug 2007 04:03:14 -0700
Hi
Free
Movie HERE
http://seoadult.narod.ru/images/22.jpg[url=http://best-adult-videos.narod.ru/scene_lesbians.html][img:260335e614]http://seoadult.narod.ru/images/4.jpg[/img:260335e614][/url][url=http://best-adult-videos ...
|
cruise travel insurance
(1 messages)
Date: Thu, 23 Aug 2007 04:03:13 -0700
adventure travel tour
airline business business
class class travel travel
[url=http://blogs.dlyapapi.info/?forum=44]compare rate car insurance
quote[/url] [url=http://blogs.dlyapapi.info/?forum=10]china travel
agent[/url] [url=http://blogs ...
|
travel to Singapore
(1 messages)
Date: Thu, 23 Aug 2007 04:03:10 -0700
business incentive italy
travel caribbean
travel [url=http://blogs.dlyapapi.info/?forum=14]airfare airline
cheap cheap discoutned ticket ticket wholesale[/url]
[url=http://blogs.dlyapapi.info/?forum=62]west palm beach travel[/url]
[url=http://blogs ...
|
What do you think, Pills or Exercise to Burn Fat?
(1 messages)
Date: Thu, 23 Aug 2007 04:03:07 -0700
Hello,
This is a fantastic forum, losts of useful info.
I was wanting your opinion, should I
buy
phentermine [color=#006699:4243141458] pills to lose weight
or do it the hard way and exercise?
I've tried everything, diets ...
|
interop.word
(1 messages)
Date: Thu, 23 Aug 2007 22:25:57 +1200
Hi,
Programatically produced a word doc that has one word on each line
folllowed by a newline.
Need to put a page break after every three lines.
Had a bit of a muck around with the range.insertbreak method but it
has all ...
|
Efficient Array<> of valuetype entry manipulation
(3 messages)
Date: Thu, 23 Aug 2007 02:45:08 -0700
Hello,
Is there any code faster than this array position manipulation (some
code omitted for brevity)?:
internal struct TreeNodeTableItem {
public int a;
public int b;
public int c;
public int d;
public ...
|