JohnLudlow's Q&A profile
SQL Server Send Mail task error while using expressions
Hi all, I have a problem using the send mail task with expressions. What I want to do is send a mail to all email addresses stored in a particular table. What I already did: I created a dataflow task that retrieves all email addresses from that particular table and writes them to a recordset destination; After that, I created a 'for each loop container' that loops through all email addresses. Until here, the package runs without a ...Show All
Software Development for Windows Vista Black screen after boot with ATI Grpahic card.
Hi, finally I got the new build and installed it. Like the past november build I get the black screen. I could fix it in the previuos by booting in VGA mode and installing the ati beta drivers. In this new build however, even if I boot in VGA mode i still get the black screen. When running in safe mode and installing the drivers it works fine but after reboot I get the same black screen again. I'm running a Dell Dimensin 8400 with RadeonR ...Show All
Visual C# How to change the color of the app's title bar?
Hello, How do I change the color of the app's title bar (where you have the Close, Minimize and Maximize buttons) in C# Mateusz I personally wouldn't create a user control for the borders. The non-client area is built for these situations. The correct way to do this is to create a form with your own borders. How to do so is described here . P.s: Try to post windows forms specific questions he ...Show All
Windows Forms How to find and update the value in the hasttable
In the hasttable I have the following key, value pair sun, 10 mon, 20 tue , 30 wed, 40 Could you please let me know, I want to find the key mon and update it's value to 35 If the key is the string "mon", then you a ...Show All
Visual Studio Team System Beta 3: Active directory requirements?
In http://forums.microsoft.com/msdn/ShowPost.aspx PostID=16441 it is stated, that Team Foundation do not require AD 2003 and ADAM post Beta 2. Could you please confirm that Beta 3 can be used with AD 2000 without ADAM Regards, Carsten-S The short answer is, No. However, since you want to know if your domain controller will allow Windows NT machines here is the longer answer. We will only support the fol ...Show All
Visual Studio VSS Security Setup
Hi All, I need some advice that how can i setup vss with maximum security As for current i have created a database with different users every user have different rights on different projects and things seams quite secure but the big problem is that every user of that database use a network login to access the main vss machine now what i understand this window user login must have read/write permission so all users can work prop ...Show All
Visual Studio Express Editions SelectedIndexChanged gives exeption?
I am trying to use the SelectedIndexChanged event in the simplest way possible... the first time the event fires, everything is ok, but the next time I get an Argument Out of Range exeption. What am I doing wrong here Any help appreciated This is the code:- Private Sub ListView1_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListView1.SelectedIndexChanged MsgBox( Me .List ...Show All
SQL Server User Instance=True causes invalid connection string
Whenever I use "User Instance=True" as in the connection string below, I get an invalid connection string error. If I take it out, the connection string generates other errors. "Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;User Instance=True;AttachDBFileName=|DataDirectory|\DbName.mdf;Data Source=.\\sqlexpress;" Removing User Instance=True always eliminates the invalid connection string messag ...Show All
Visual Studio Express Editions Serious Problem , Need Help Fast
Okay So I installed Vb Express Edition a while ago like 2-3 weeks ago , and i finally got around to making an application, well i started to make it and made it and made it and tested it and tested it , when suddenly i hit the run button and the computer just shut down , the power was on but it like restarted, next i started the program again and did the same thing, but now this time i went to file save and save the soloution ...Show All
Visual Studio Team System Grasping at straws here with VSTS Licensing!
First of all thanks for reading! After many calls to MSDN and the Partner Program they all seem to be unaware or partially aware of what's going on. Since the forum seems to be the best place, I'll ask here! I logged in the MSDN web site last Friday and started a discussion with the online Concierge. I asked him why was I not able to view the VS 2005 Team Suite product (and I'm not talking about the 180 day free Trial here) The short ...Show All
.NET Development Unhandled Exception Microsoft ODBC.SQL Server Grantor Does Not have Grant Permission
When I install my application on a Users Machine and they click a button that has to fire a stored procedure they get an error message: Unhandled exception has occured in your application. If you click continue, the application will ignore this error and attempt to continue. If you click quit the application will close Microsoft ODBC.SQL Server SQL Server Grantor does not have Grant Permission. I'm testing this out and gave the user fu ...Show All
Windows Forms Assistance with combobox
I am really struggling with comboboxes. I have one combobox that uses a database table as the datasource. I am filling the combobox with out issue, and I can retrieve the selectedvalue with out issue, but I can not seem to get the text.&n ...Show All
Windows Forms Why ToolStripItem inherits from Component instead of Control?
In the online docs a Control is.. "Defines the base class for controls, which are components with visual representation." A ToolStripItem is visual, so why does it inherit from Component instead of Control Technically, a ToolStripItem is not visual; the ToolStrip is the visual part, and it is responsible for drawing its ToolStripItems. Not sure why MS decided to implement it this way, instead of makin ...Show All
Visual C# Foreach loop
Dear All, I had this for each statement that used to grab the cell value for the column. But after I execute this statement, it give me an error Error 2 'System.Windows.Forms.DataGridViewRow.Cells' is a 'property' but is used like a 'method' Does anyone know what is the problem Thanks foreach (System.Windows.Forms. DataGridViewRow dgv in dataGridView1.SelectedRows) { MessageBox .Show(dgv.Cells( "Txn ...Show All
Windows Forms Progress reporting
OK, I'm sort of new to this and am not sure how to go about doing this. What I need to do is to create a "generic" dialog form that has a progress bar that will display the progress of any given process. I've gone through the information on Backgroundworker and the progress bar, but I'm just not really sure how I can make this form generic so that any given application can use this one dialog without me having to code for a backgroundw ...Show All
