all groups > dotnet general > june 2005 > threads for monday june 20
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
Inviting suggestions for client application design
Posted by yashgt NO[at]SPAM yahoo.com at 6/20/2005 10:18:33 PM
Hi,
We want to develop a client application that can be plugged into
hundreds of other applications used by our bank. These applications
include browser-driven apps, desktop client apps, etc. Some of these
apps run on Windows and others on Linux and Unix. Our client
application will be invoke... more >>
TimeSpan.Parse resulting in 00:00:00, why?
Posted by ThunderMusic at 6/20/2005 10:18:26 PM
Hi,
I'm using the timespan's Parse method to build my timespan from a
string. here's the line I use :
m_Delay.Parse(RegKey.GetValue("Delay", "01:00:00"))
the value I get from the RegKey is 00:00:30, so it should give a timespan of
30 seconds, but when I do msgbox(m_Delay.ToString), it d... more >>
Getting ChatCentral to communicate
Posted by jabailo NO[at]SPAM texeme.com at 6/20/2005 10:14:51 PM
I set up the modified (working) ChatCentral sample code from MS.
I got it to run correctly for a single client communicating with the server.
But when I launch a second client instance it registers itself with the same
number.
If I send a message from the first client, it just shows up b... more >>
Using ViewState to pass variables
Posted by blurz at 6/20/2005 9:25:05 PM
Hi,
would like to know whether I can use ViewState to pass variables from one
web page to another. I've been trying do this but all I managed to do is to
pass the variable to the target page but am unable to extract the variable
out to print on the page. The source of the target page reflec... more >>
Why Won't This Console App Do A Console.WriteLine() ?
Posted by jabailo NO[at]SPAM texeme.com at 6/20/2005 7:23:58 PM
This is driving me crazy.
I finally got the Remoting sample chat application working almost.
When I run the chat client in VS.NET it goes into an endless loop --
that's because I assume that there is now way for me to interface to a
Console.ReadLine().
However, when I run it in the cmd ... more >>
wsdl.exe
Posted by Jimbo at 6/20/2005 7:02:35 PM
Hi,
I am new to web services and am trying to set up a basic service using C#
I am trying to run wsdl.exe on my machine to generate a proxuy class for my
service. However, when running wsdl from the command line I get an error
report along the lines of;
'The document is not a recognised... more >>
arg! I just want a String.Contains()!
Posted by Andrew Backer at 6/20/2005 6:28:25 PM
That's all, that and one or two other simple helper functions that I
have to re-write over and over and over :(
Why is there no String.Contains()? I look for it every day!
Tis just return str.IndexOf(find)!=-1;
Rants overwhelm the raves, since it's no fun to gush over a well done
framework... more >>
Stupid question - where would I find namespaces like system.data?
Posted by Newbee Adam at 6/20/2005 4:48:02 PM
is it stored in a directory on hard drive, if so where?
--
Adam S... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ListView Items
Posted by Larry at 6/20/2005 4:01:01 PM
I have added items to a listview using the
listviewitems collection editor.
However they are coming out in different columns
not in different rows as in VB 6.
Any help would be appreciated,
Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
... more >>
Preload args[] in VS.NET
Posted by jabailo NO[at]SPAM texeme.com at 6/20/2005 2:59:36 PM
I have a console app that requires args[] from the command line.
How can I set up VS.NET so it will supply args[] to the application?
... more >>
The server tag is not well formed
Posted by dfgasner NO[at]SPAM hotmail.com at 6/20/2005 2:16:08 PM
I am very new at all of this and am using a book to put together an
e-commerce website using VS.NET 2003. I have run into a problem and have
looked around the web but with no help. I am getting the following error
when I try to load my website.
Description: An error occurred during the pa... more >>
Convert this c# to VB.net - bitwise
Posted by aiKeith at 6/20/2005 1:36:13 PM
Does someone know the equivelant to this in vb.net?
c#
if ( (someChar & 0xFF80 ) == 0){
// Evaluated, do something....
}
How can i accomplish this in vb.net? If you could tell me and also explain
the logic, I would be appreciative...
thanks,
... more >>
when to use sqladapter and when to use ado.net
Posted by Newbee Adam at 6/20/2005 1:29:02 PM
I am new to vb.net coming from vb6 (intermediate level)
1. I am trying to wrap my mind around when I would use ADO.Net and when to
use sqladapter.
2.can I use sqldataadapter in web app?
3. Is it necessay to create a class for a record, like a cutomers class?
--
Adam S... more >>
how to save textbox values to 2 tables using sqladapter
Posted by Newbee Adam at 6/20/2005 1:23:13 PM
how to save textbox values to 2 tables using sqladapter
I am new with this. Do I need to ADO.net?
what is the simplist correct way?
or can I write a query in my vb.net form
insert table Machine_Count(MachName, CoinsIn)
values(txtMachineName(1).Text, txtCoinsIn(1).Text)
insert table L... more >>
Execption handling for Thread
Posted by pothik05 at 6/20/2005 12:56:18 PM
Hi:
I will appreciate your comment on the followings:
From the main program I start threads. After starting the thread the main
program do some other processing. If any of the threads throws any error
during their processing, I want to capture that exception from host and log
it.
Is i... more >>
Development server hardware
Posted by Boris at 6/20/2005 10:58:03 AM
I need to build a new .NET development server (Visual Studio) for 50 users
who will be accesing the server using Windows Server 2003 Terminal Service.
Do you have any advice in terms of how big/fast the box should be, how many
processors, RAM, disk drives, etc.? I appreciate anybody's input on... more >>
Any ideas for B.Sc.
Posted by MW at 6/20/2005 10:56:39 AM
Hello,
I'w writing my B.Sc. thesis in half a year. I was wondering if anyone has
any suggestions what would be a good subject to write about. I've been
programming in .NET for two years now and I've brushed (at least) all
componentes of the .NET Framework. I'm willing to learn a lot for thi... more >>
Microsoft Does Not Support Automation?
Posted by jabailo NO[at]SPAM texeme.com at 6/20/2005 9:24:48 AM
I came across this article while researching a VB6 430 error:
INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
"Microsoft does not currently recommend, and does not support,
Automation of Microsoft Office application... more >>
JIT Debugging component registration is incorrect
Posted by kevininstructor NO[at]SPAM state.or.us at 6/20/2005 9:22:08 AM
One of my fellow developers closed Visual Studio, re-opened the same project
and recieved this error "JIT Debugging component registration is incorrect".
This happens anytime he tries to open a recent project. I created a new,
simple project, build/run then close VS, reopen and all is fine. No... more >>
n-tier performance trade-off (guidance needed)
Posted by David at 6/20/2005 9:19:10 AM
I understand the need for n-tier architecture if an app is to be scaled-up
for server farm deployments. And I can also appreciate that separating UI
from business-logic from data-access is simply good design, if only from the
point-of-view of "encapsulation" and functional layering.
HOWEVER... more >>
need converting to and formating textbox values to decimal data ty
Posted by Newbee Adam at 6/20/2005 8:45:17 AM
I have been reading in help how I need to use decimal becuase currency does
not exist like I used in vb6.
I had a difficult time on google and msdn finding how or if I can take the
value of text box as decimal or do I just have to make another decimal
variable
.. So I took a guess hoping CD... more >>
ame")_won’t_work!
Posted by hch at 6/20/2005 8:05:01 AM
dataAdapter.Update(data, "TableName") won’t work!
I was about to deploy my first website on the Internet only to discover that
the dataAdapter.Update() throws the Server Error in the third underline. It
was working fine before.
ConnectionString in Web.config:
------------------... more >>
Show/Hide multiple TabControls at runtime
Posted by Steve at 6/20/2005 7:54:03 AM
Visual Studio 2003 C# Windows:
I have a tree view control as my main menu control down the left side of my
application. This has 2 Parent Nodes on it (Jobs and Employees). beneath
these 2 main functions I have 2 sub functions under each("Add Job", "View
Jobs" and "Add User", "View Users")... more >>
Folder Encryption
Posted by MVB at 6/20/2005 7:25:03 AM
Hi,
I want to achieve the following ---->
I want to Encrypt an empty folder and all the other files and folders copied
under that folder should also be encrypted(recursively).
Does anyone has a Idea of how to encrypt a folder in c# .NEt?
Thanks... more >>
Web.Config Timeout Expired Redirect Custom Error Page
Posted by Grant at 6/20/2005 6:19:05 AM
Hi,
I have searched the net and still no luck...
I just want to automatically have a page redirected to another page when the
timeout set in the config file expires.
I currently have:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:4242... more >>
How much time does CPU spend in each method?
Posted by Vincent Vega at 6/20/2005 5:56:25 AM
Hi,
I'd like to run my WinForms application through a series of tests and
determine where I can optimize my code. Is there an easy way for a brother
to tell which methods were called most frequently, or more importantly,
which methods took the largest fraction of CPU time to execute? Th... more >>
|