all groups > dotnet general > january 2004 > threads for thursday january 1
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
String Manipulation (C#)
Posted by kuya789 NO[at]SPAM yahoo.com at 1/1/2004 11:16:24 PM
I would like to randomly output phone numbers seperated by \ and / from a string.
s = "\231-3423/\453-1234/\231-3473/\231-3474/"
//c sharp code
private string GetPhoneNum()
{
s = "\231-3423/\453-1234/\231-3473/\231-3474/"
//randomly pick a phone num from string.
n = randomNum;
return n;/... more >>
Specifying an Additional Dependency for a Custom Build Step
Posted by gwatts NO[at]SPAM phys.washington.edu at 1/1/2004 10:49:36 PM
Hi there,
I've got a special header file which I run an small external program
over to produce a .cpp file that I want to have my project build. The
special header file includes a second header file. I'm using VS.NET
2003 and I'd like to automate the process.
To automate this I used the C... more >>
Run in debug mode hangs IDE
Posted by Brian Pembroke at 1/1/2004 8:44:30 PM
When running my program in Vb .Net 2003 on Windows XP, it
hangs the IDE everytime. It will run if you choose to
run not in debug mode. After further investiagation,
this happens in all the languages within Visual
Studio .Net. The IDE is completely locked up when this
happends. Any idea... more >>
Advanced String Manipulation (C#)
Posted by kuya789 NO[at]SPAM yahoo.com at 1/1/2004 8:27:17 PM
I would like to randomly output phone numbers seperated by \ and / from a string.
s = "\231-3423/\453-1234/\231-3473/\231-3474/"
//c sharp code
private string GetPhoneNum()
{
s = "\231-3423/\453-1234/\231-3473/\231-3474/"
//randomly pick a phone num from string.
n = randomNum;
return n;/... more >>
VB .net standard
Posted by Mitchell at 1/1/2004 7:45:44 PM
I'm trying to learn VB .net using the standard version
and a book on OOP. In the current chapter the book asks
me to create a project using a "Windows Control Library"
template - which does not seem to be available to me. Is
this because I'm using the "standard" version of the
software? ... more >>
multi thread and appdomains application
Posted by Daylor at 1/1/2004 4:31:09 PM
hi.
i have mult thread vb.net application.
it has 30 threads.
each thread serves 1 phone caller.
the question :
is there a reason , to create appdomain for each Phone Service ?
meaning 30 appdomains ?
or , the purpose for creating another appdomains, is diffrent ?
... more >>
Taborder between asp:textboxes
Posted by Jane Sharpe at 1/1/2004 3:41:47 PM
Hi,
I have a form which contains a number of textboxes, they are defined like
this :
<asp:TextBox id="txtEmail" MaxLength="128" runat="server"
class="DataTextBoxMedium" onkeydown="TrapKBD()" />
At the moment as the user enters information, and presses the tab key, they
are taken down the... more >>
Binding Data to ComboBox and Other Controls
Posted by Jesse at 1/1/2004 2:45:26 PM
Hi there,
I am trying to bind a combobox and some textboxes to a
single table in a dataset. I want it so that when a
(unique) value in the combobox is selected, the other
textboxes show information for the row in the dataset
specific to that selection. So far, i have been able to
bind ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Convert C# to vb
Posted by Al at 1/1/2004 2:25:27 PM
Can anyone write this code in vb
string highligh(object ytdsales)
{
if (ytdSales.Equals(DBNull.Value)
{
return",<i> No Sales</i>;
}
else
{
if (((int) ytdSales) >1000)
{
return "Good sales"
}
}
basically, I am trying to know how to write functions with
both languages (:
Al... more >>
Single code base for stand alone and web application - is this posisible?
Posted by Takeshi at 1/1/2004 2:17:44 PM
Hi All,
I'm new to dotNET. I am (thinking of) building the presentation layer of
my application in dotNET. Communication with the backend will be done by
subject based (multicast) messaging - running on a Unix backend, with a
windows client (C Win32 DLL) resident on the front end.
I want... more >>
Export from Database into Word using *.dot (template)
Posted by Franck at 1/1/2004 1:05:09 PM
Does anyone know how I can export my data from a database
and put it into a predefined Word template document.
I'm using C#.NET and have datasets with all the data I
need. I would like to add name and address of patients
into predefined letters. My Word document has fields
for "Name", "Fi... more >>
Full Database System Sample?
Posted by Eliezer Figueroa at 1/1/2004 8:52:18 AM
Full Database System Sample?
I want to know if there any good windows forms based
database sample application that can be downloaded.I
searched the MS site but most of the database samples are
for ASP or are not full application but istead sample of
a particular feature. I am looking for ... more >>
speech engine
Posted by ibrahim NO[at]SPAM islamabad-dot-net.no-spam.invalid at 1/1/2004 7:41:24 AM
i want free speech which i can use for the dot net project (C#), which
is available on internet
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Speciali... more >>
Projects in vb.net
Posted by atif_butt82 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 1/1/2004 3:11:24 AM
hi guyz. i m so much worried these dayz coz i hav to submit the
proposal of my undergraduate project n i m unable to find any one
yet. so plz if any one can help me out i 'll b greatly thankful to
him/her. Thanx
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----... more >>
Crystal Reports
Posted by lilush at 1/1/2004 1:59:52 AM
Need Help On Crystal Reports?
Does Anybody know of a good tutorial to get started
with crystal reports?... more >>
|