all groups > dotnet general > october 2003 > threads for thursday october 16
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 31
Regular Expression - Match All Except
Posted by Derek Stone at 10/16/2003 10:31:55 PM
In my continuing inability to completely understand regular expressions I
have a new one for you.
I'd like to capture a string "A" unless it is anywhere in between string "B"
and string "C".
Therefore some matches are:
XYZAHIJ
ABC
BCA
Non matches include:
BAC
BXYZAHIJC
BAXYZC
... more >>
callbacks in unmanaged code
Posted by vijaya at 10/16/2003 9:27:48 PM
I've to invoke a unmanaged dll fucntion in C# which uses
a callback fucntion.The unmanaged dll fucntion returns a
pointer to a structure to its callback fucntion.The user
should collect those structure fields in a buffer.
In my managed code(i.e. in C# program), I've used a
delegate for inv... more >>
Bound Datagrid new row event???
Posted by Aaron Ackerman at 10/16/2003 7:53:46 PM
What event do I use in a bound Datagrid to capture the creation of a new
Datagrid row??
... more >>
Loading Different Framework Versions
Posted by Roger at 10/16/2003 6:43:35 PM
Hi All,
If a user runs a Framework 1.0 app, and then opens a 1.1 app, and then opens
a 1.2 app (when version 1.2 comes) , does this mean that all three versions
of the Framework will be loaded into memory? All 3 doing GCing and jit-ing
and negotiating for available memory? I'm assuming yes, ... more >>
Can embed MSWord's capabilities into my app?
Posted by John Crockett at 10/16/2003 6:42:37 PM
Hi all,
I need a "textbox" that will let me change word and
paragraph formatting, do spell checks and save it all
as .rtf or <html>. I found a third party component
called RichTextBox, but it appears to be a server-side
control for ASP apps. My app is going to be a .exe
written in C# ... more >>
LDAP in .NET
Posted by bwahahahaha at 10/16/2003 5:48:39 PM
Hi,
Is there a library in .NET for LDAP?
Thanks.
... more >>
*** Please HELP **** General network error. Check your network documentation.
Posted by stanley j mroczek at 10/16/2003 4:40:05 PM
I am getting this error. The system was not changed, no
program where changed. I don't know there to look for this
error
Server Error in '/Market' Application.
-----------------------------------------------------------
---------------------
General network error. Check your network docume... more >>
Process.Start() question.
Posted by Ilya Dubov at 10/16/2003 4:32:32 PM
I am starting "iexplore" process by executing Process.Start command. Every
time I execute this command, it creates a new window.
Can somebody tell me what can I do, so that the new window only been created
once, and the next time I execute Process.Start command
it would just update ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
UdpClient TypeOfService
Posted by ShOv at 10/16/2003 4:26:50 PM
Hi
Has anybody received the proper TOS in UDP? I get 0!
I go
*__try_cast<__box int*>(this->Client->GetSocketOption
(SocketOptionLevel::IP, SocketOptionName::TypeOfService));
or the equv. in C#.
Thanks
ShOv... more >>
Compressing xml file
Posted by Devesh Aggarwal at 10/16/2003 2:51:22 PM
I am using sharpziplib ti compress & zip an XML file. But the compression
ration is very bad for this utility compared to that i do with winzip. Any
idea how to integrate winzip with our VB.net application to compress xml
files. Or is there any other utility to do the kob
Devesh
... more >>
StringBuilder Performance vs. String Concatenation
Posted by Kevin C at 10/16/2003 2:35:16 PM
Quick Question:
StringBuilder is obviously more efficient dealing with string concatenations
than the old '+=' method... however, in dealing with relatively large string
concatenations (ie, 20-30k), what are the performance differences (if any
with something as trivial as this) between initial... more >>
Installing stored procedures
Posted by lance NO[at]SPAM cuserv.com at 10/16/2003 1:44:59 PM
During our install process, we want to read the stored procedure from
a text file and execute it as a string using a SqlCommand object. The
process throws an error in system.data.dll saying that there is no
data in the object.
This seems to be because the first line is a comment (--ProcName)
... more >>
How do I expand a tabcontrol along with the form?
Posted by Aaron Ackerman at 10/16/2003 1:43:53 PM
If I am expanding (maximizing a form how do I maximize the tab control along
with it?
... more >>
SNMP
Posted by ZacBowling at 10/16/2003 1:28:50 PM
Does anyone have an idea of how to access the SNMP API or
WMI SNMP provider in C#/.NET? I need to query a Ascend
MAX's SNMP service with a custom MIB in .NET. I won't be
modify anything on the MAX (even though a SET isn't
anymore difficult then a GET or a WALK I don't think). ... more >>
export of COM object to C++?
Posted by Trokey at 10/16/2003 12:02:28 PM
Here's my situation: I have a .NET (C#) dll (COM 1) which contains a
reference to another COM library (COM 2). I also have a C++ program which
accesses COM 1 via Interop. I want to include a routine in the interface to
COM 1 which accesses an interface defined in COM 2. How do I do this?? I
have... more >>
Send Xml file to asp page
Posted by Sasha at 10/16/2003 11:54:06 AM
Hi,
I need to send xml file to an asp page.. I have no idea how to do it... I
only know that I need to do HTTPRequest Post... Could someone help? Maybe
there are some examples on the Web?
Thank you,
Sash
... more >>
Little Acorns
Posted by Oliver Douglas at 10/16/2003 10:34:49 AM
Take all your problems
And rip 'em apart
Carry them off
In a shopping cart
And another thing
You should've known from the start
The problems in hand
Are lighter than at heart
Be like the squirrel, girl
Be like the squirrel
Give it a whirl, girl
Be like the squirrel
And another ... more >>
Where's Eb ?
Posted by Oliver Douglas at 10/16/2003 10:24:36 AM
Lisa, have you seen Eb ?
--
http://www.timvp.com/greenacr.html
... more >>
Moore's Law Is Violated
Posted by Oliver Douglas at 10/16/2003 10:17:02 AM
Have you noticed that
processors have not been
getting twice as fast
and costing half as much
every 18 months?
No wonder Intel and Microsoft
are on the skids. They've
both been riding Moore's
Law -- and now the Law
has been struck down.
--
http://www.timvp.com/greenacr.html
... more >>
C# - Problem´s changing the ImageSize (ImageList)
Posted by SpaceMind at 10/16/2003 9:56:43 AM
Hi, I´m using this code for changing the size property of an ImageList :
ImageList.ImageSize = new Size(32,32);
However , the Icon property just lost´s his data.
Before code:
ImageList.Images.Count == 1
After:
ImageList.Images.Count == 0
Anyone have an idea ???
PS: The i... more >>
XML save issue in .NET
Posted by Amendra at 10/16/2003 9:46:13 AM
Hi,
Currently we are using the .NET XMLDocument Class to manipulate some xml
documents. The issue we are having is that when we save the XML files using
the classes save method, empty xml tags will be saved with a CRLF instead of
the empty value. This can be solved by setting the PreserveWhite... more >>
Help on Help
Posted by AC at 10/16/2003 9:39:24 AM
The first time I access help in vb.net per development
session it takes FOREVER to find the page, and usually
doesn't find it, then if I try again it finds it quickly.
Forget context sensitive help because that will usually
lock my machine for a good 5min, if I access it under the
index t... more >>
Using BinaryWriter to write char[] array to file
Posted by Mark Miller at 10/16/2003 7:06:05 AM
I have a char[] array and when I write it to a file using BinaryWriter the
position of the pointer is the size of the array + 1. For example: writing
char[25] leaves the pointer at position 26 after starting at position 0. I
thought that char was 2 bytes, but this makes it seem as though it is ju... more >>
Object Moved Here
Posted by Daniel Bruno at 10/16/2003 6:38:52 AM
When I use redirection on ASP.NET I get the the message:
"Object moved here". Then I have to click on the link to
go to the destination page.
Is there a way to prevent this from happening, so that
the system redirects automatically to the destination
page?... more >>
Added button to Internet Explorer ReBar written in C#
Posted by Takuya Matsumoto at 10/16/2003 4:43:00 AM
Hi to all,
I was wondering whether this was possible/how it was possible.
I would like to add a custom button to Internet Explorer ReBar.
I believe it is called ReBar or CoolBar; what I mean is the bar in the
Internet Explorer where you have "Back" button. Towards the right, MSN
Messenger h... more >>
Get image of a control
Posted by MaxH at 10/16/2003 2:05:51 AM
How can I get (and save) the image of a control as a bitmap
(or other graphics file format)?
Thank you.
Max
... more >>
Use of OpenFileDialog from a WEBFORM
Posted by Juan Reyes at 10/16/2003 1:13:11 AM
Visual Studio - Webform - C#
I need to open a dialog to pick up a file (just as IE does when you
press "save as" with a FTP). ¿How can I do it?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
|