all groups > dotnet general > march 2007 > threads for friday march 16
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
DateTimePicker default value
Posted by Aniruddha at 3/16/2007 9:10:15 PM
Hi,
I am building a windows application using VisualStudio 2005(VB.NET). I am
using a
System.Windows.Forms.DateTimePicker field. By default system date is shown
in that field. How can I show blank value in the date time picker filed?
Any pointer would be helpful.... more >>
DateTimePicker default value
Posted by Aniruddha at 3/16/2007 9:06:24 PM
Hi,
I am building an windows application using Visual Studio 2005 (VB.NET). I
would like to use a System.Windows.Forms.DateTimePicker. The default value is
showing as syatem date. How can I show blank by default in the date time
picker field?
Any pointer would be helpful.... more >>
Block Floppy, CDRom, USB
Posted by Rakesh Gupta at 3/16/2007 6:59:10 PM
Hi guys,
I'm looking for a way to temporarily disable the removable storage in
Windows. This is useful in a lab situation where the instructor conducts a
test and the devices can be disabled and enabled unpon request. What I'm
looking at is for a way to block access to the removable drives ... more >>
determin if a object is a textbox
Posted by moondaddy at 3/16/2007 6:14:55 PM
in a wpf c# windows app, how do I determin if a control is a texbox?
void Test(object sender)
{
if(sender==Texbox)
{
// do something.
}
}
Thanks.
--
moondaddy@noemail.noemail
... more >>
Assertion failure in Word spell
Posted by Ilian at 3/16/2007 3:50:07 PM
Hello there,
I recently installed MS Office 2007. I have two computers- one runs XP and
the second Media Center. When I type a letter in Ward the spell check doesn't
work. When I close the document I receive a messege Assertion failure- Enable
JIT. I tried to find how to enable JIT but I can... more >>
<Compilation> invalid child element
Posted by John Bailo at 3/16/2007 3:17:02 PM
I converted an ASP.net project from VS03 to VS05. There is one
warning, for web.config:
Warning 1 The element 'compilation' has invalid child element
'compilers'. List of possible elements expected: 'assemblies,
buildProviders, codeSubDirectories, expressionBuilders'.
What ... more >>
Good tool to report on assembly dependencies
Posted by stung at 3/16/2007 3:10:22 PM
I'm looking for a tool that will report an assembly's dependencies in
XML format. I've looked at Reflector for .NET by Lutz Roeder (which is
a great tool), but I can't export the dependency information in XML
format. Any there any tools out there that is just great for this
kinda stuff?
-Stun... more >>
How can i turn off auto arrange icons?
Posted by Sofianos George at 3/16/2007 2:32:15 PM
How can i turn off auto arrange icons?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS 2005 and Themes
Posted by John Bailo at 3/16/2007 1:42:03 PM
I picked up some ASP 2.0 code and it has a Themes folder with three
"Themes" in it.
I can't figure out how to add it to a new VS project?
Any advice?... more >>
Missing the obvious...
Posted by SimeonArgus at 3/16/2007 12:13:06 PM
Okay. I have the following situation. It is a basic case where a
dynamic button needs to remove itself after an action, and handle some
minor database flags.
public partial class ReportFrame : System.Web.UI.Page
{
DBConnection DB;
//protected void Page_Load(object sender, EventArgs... more >>
Need Help Manipulating Strings (Remove/Replace)
Posted by pbd22 at 3/16/2007 11:53:26 AM
Hi.
How Do I "UPDATE" a previously created string?
I have a problem where an XML string created in
an event handler fails because the string doesn't "UPDATE"
each time the event hanlder fires, but "APPENDS",
creating lots of repetition in the XML:
Quote:
XML Parsing Error: junk after docu... more >>
Catch-22 in Web Application
Posted by SimeonArgus at 3/16/2007 9:33:33 AM
I have a situation that I can't seem to work around. I have a database
that lists the buttons that my application should generate. These
buttons are displayed if certain conditions are met and all previous
button clicks make sense. Sounds simple, right?
Here's the catch. C# Processes FormLoad ... more >>
WLAN connections
Posted by ThomasZ at 3/16/2007 9:05:33 AM
Hi,
I got a project coming that requires my app to connect together 3 or more
computers by Wireless network without a WLAN router available. I believe it
could be done with some kind of software routing on one of the computers. I
have been searching for som kind of info around this for week... more >>
dataset to array
Posted by chieko at 3/16/2007 6:24:12 AM
Hello,
I'd like to know why the copyto method in the System.DataRowCollection
does not copy the dataset to an array using the following syntax:
Thanks,
Chieko
Dim ds As New DataSet
Dim da As New SqlDataAdapter
dim State() as String
Try
da.SelectCommand = cmd
da.Fi... more >>
Money 2005 Premium and Microsoft Windows Mobile 5.0
Posted by Money 2005 Premium and Microsoft Windows at 3/16/2007 4:31:05 AM
I have the Money 2005 Premium Application installed in my laptop, and some
months ago I bought and iPaq Pocket PC with Windows Mobile 5.0 on it.
The synchronization is working, but when I install the Money for the Pocket
PC 2005 and the synchronization starts then it never finishes.
Does ... more >>
Could VS2005 and VS2003 exist in the same WinXP machine?
Posted by Jason Huang at 3/16/2007 12:00:00 AM
Hi,
I have Visual Studio.Net 2003 on my Windows XP PC.
Now I would like to test the Visual Studio .Net 2005 on the same machine.
Is it possilbe to have the VS2003 and VS2005 co-exists on the same machine
in thw WinXP environment?
Thanks for help.
Jason
... more >>
|