all groups > dotnet general > march 2004 > threads for wednesday march 17
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
performance & threads
Posted by cody at 3/17/2004 11:43:27 PM
I have a slider in a dialog where the user can adjust the brightness of an
image. the problem is when the image is large the user cannot pull the
slider easily because everytime the slider changes its value the iamge has
to be recalculated. to disable this annoying behaviour I created an exra
th... more >>
creating label control arrays
Posted by Raju at 3/17/2004 11:01:08 PM
Hi
I am working with one Window based application in C#. I want to create label control arrays, say instead of label1, label2, label3 i need to have it as label[1..3]
So please let me know how to create label arrays using C#. I believe this is possible with VB or VB.NET. But i am not whether ... more >>
Will Exit Function return a value?
Posted by Shawn McNiven at 3/17/2004 10:49:07 PM
This is probably a silly question but what the heck:
I have the following function:
Public Function Validate() as boolean
Dim vValidate as boolean = true
If me.Name_English = "" then
vValidate = false
Exit Function
End if
If me.Name_French = "" Then
... more >>
Best way to deploy from dev to production site using VStudio
Posted by Kent P. Iler at 3/17/2004 9:44:48 PM
Hi,
I'm using Visual Studio, and I'm used to the VS6 way of having multiple
projects open in one solution, and then you can just move files that have
changed from one environment to another.
With VS.NET, if I try to setup a project on my dev machine, and a project on
my production machine u... more >>
c# embodies OSS; java CSS
Posted by Popeye 'Bailo' Doyle at 3/17/2004 9:18:28 PM
Many have called for Sun to make java OSS
They declined
Now c# shines
On open language, that embodies the OOP paradigm
And meets the criteria of multiplatform, OSS
go mono
go dotgnu
Microsoft's legacy will be .net
In the same way that a dying corporation like Xerox gave us th... more >>
single quote problem in sqlquery
Posted by Kshitij at 3/17/2004 8:36:15 PM
HI
I'm using dataadapter to fill the data in the dataset from microsoft access. I have a query for that but the query contains filter condition for which the data itselt contains a single quote.So due to that I get a syntax error.What could be the solution for this
Thanks in advance
... more >>
Execute string in c#?
Posted by Nigil LaVey at 3/17/2004 6:57:27 PM
greetings all,
I am just wondering if there's a method to execute text string,
say like... I have a label control.. I want to excute the label.text
MyLabel.Text="int t=o; t+=2";
Execute(label.Text)?
pls advise,
Nigil Chua
... more >>
typeof equivalent in MC++
Posted by 011 at 3/17/2004 6:43:34 PM
SGVsbG8sIEFsbCENCg0KSXMgdGhlcmUgYW55IGVxdWl2YWxlbnQgdG8gQyMncyB0eXBlb2YoKSBp
biBNYW5hZ2VkIEMrKz8NCg0KUmVnYXJkcywNCjAxMS4NCg0KV2luYW1wIDUuMCAocGxheWluZyk6
IFN0cmF0b3Zhcml1cyAtIDR0aCBSZWljaA==
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
diffgrams
Posted by soosan at 3/17/2004 5:59:48 PM
hi
in what situations are diffgrams used.
thanx
... more >>
Reusing code in standard and compact framework
Posted by John O'Neill at 3/17/2004 5:00:00 PM
Hi
I am writing a class to interpret the contents of an xml file using
System.Xml.XmlReader and want to use the same class in a desktop application
which uses the .net standard framework and also on a pocket pc that uses the
..net compact framework.
When deploying to a desktop app, System.X... more >>
string to integer
Posted by Ray Cheung at 3/17/2004 4:26:07 PM
Hi
I had the following error: Input string was not in a correct format.
from the following code
birthday1 is an integer
yrtype is from the dropdownbo
montype ,, ,, ,
daytype ,, ,, ,
Please advise how I get it right. I really get annoyed in c# because we don't nee... more >>
HTMLEncode: low surrogate char Error?
Posted by cliopia NO[at]SPAM hotmail.com at 3/17/2004 3:51:59 PM
Hello,
I'm using C# to write an html based report using keywords stored in a
database whose input I don't control. Before sending the strings to
HTML, I run them through the HttpUtility.HtmlEncode(strIn) function to
prevent my html from acting funny. Today the following error popped
up: " An... more >>
Does Whidbey work on Longhorn?
Posted by pgharpure NO[at]SPAM hotmail.com at 3/17/2004 3:38:31 PM
Hello:
I have installed Whidbey on Longhorn. When I create any type of
project I get message "Object in use". I keep getting countless
message boxes with this error and I have to kill Whidbey from the Task
Manager.
Did anyone experience this problem? Is there any solution?... more >>
bar codes
Posted by soosan at 3/17/2004 1:53:43 PM
hi how do i scan bar codes into my system
i am using vb.net 2003
is there any software i need ?
thanx
... more >>
Sharing code between ASP.NET application and Windows service app in the same solution
Posted by NWx at 3/17/2004 1:14:33 PM
Hi,
I have a solution with two projects - an ASP.NET application, and a Windows
service
ASP.NET application was developed first, and for it I wrote some classes in
a Business logic layer
I want to share the same code with the Windows service, but if I drag the
BLL subfolder with all file... more >>
IE and FTP Server Authentication
Posted by Jeff Winn at 3/17/2004 11:51:10 AM
I'm currently in the middle of developing an ftp server service and I wondered if anyone else has noticed this or if it was just me. I've been using IIS' FTP server for a while now, and I don't like the security on it so I started to develop my own. I've currently got it built to connect to domain a... more >>
REGEX Parsing Problem
Posted by David Elliott at 3/17/2004 11:19:01 AM
I am doing some pattern matching for HTML and am having
problems for one instance. The pattern is not working
when encountering a "||". You can see in the output
below. It is in the data variable. I am looking to have
the data section in the tag.
I am getting HTML in the form of <tag>dat... more >>
IE hosted .NET control as webservice client
Posted by Igor Kramaric at 3/17/2004 11:00:45 AM
Hi all,
here is my story:
WHAT I HAVE
I'v got a web aplication (many aspx and html pages), some of this (html)
pages host .Net windows controls (derived from
System.Windows.Forms.UserControl) inside HTML page. These controls are web
service clients on same web server, in the same web applic... more >>
ASP.NET Datagrid problem
Posted by Pepehammer at 3/17/2004 10:57:01 AM
Hi guys;
I got a datagrid, binded to a datareader.
This datagrid has columns with datat, plus one column with text boxes.
I need to loop thru the datagrid to extract one by one all the values on it
How can do this?
Thanks
MP
... more >>
problem with gdi+ and mouse handling
Posted by raj at 3/17/2004 10:36:07 AM
I am making a program in which there are multiple balls on same drawing surface. They are made by multiple instences of a class each drawing on the same usercontrol's drawing surface. I have added a motion capacity in them and methods to select them(multiple selct is also possible) but when i drag t... more >>
Saving XML datasets
Posted by Ishan Bhalla at 3/17/2004 10:35:58 AM
Hello,
We are using datasets as in memory databases and are writing the contents of
the database to the disk at regular intervals using the WriteXML method.
The problem is that as the number of record increase so does the writing
time. Is there any way i can incrementaly write to the XML fil... more >>
How do I programmatically retreive data when saving the data in DataGrid?
Posted by Daniel at 3/17/2004 7:51:07 AM
How do I programmatically retreive data when saving the data in DataGrid
I use the DataTable in a for loop and programmatically save the data do the database.
I have the problem how to handle a deleted row?... more >>
FARPROC equivlent in c#
Posted by Michael at 3/17/2004 7:51:05 AM
Hi all
What's the equivlent data type for the FARPROC int c++
Thank
Michael... more >>
Problems with Visual Studio.net?
Posted by flummdum99 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/17/2004 5:18:08 AM
My Visual Studio.net freeze everytime I click on the Run-button. I
cant click on anything and have to close throu the taskmanager. I
haved run it since september 2003 and there has never been any
problems before. I tried to uninstall it and then installed it again
and it worked for one day but t... more >>
BUG FIX - Configuration Managament Application Block ==> Bug in ExtendedFormatHelper.vb
Posted by Minas at 3/17/2004 4:51:10 AM
I had a problem in getting the config app block to work when I got in one day(1st December 2003). (It was fine the day before...!)
I'm not sure if this has been fixed, but since the release date of the Config Block.MSI hasn't changed... I assume it hasn't :(
This is surprising to say the least. I... more >>
Please Help! How I can run appl from trigger SQL?
Posted by Pola at 3/17/2004 4:46:09 AM
I am using VC++.ne
How I can run appl from the trigger SQL?
thank you
Pola... more >>
Testing a service - VB.NET
Posted by NWx at 3/17/2004 4:26:07 AM
Hi,
I try to write my first service, but I cannot test it
Service is a simple test one, just write a message in eventlog on start and
on exit
I tried to install it with installutil, it ask me to enter username /
password / verify password, and after I entered something, and I got the
fol... more >>
Default value for optional parameter of datetime format - VB.NET
Posted by NWx at 3/17/2004 3:14:55 AM
Hi,
I want to pass an optional parameter of datetime type to a procedure (in
VB.NET)
But optional parameters require default value.
What value should I use as default for a datetime parameter?
I cannot use "", since it is type string.
Thank you
... more >>
|