all groups > dotnet general > december 2003 > threads for monday december 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
how can I get Microsoft Certification for VB.NET sitting at home.
Posted by abdul waheed at 12/1/2003 11:08:18 PM
Dear Sirs,
I have done Master of Computer Science from a Pakistani
University, whose standard is not so good. I am myself
hardworking but still watching here and there because of
no proper guidance. I have a lot of basic knowledge of
different computer softwares and languages but not havi... more >>
Regular Expression
Posted by Vannela at 12/1/2003 9:22:46 PM
Can u tell me the pattern to match
global single space a word followed single space by the
same word
for example:
global santhu santhu
Thank you... more >>
Memory print
Posted by Ayende Rahien at 12/1/2003 8:11:17 PM
I noticed that my app has an unusually large memory print > 60MB and an
empty windows application project has >10MB memory print on my machine.
Why is this?
I know the subject has probably been rehearsed to death, so if you have a
pointer to a previous discussion I would appriciate it too.
BTW... more >>
Progress bar in status bar
Posted by Ayende Rahien at 12/1/2003 7:38:24 PM
How do I create a progress bar inside a status bar a-la IE?
... more >>
vb.net form and treeview
Posted by dave at 12/1/2003 7:18:18 PM
What is the most effecient method to take data from a
database table (sqlserver) to a vb.net treeview control.
The database table looks like
ID, Name, ParenetID
1 , test, <null>
2, test2, 1
3, test3, 2
The above would create a tree with 3 levels?
Suggestions?
thx
(code samples wou... more >>
Instance name of the Main Form of an application
Posted by Giulio Mastrosanti at 12/1/2003 6:47:21 PM
Which is the instance name of the starting form of an application?
I want to access his controls and variables from another form but can't
find the way...
Which is the property I can use and must i cast it in some way?
Thanx,
Giulio
... more >>
Any differences in .NET implementation for various Windows platforms?
Posted by Dan at 12/1/2003 5:57:37 PM
Hi Gurus
Will there be any differences in .NET implementation for various platforms,
like Win98, WinME, Win2K and WinXP? in terms of performanace, features, and
availability of certain libraries.
thanks
dan
... more >>
Question on conversion from MSIL to native code
Posted by Dan at 12/1/2003 5:48:00 PM
Hi Gurus
I got a very basic question to ask:
When a .NET exe (MSIL) is first run, the JIT-compiler will converts the IL
into native codes so that it can executes on the current machine. my
question is:
1) where does the native codes reside? is it saved somewhere in the hard
drive or it w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataGrid
Posted by Elrond Bishop at 12/1/2003 4:13:50 PM
How do I bind a collection to a datagrid
... more >>
How best to view huge amounts of text?
Posted by Chris Mullins at 12/1/2003 3:58:22 PM
I'm building a GUI that needs to be able to view a large amount of text
arranged in rows. Large being anywhere from a few hundred lines through a
few hundred thousand. I need a way to "cap" the max number of rows, so that
old rows are discarded in favor of new rows if the limit is reached.
My ... more >>
XmlDocument problem
Posted by Ayende Rahien at 12/1/2003 2:38:10 PM
Serious problem
I'm using Chris Lovett's SgmlReader class
SgmlReader sr = new SgmlReader();
XmlDocument xdoc = new XmlDocument();
sr.DocType = "HTML";
sr.InputStream = new System.IO.StringReader(node.InnerText);
xdoc.Load(sr);
foreach(XmlN... more >>
Strings manipulation performance
Posted by John Leyva at 12/1/2003 2:11:10 PM
Hi there
This is the situation .
there is a huge string that pass as a parameter in a method
The method just look for a value in the string, and return it
The methos is invoked by another method in the same proces
What is the best way to do this? (C#
- a) string ExtractValue (string Hu... more >>
Data Grid Sort
Posted by Amy Snyder at 12/1/2003 1:31:21 PM
I have a page that has 13 filters used to query a database. I am using
the data grid to return the search results. The user has the ability to
show from 2-13 columns of data. I have this part working without a
problem.
My question is how do I create the sort for this data grid when the
col... more >>
Align context menu to a button
Posted by Mike Stephens at 12/1/2003 11:54:34 AM
This is very simple and for the life of me the solution escapes me.
How can I align a context menu to the right button of a button?
Regards,
Mike
... more >>
Regular Expressions
Posted by Picho at 12/1/2003 11:51:55 AM
Hi all,
first of all, does anyone know of a newsgroup dedicated for regular
expressions?
second - my problem:
I have a string that represents a formula of the format: "formula(...)"
the formula itself can contain other formula expressions like "Calc(...)",
"Assign(...)" etc
these expres... more >>
RS232
Posted by nchap99 at 12/1/2003 11:04:16 AM
hello,
Does anybody know if Microsoft Dot Net supports the RS232
type of connection.
As far as I know Visual basic 6 supports RS232 connection
format.
Thanks,
nchap99... more >>
How do I add an Uninstall icon off the start menu in .Net?
Posted by Dave A at 12/1/2003 9:57:37 AM
How do I add an Uninstall icon off the start menu using Visual Studio .Net
Deployment project?
You can add a folder, project output, file or assembly or create a shortcut.
None of these seem to heading in the right direction. I have considered
adding a shortcut to something like "msiexec /x ... more >>
ASP.NET - window.close()
Posted by Gene Brumm at 12/1/2003 9:49:54 AM
I have an ASP.NET web application that checks for a
database in Page_Load(). If the database is not present I
want to exit the application.
I have tried using window.close() which does close the
app but prompts the user if he/she wants to close the
browser. I don't want the prompt since t... more >>
Modular approach to .net development for large solution?
Posted by tpodonnell NO[at]SPAM plls.co.uk at 12/1/2003 9:42:06 AM
Dear All,
I have been working with VB.NET for the last 5 months or so as a solo
developer for a small business. I have already started developing the
application but have hit a snag with the referencing of one project
within another.
I would like to develop the solution using a modular appr... more >>
Rendering HTML inside Windows Forms
Posted by Jay at 12/1/2003 9:16:02 AM
Hi all,
May i know if there is any way by which we can render a
given HTML inside .NET Windows Forms?
We had the Web Browser controls in Visual Studio 6. Is
there a follow-up of that in VS.NET?
Most recently, HTML rendered dialog boxes seemms to be in
vogue. Can anyone please help?
... more >>
Create Outlook Task with ASP.net
Posted by Nicholas Then at 12/1/2003 8:55:09 AM
I have a web application that has an area for users to
have suspenses (same as tasks). However this is just
database controlled. Is there a way that I can create an
Outlook Task with ASP.net so that if the user wishes they
may export their suspenses to an outlook task, so that it
could e... more >>
scaning for files ??
Posted by serge calderara at 12/1/2003 7:12:47 AM
Dear all,
Is there a ready .NET function which is collection all
files existing in a folder?
thnaks for your info
regards
serge... more >>
.NET connectivity with LAMP
Posted by John4827 at 12/1/2003 6:38:53 AM
Ok I am running a Linux server with Apache, MySQL, and
PHP installed.
I also have Apache installed locally on my workspace.
When I try and create an ASP.NET web appliction it gives
me the following error:
Visula Studio .NET has detected that the Web Server is
running ASP ..NET version... more >>
StringReader
Posted by Vannela at 12/1/2003 4:00:41 AM
I am using stringreader to repeat through each line of a
file ,but my string reader is clubbing 4 to 5 lines as
single line at few places, what could be the problem?
Please send me the suggestions
Thank you... more >>
Wave File Header
Posted by JamesT at 12/1/2003 3:58:16 AM
Does anyone know how to get the information from a Wave
File Header in VB.NET (or VB6). I need to check the
sample rate for the correct value.
JamesT... more >>
VB.Net more restrictive?
Posted by Grahammer at 12/1/2003 1:20:32 AM
Is it just me, or is VB.Net much more restrictive than VB6?
For example... I'm trying to build a control that will check a POP3 email
account for mail and allow the user to enter POP commands while connected.
Later I'll do the same for SMTP and for a Telnet session... I cannot find
any evidenc... more >>
Where am i going wrong ASP.NET
Posted by Vinodh at 12/1/2003 12:27:38 AM
Hi,
I created an ASP.NET application in VB.NET. I put one text
box (Textbox1) and a button (button1) to the web form
(webform1). Then I clicked on the button and add the
following code.
Textbox1.text = "Hello World"
When I ran the project and put the cursor in the text box
and type... more >>
|