all groups > dotnet general > may 2006 > threads for friday may 26
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
Complications trying to use Table Adapter
Posted by Bruce HS at 5/26/2006 4:56:01 PM
I'm using VS2005, VB, WinForms
I’ve developed forms using those nice wizards Microsoft provides. However,
I’m running into a couple of complications trying to work with the resulting
Table Adapters.
1) My user interface allows the user to fill in any combination of perhaps a
dozen Q... more >>
Save Email into database
Posted by Sai at 5/26/2006 12:16:02 PM
Hi,
I would like to save an email into SQL Server database which I have received
in my outlook inbox. Is there any procedure to do so, if so please send me a
sample code. If not please let me know as which could be the best way to do
so.
Thanks in advance.
Sai... more >>
DataSet.WriteXML writes decimals in Scientific Notation
Posted by rSmoke at 5/26/2006 10:30:02 AM
I have a DataSet that contains a table with about 6 columns of high accuracy
decimal values. When I try to write out the DataSet using the WriteXML()
function the XML is written fine, but the decimal values are written out in
scientific notation ("9.984348392E+08"). This wouldn't be a problem ... more >>
type is not defined
Posted by Lew Burrus at 5/26/2006 9:16:12 AM
I am relatively new to advanced concepts in
OOP, though I am fairly comfortable working
in .Net. Have recently taken a 1.1 project
into VS2005, and came across a show-stopper
of an error. When I create a variable of
another page's class type, the class is no
longer available, as I get ... more >>
string operation
Posted by samuelberthelot NO[at]SPAM googlemail.com at 5/26/2006 7:16:00 AM
Hi,
I've got a table that contains a field of type nText.
Eeach records contains in this field the source code of a html page,
something like that...:
' <html>
<head>
<\head>
<body onload="bodyLoad()" >
<div>
<table>
<tr>
<td>
some stuff goes here
</td>
</tr>
</table>
</div>
</bod... more >>
VB.Net Problem Passing A Control To A Routine and retrieving the ctrls index
Posted by squigster at 5/26/2006 6:48:39 AM
Hello Everyone,
I am having a problem when I pass a control to a routine and I want to
set properties for the control I cannot determine a way to retrieve the
passed in controls index so that I can set the properties for the
specific index. The routine blows up after the first time through. Th... more >>
PInvoke doesn't work with Compact Framework 2.0
Posted by Richard at 5/26/2006 6:45:02 AM
(not sure what the correct newsgroup is for this - is
microsoft.public.smartphone.developer a managed newsgroup?)
The code from this article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp
Does not work if compiled using the Compact .NET F... more >>
Button BorderSize Issue...
Posted by Jason Richmeier at 5/26/2006 6:17:02 AM
I have come across something that I cannot seem to find a solution for and
would like to know if anyone else has either seen the same thing and/or (even
better) has a solution.
If I set the BorderSize for a flat-style button on a Windows form, the
border is correctly drawn in the designer b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Count function
Posted by Stephen at 5/26/2006 6:10:02 AM
I have a table which has a million records. Each night it get trashed and
re-built.
I want to run a select statment and pass the results into a variable to let
me know if it contains more than 0 records.
I don't want to do this because it takes to long to perform the count.
declare @c... more >>
Print without promting with Service Pack 2
Posted by Alba López at 5/26/2006 5:10:02 AM
Hi, I want to print a webform directly to the default printer, without
showing the user the print dialog box.
I used to do it with window.open and it worked as I wanted to, but after
installing Service Pack 2, the dialog box appears and I don't know what to do
to "remove" it.
Thanks a lot.
... more >>
VB6 or C#.NET? - Your thoughts appreciated
Posted by james NO[at]SPAM instantecommerce.co.uk at 5/26/2006 1:52:26 AM
Hi
I am in the process of developing a simple web-downloadable application
to be run on multiple users machines.
Your thoughts would be appreciated as to whether VB6 or C#.net would be
the development language of choice?
I prefer .net which provides much of the functionality that I requir... more >>
hard disk size
Posted by Andrew at 5/26/2006 12:33:01 AM
how to get the disk size and free space of the hard disk(not in bytes)... more >>
Error after installing vs2005
Posted by SenthilVel at 5/26/2006 12:00:00 AM
Hi All
i am installing vs2005 in one of machines which had already got a trial
version of vs2005.
i installed vs2005 , successfully , i also got the Success message screen in
the installation.
but when i tried to open the vs2005 from start-->programs-->microsoft vs2005
, i am getting ... more >>
|