swordllake's Q&A profile
Windows Forms Enable/Disable Textbox on Current-BindingSource-Item
Hello, please have a look at the follwing scenario: *I have a DataGridView to show a list of DataRows (bound to a DataSource). *Some Textboxes ans other controls show the current-selected row. The Problem: If there is NO DataRow in the DataSource, or none is selected the Textboxes are enabled! Users could think of inserting text, even if there is no row. How could I bind the Enabled/Disabled property of controls to "is ...Show All
Software Development for Windows Vista WF Virgin
Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim ...Show All
SQL Server Problem in Installing 64-bit Reporting Services
Hi, Trying to install 64-bit SQL Server 2005 RTM on Windows 2003 x64 Server with SP 1. The Reporting services option is not enabled in the installation steps. The installation process gets completed, but the Reporting Services is not installed. The server does have IIS installed, the .NET framework 2.0 is installed by SQL Server 2005 RTM itself. Am I doing anything wrong. Can anyone help/suggest Thanks in advance. ...Show All
Windows Forms pdf viewer component for .net
how to view pdf documents in a .net app any .net 'free' control for this i recently stumbled upon an activex control bundled with adobe acrobat reader that can be used for vieweing 'adobe acrobat browser document' control but it reuires acrobat reader to be installed. ...Show All
Visual Studio 2008 (Pre-release) Displaying windows from browser app
Is it possible to open a new window from a browser app (using medium trust) Is it possible to open non-standalone windows or am I limited to using message boxes Thanks! ...Show All
Visual Studio How to use CrystalReportViewer Control in MFC application?
I 've installed the Visual Studio 2005 and the Crystal Report for Visual studio 2005, then created an MFC project. But the Crystal Report Viewer Control is not been found in the Dialog editor, why Althought the Crystal Report Viewer Control can be found in the Dialog editor if we created the .Net CLR project (windows FORMs Application ). I wonder if the Crystal Report for Visual Studio 2005 could be ava ...Show All
Windows Forms Combo Box Questions
I have created a combo box from which to choose an employee. The datasource for the combo box is a datatable. I've set it up with With Me.cboEmployee .DataSource = dtEmployeeList &nb ...Show All
SQL Server what is [SQL-DMO]
in computer management, when i expand the branch of my sql2005 express, i got a error message. it seems i cant register my server, but i cant login in sqlcmd i also installed sql2000, and it works fine... could anybody help really strange This will never work. You need to use Management Studio (full or Express) to connect to SQL Server 2005. We have a bug file on our side to determine why the server is being registered. I ...Show All
Visual Basic Sammary to a class
I want to add summary description to my class in mind i use VB.NET Hi Waleedead, If you are using VB.NET and not VB2005, then you need to use an Addon. http://msdn.microsoft.com/vbasic/default.aspx pull=/library/en-us/dv_vstechart/html/VBGeneratingDocs.asp Regards, Vikram ...Show All
SQL Server File growth problem in 2005
Have a database, one filegroup with one datafile and one log file. However, restarted the box and saw that the growth settings for the datafile was changed from 100Mb increments to 25600%. The logfile is still the same at 200Mb as required. Both have unlimited growth. Looking at sysfiles in the database, growth is 25600 for the log and data file. In Management Studio I cannot change the setting for the data file (log file still shows 200Mb ...Show All
SQL Server Returning last months data
I'm running a query in a reporting program which returns all fields for a certain date (using SQL). One of the queries was to find tuples that had a date that equalled yesterday. so to get the correct results just queried date >= sysdate-1 and date < sysdate. I now need to try and get it to return records for all the previous month. This is run every month so I can't just put in date >= 01-AUG-2005 and date < 01-SEP-2005. Any ideas ...Show All
Visual C# XY Position for Object
is it possible for the XY position to contain a double value such as 252.5 If so, can someone please tell me how to apply that in code. Thank you. ...Show All
Visual Basic Functions not writing out new txt files
The console pops up for like one second. I am not finding any new txt files being written to the destinatin directory...and not sure why. When I try to debug, it doesn't seem to stop at any of my set points..just the console pops up so quick that I can't see it. Imports System.IO Module Module1 Sub Main () Dim parser As New ...Show All
.NET Development Is Microsoft serious about serialization?
I've been working through a serialization model have been stumbling over many semingly simple serialization problems that lead me to believe that Microsoft is not serious about serialization. There does not appear to be a unified model or methodology to the serialization within .Net. For example, the latest problem I hit is that the System.Windows.Forms.Padding structure is not serializable. Why is it that Microsoft did not tag this seemingly s ...Show All
SQL Server File System Task: Move/Rename
I can use the File System Task to Move a file from one directory to another and to rename a file, but is there a way to do this in one step, i.e., move file named 'c:\foo.txt' to 'c:\backup\foo_bkp.txt' Raul, You can use a script task to do this. See here: http://blogs.conchango.com/jamiethomson/archive/2005/09/14/2149.aspx -Jamie ...Show All
