Software Development Network Logo
  • Visual C#
  • Windows Forms
  • VS Express Editions
  • VS Team System
  • Visual C++
  • Windows Vista
  • Visual FoxPro
  • .NET Development
  • Windows Live
  • Visual Basic
  • Visual Studio
  • SQL Server
  • Microsoft ISV
  • Architecture
  • Smart Device

Software Development Network >> taboryee's Q&A profile

taboryee

Member List

Lweek
bcristian
Goshawk
Vern s
IssamElbaytam
Kobeting
WatsonT
R102oy
cookiekhanh
r_sendhil
SirMike
mullykid
btsdev
bslim
Anthony Wong - MSFT
davidMcKenzie
NuclearIntern
Charles Chung
Stéphane Turcotte
Darren Baldwin
Only Title

taboryee's Q&A profile

  • Visual Studio Tools for Office Runtime Library

    Everytime I open a link up, I always seem to get the following messege: Microsoft Visual C++ Runtime Library Runtime Error programs:C:programfiles/internetexplorler/iexplore.exe This application has requested the Runtime to terinate it in an unusual way. Please contact the application support team for more information. How can I get rid of this This forum is specifically for questions concerning VSTO - Visual Studio Tools for Office. Apparently you're seeing this message when you click a link in Internet Explorer Then you should ask this in a group specific to Internet Explorer. You might ...Show All

  • Windows Forms Horizontal Splitter Group Box

    I put the three list boxes into a group and incorporated the splitters.  It seems to work fine.  I made the group box dock with the top property and it works the way I want.  The next problem is that I want to put a datagrid below the group box and I want to be able to resize the top group box and have it sync&nb ...Show All

  • Windows Forms Window Form ComboBox and DataGrid question

    I am having a few problems with windowforms. 1. In a combo box when you type one character it treats the SelectedIndexChanged as changed. 2. In a combo box how do I allow for nulls. 3. In a DataGrid how do I allow a column to be a comboBox. 4. In a DataGrid how do I change the column headings. Thanks for any help. 1. Take a look at ComboBox.DropDownStyle, and ComboBox.AutoCompleteMode. 2. Take a look at this post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13783 3. See "How do I create a ComboBox column in a DataGrid" at the Windows Forms FAQ: http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#4umuvlol 4. The ...Show All

  • Windows Forms remote server is unreachable or the request has timed out

    I've installed the Client and server applications to two different Windows 2000 machines and get the same error on both when I start the client "The remote server is unreachable or the request has timed out." I have SQL Server 2000 and sa has a blank password.  The SQL Server instance can be referenced using "local" and I believe that&nb ...Show All

  • Visual C++ complete word of vc++ 2005 express edition is very bad

    i have a project which has a lot of files. when using vc 2003, it can do word compete well. but vc++ 2005 express can't do word complete. what's more,clicking on the include statement(e.g. #include "a.h") and trying to open the header file fails too, but vc 2003 can open it. why can't work just because it's express edition Hi Steve, I'm just guessing, but it is quite possible you are using headers related to Win32 programming. This would explain both why VS is not able to open the header file as well as Intellisense not giving you complete dropdowns. If this is the case, you should install the Platform ...Show All

  • SQL Server Charts on multiple pages??

    Hi All, I am using SQL Reportig Services 2005 for displaying reports in Bar Graph charts. The problem is that the width of each bar in chart is not fixed and changes based on volume of data. If number of rows retrieved by dataset connection are many, then the graph appears too cramped and is not readable. Is there any way, programmatically or at design time, that we can change the width of chart based on number of rows retrieved in the dataset Any help or reference will be highly appreciated. Thanks in Advance !!! Assuming all the data you are showing as bars are really detail rows rather than grouped data, you could ...Show All

  • .NET Development How to know when a CAO client has close?

    I am using a CAO schema in a remoting scenario. I need to know when a client has close the app. It's a chat, and I need to know when clients close, so I report the session termination to the other clients. Any idea Do u know about another schema wich could work better than CAO I dont like singleton cause i cant have individual info for each client since they share the same object. Thx in advance. you're welcome. . . I highly recommend Ingo Rammer's: Advanced .Net Remoting, second ed.   ISBN: 1-59059-417-7 The MicrosoftR .NET Remoting   blows chunks. . . avoid at all costs!!! ...Show All

  • Windows Forms Control Display after Form is Loaded

    After the form is loaded there is a brief but noticible period during which the form is visible but the controls are transparent. Presumably this is while the child controls are being painted. Oddly when one control is filled (no longer transparent) the others are filled too. It seems to be a all or nothing thing.  My question is how can I ha ...Show All

  • Visual Studio Express Editions vbe layout toolbar problems

    can anyone suggest a solution as to why the layout toolbar is not illuminated when in design mode. i need to align labels, text boxes, etc., hi, what do you mean by illuminated i didn't understand this part and what's the relation between toolbar and form control alignning best regards ...Show All

  • Windows Forms DataGridView GetFirstRow() problems

    Hi all I'm using the GetFirstRow(DataGridViewElementStates::Displayed) function to work out which the first row displayed on the list at the current time. There are two problems with this though. First is that the docs say that it is meant to be for internal use of the framework rather than being used by plebs like myself. The second problem is that if the DataGridView isn't actually visible, the function returns -1. Not surprising I guess since none of the rows are actually visible. But I still need to do things to this first row even if its not currently visible. Does anyone know a better way to get this first displayed row ...Show All

  • Visual Basic Open an existing Excel File

    Hi, I have recently installed Microsoft Visual Basic 2005 Express Edition and would like to open an existing Excel file from a command button within the application I am making. Having scanned through the help and forum sites i have made the following code which does not provide any errors, however when I click the command button the mouse cursor changes to the 'Busy' cursor then nothing happens. Here is my code: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim xlTmp As Microsoft.Office.Interop.Excel.Application xlTmp = New Microsoft.Office.Inter ...Show All

  • Visual C# casting problem from SD.DbType to SD.SqlDbType

    Hi all. I have a very strange problem of casting from SD.DbType to SD.SqlDbType/ When I try to cast SD.DbType to SD.SqlDbType it returns odd SqlDbType. For example I have DbType = string, if I cast it to SqlDbType then it returns Int16 type. If I cast DbType = Int16 to SqlDbType then it returns varchar type etc. Below is the code for that. I am using .NET 2.0 and trial version of visual studio professional edition. Do you think its a bug in .NET or it is something else Please let me know. Thanks a lot public override SD. IDataParameter CreateParameter( string name, SD. DbType type, int size, Object value) { SD. SqlDbTyp ...Show All

  • SQL Server AND OR question

      Can I set  up constraints to be AND OR.  I have 4 tasks (A,B,C & D)   I want D to fire when the follwing criteria occur:   (A or B) and C. I haven't managed to do this, as when I set up the OR constraint, all of the green lines turn to OR's as well.   Many thanks in advance for any help         Just off the top of my head... Drop an empty sequence container onto the control-flow. Call it E E executes when (A or B) D executes when (C and E) Does that work -Jamie   ...Show All

  • Visual FoxPro SELECT - SQL executed partically

    I have 11,000 directories in my machine on one partition only (C:). In order to expedite search for file I need (I found MS search engine too slow) I scan all directories once in 10 days and create a table with directory shorthands and a field where extensions of the files located there are stored. Some directories have too many various types of files and I use a memo field to store extensions for them. Thus the primary field has 80 char length but there is a logical field "overflows" that signals the fact that that the memo field should be looked into. The trouble is: my SELECT statement ignores the memo field as I just found out. ...Show All

  • Software Development for Windows Vista Workflow Designer Rules Support

    Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. I need to basically setup a workflow, set some properties, then run the workflow from the designer. Part of this demo include the use of an IfElse activity and a Policy activity which link with the rules engine portions. I've trundled through the examples and the current samples get things about 75% of the way there, and I've probably gotten another 5-10% there by looking at the threads here, but I'm still stuck. Here is what's happening: 1. Create a new workflow 2. Drop an IfElseActivity on the design surface, thro ...Show All

©2008 Software Development Network