Todd Weber's Q&A profile
Windows Forms myGridColumn.NullText Help
I have a datasource and with in that i have null fields which i need to turn to "". whats wrong with my code.. it keeps saying that im out of the index range.. please help.. oConn.Open(); SqlCommand oCMD = new SqlCommand("select * from sometable", oConn); oCMD.CommandTimeout = 30; SqlDataAdapter oResults = new SqlDataAdapter(); oResults.SelectCommand = oCMD; Data ...Show All
Architecture Architecture Frameworks
How important are the architecture frameworks like "Zachman, IAF, the DYA framework and Tapscott" for software architects to study And what priority must you give them Greetings Clemens Hi Clemens, Like most things in Software Architecture - it depends :) Sometimes the business circumstances requires that you use a framework e.g. if you are working with the US DOD you may need to work with DODAF; If your company standardized on Zachman you may need to use it etc. Another reason for looking at Architecture frameworks is that they can help you get started on understanding how to tackle architecture in ...Show All
Visual Studio Express Editions Splash Screen Delay
I'm following along in the "Build a Program NOW" tutorial and on page 100 it states that a code snippet is available to set the dealy of a splash screen. I can't find the snippet. More importantly I can't find anything on the msdn site telling how to accomplish this. This seems like an issue that would be VERY common. Why no help Can the screen be made to stay untill a condition is met - for example untill a sub has completed execution and returned a variable Thanks in advance for the help! See if the following thread helps: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All
.NET Development Disable Guest Account
Does anyone know how to determine if the guest account is disabled on a remote computer on the server I was thinking I could read a registry key to do it, but I do not know if such a key exists. Below is code showing how I determine if CTRL+ALT+DEL is required to logon to the remote machine using the registry. If it is not required then I change the key to make it required. I was hoping I could do something similar for the guest account. If anyone knows of a registry key for the guest account please let me know, or if you know of another way to check the guest account on the remote computer. Thanks in advance. subkey = "Software\Microsoft\ ...Show All
.NET Development Tooltip for each items in select box
Friends, Some of the items in my listbox(Select box in html) are too big to display. Can I have a tooltip that displays the same text when I move over it If so, how Any help or suggestions would be appriciate. Thanks & Regards, Shiby An IE newsgroup will be more likely to be able to answer your question. IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx Click on the newsgroup with the particular version of IE you're interested in. ...Show All
Windows Forms Formdesigner doesn't display controls
Hi, I have a problem with the form designer in VS2005 professional. My Form holds two TabControls, one in the other (placed ond a tabPage). The one on the TabPage again has a couple of TabPages. One of them holds a SplitContainer in which I placed a ToolStrip and a DataGridView. The Problem now is, that if I click on the tabpage holding the splitcontainer the tabpage doesn't show any controls any more. If I close my project and reopen it, the controls are there again, but just for a short time. Is it something I am doing wrong, or does the Formdesigner have a problem Thanks for hints an answers. Rainer Queck ...Show All
SQL Server Preview a Report in Design Mode (VS 2005)
I am working with SQL Server Reporting Services and Visual Studio .Net 2005 Beta 2. In VS 2003 you could preview a report in design mode by clicking on the preview tab. There is no such tab in 2005 Beta 2. Does anyone know how to preview a report in design mode Thanks. When you are using the Report Controls in local mode (embedded), there is no preview since your application is responsible for creating the data set to bind into the control. You will need to execute your application to preview. Designer preview is only present in report server mode. ...Show All
SQL Server Data Driven Subscription with no results
I have a data driven subscription that is set up to email and uses a sql statement to generate the delivery settings and report parameters for each recipient (so each person does not reveive one email per row in the result set). I'm told that this is a good work around for creating a subscription that will NOT fire an email if there are no results returned, however I can not seem to get this to work...it continues to send an email with a blank report if there is no data for the previous day. Any thoughts/help would be appreciated. thanks in advance! If you want a fixed recipient list you want to do the follow ...Show All
Visual C++ VC++ User Control Troubles
I had a user control project up and running. It compiled just fine. All of a sudden it kept compiling even if there were blatent errors with the code such as a missing semicolon or random text splattered somewhere it shouldn't be. Now my *.dll file is built and I can't even use it in my main project. Does anyone have any insight into this problem Hah! I religiously cleaned it... Then I created a new project and copied/pasted my code from the header over to the new one and that compiled. So I compared the projects and you know what I guess it would help if I actually had the *.cpp file in the project so it would, ya know, compile and st ...Show All
Visual Studio Tools for Office Outlook 2003 VSTO plugin doesn't run
I've built a custom attachment zipper upon the BusinessContactAssisstant solution. Program runs fine when starting Outlook from the debugger. I've build an installed based on existing one to install into custom folder (program files\magicZip). Application is successfully installed and folder created. When starting Outlook from outside debugger, the magicZip is not loaded, tools/options/other/advanced/com addins shows that a runtime error occured. Funny thing is that the com add-in panel in outlook displays program files\microsoft\vsto as folder. I have no clue what might be the problem- any ideas Thanks, Andi ...Show All
Windows Forms How to replace Arrow Head inplace of '+' or ' - ' in TreeView Conrtol in C#?
How can we add Arrow Head instead of '+' or ' - ' signs before nodes of the TreeView Conrtol, such that when we expand it, instead of '-' sign it should show an arrow head in downward direction and in compressed state instead of '+' sign it should show an arrow head pointing towords left. Please guide. regards ...Show All
Smart Device Development Context Menu
Hi everyone, hope you're doing fine. is it possible to add some entries to Windows Mobile 2003 context menu can we add icons next to the entries i have added keys in the registry like it is done on windows xp but it didnt work (maybe the key names are different) :(. any suggestions Please see this post for details on where to post non-VS 2005 questions http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All
Smart Device Development Vibration for P800 platform coding
Hi i'm new to mobile visual basic currently doing a vibration for P800 platform[Sony Ericsson p910i] which is connected to another bluetooth module. i want it to vibrate when i tap on the screen or button but can't seems to work with the codings i had, heard that i could get some help here.. Here are my codings. Option Explicit Dim vibrator As VibrationClass Dim fuserModule As AFFuserModule Dim fuserFunction As AFFuserFunction Dim L As Integer &nb ...Show All
Software Development for Windows Vista Designer re-hosting and XAML only workflows
I'd like to change the Designer Re- hosting example to cater for XAML only workflows. Can anyone give me any advice to get me going I have some custom root workflow activities (compiled) and have xaml workflows that use these, but when I attempt to load them into the example it doesn't even get off the ground because the WorkflowMarkupSerializer can't deserialize the xaml (returns null). I had added the assemblies etc. I have got a bit further by modifying the PerformLoad so that the serializer uses the IDesignerSerializationManager that is passed into it. This enables it to deserialize the XAML with my custom types that I added ...Show All
Visual Studio Team System SQL Server Source Control Plug-In Not Available.
I've successfully installed the TFS client and I've been using it within the Visual Studio environment quite well. However, when I went to set it up within my SQL Server IDE, the plug-in isn't available in the drop down. Any help The SQL server IDE does not support adding Visual Studio packages so the Team Foundation Server Source Control package cannot be loaded. The SQL Server team is considering removing this restriction in the future. Ed http://blogs.msdn.com/edhintz ...Show All
