all groups > dotnet general > june 2005 > threads for tuesday june 28
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
Looking for a RegEx pattern
Posted by AWHK at 6/28/2005 11:30:29 PM
I have some address string like this:
101st Street 45J
45th Karamba Street 123
1st Street 45L
I would like to use RegEx to extract any digits from the string as long as
they are not at the start of the string. I have a pattern like this
(?!^\d+)\d+ which works fine on '1st St... more >>
Handle is not initialized.
Posted by Raj at 6/28/2005 3:28:04 PM
I have an asp.net application hosted on a IIS6.0. Randomly I get "Handle is
not initialized" error. But when I try the same page again, it works. Can
somebody tell me why this problem is trigged and why I am not able to
reproduce it. How can I fix this problem.
Thanks,
Raj... more >>
How to sync-up DataSet during multi-table update
Posted by PV at 6/28/2005 12:55:56 PM
When performing a parent-child table updates using DataAdapters, the
updates have to be performed in at least two passes. The deletes must
be done child first, then parent. Conversely, the inserts must be done
parent first, then child. This is generally accomplished by using
DataSet.GetChange... more >>
Obstruct the Developpers to Develop and Deploy a newer version
Posted by DraguVaso at 6/28/2005 12:35:55 PM
Hi,
I have a, maybe strange looking, question:
Is there any way to obstruct developpers to Develop and or Deploy a newer
version of a VB.NET-application?
Things should happen like this:
- Developpers develop the application
- The application is tested, and audited for the final release
- Th... more >>
1 solution or 2?
Posted by Richard L Rosenheim at 6/28/2005 12:02:29 PM
I'm writing an application and the corresponding web services. Am I better
off with having 2 solutions (1 for the app, 1 for the web services) or 1
solution (both app and web services as projects within the solution)?
Pros? Cons?
TIA,
Richard Rosenheim
... more >>
Randomly occuring error DAMAGE: after Normal block
Posted by Chucker at 6/28/2005 9:37:21 AM
Hi Folks,
I got an error that drives me crazy because it only occurs sometimes and I
can`t even reproduce it.
I got a __gc class here is it`s header:
#pragma once
#include "../empLib/empImg.h"
namespace empDll
{
public __gc struct Image {
int x;
int y;
int z;
float da... more >>
Licenses.licx file error
Posted by Todd Bright at 6/28/2005 9:01:08 AM
I'm getting an error building my app. The error is...
'Could not transform licenses file 'Licenses.licx' into a binary resource.
(1): error LC0004: Exception occured creating type
'System.ComponentModel.LicenseException'
This previously worked just fine. We have recently moved to a new ... more >>
Getting the Value of a DropDownList
Posted by John Smith at 6/28/2005 7:35:28 AM
I have a Repeater that is paginated, and I would like the user to
navigate to each page via a DropDownList. I have set the AutPostBack
attribute to true and written code that fires on the
OnSelectedIndexChange event. However, I am unable to retrieve the
value of the DropDownList after the Post... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to encode video file
Posted by Bishop at 6/28/2005 6:57:07 AM
Is there anything built into .NET for encoding a video file? If not, can
anyone suggest 3'rd party API?
I'm trying to save a series of pictures to a video file. It can be avi,
wmi, mpg, or any popular filetype.... more >>
rotate label 90 degrees
Posted by Joecx at 6/28/2005 5:41:06 AM
Hi
Is there anyway to rotate a label 90 degrees so that the letters in the
label are printing sideways? I need to do this for headers on skinny
columns. Thanks for any help you can offer!!!!!... more >>
is 128 bits the max?
Posted by P1ayboy at 6/28/2005 1:44:01 AM
I've written a script that uses bits to store permissions, however, once I go
over 128 bits I get an error:
System.OverflowException: Arithmetic operation resulted in an overflow.
Is this a limitation of the system?... more >>
GridView Exception: reentrant call to the SetCurrentCellAddressCore function
Posted by Martin B at 6/28/2005 12:00:00 AM
Hallo to everyone!
Problem:
--------
GridView Exception: reentrant call to the SetCurrentCellAddressCore function
System:
-------
WinXP Professional, english, .NET Framework 2.0 Beta Language C#
Simplified Architecture of my Porgram:
2 Forms:
--------
- MainForm
- DetailForm
2 ... more >>
Pong Network Comms
Posted by Josh at 6/28/2005 12:00:00 AM
Hi,
I'm looking to build a networked ( LAN ) version of Pong. Any quick
pointers on what libraries to use. Should I use Sockets ( whatever they
are) ?
... more >>
performance difference in Webservice -'Normal' way
Posted by DraguVaso at 6/28/2005 12:00:00 AM
Hi,
I'm new to WebServices, and I'm doing some tests (with a small
VB.NET-application) to know the performance-difference between a WebService
and the 'normal'-way of getting data (just connecting directly with a
SqlDataAdapter to the SQL Server). The WebMethod simply gives a DataSet
back, an... more >>
|