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

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

Gawaine79

Member List

Sachin chakote
cmhaas19
Muthu Annamalai
M O J O
krystalklyr
sellison14
Quartz...
djjay0131
edmund1
thewopr
Richard Bunce
David Rainis
Jirka Nouza
T-boy
George3
Randy_TS
tour_of_delusion
Natham
Todd-TSIC
Alexis Molteni
Only Title

Gawaine79's Q&A profile

  • Windows Live Developer Forums Msn seems to be something wrong in my computer>

    Hello there, (to everyone). I wanted to ask everybody opinion about these problem i facing. First, there is no question and solution on the help section of msn messenger. Hence, my msn messenger cannot send file, i mean transfer file to my buddy. Is all my friends i cannot transfer any file. ( i scan before my computer and no virus indicate). Continue, for my hotmail i cannot send attachment. ------------------------------------------------------------------------------------------------ I hoping everyone will help me get solution for my msn messenger, or i will being torture cannot send important file to my friends.... well zip ur fi ...Show All

  • Visual Studio Consuming MSSCCI plugin - calling SccInitialize

    Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 ( #define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts "Source Safe" there) and lpAuxPathLabel (puts "Source Safe Database" there). Is there anything special I have to do to consume VSS plugin from my custom code Is there ...Show All

  • Windows Forms DataGridView/DataSource performance

    I am setting the DataSource to a DataGridControl that I am filling (in the Form1_Load method) from a List-derived object. This was working fine, but with more than a few 100 entries in the list it is now taking a long time for the form to show - several minutes with 0x250 entries. Is there anything I can do to speed this up   I don't understand why a hyper-threaded P4-3000 should need so much time!  Once the control is displayed performance is fine. Is there something I can do to reduce the work done by the control when attaching the data source   Or should I change data source from a list to something else Thanks, Chris ...Show All

  • Visual Studio 2008 (Pre-release) TargetName Does not work for me.

    I have problems getting the Targetname property in ANY setter to work (inside a datatemplate). How Do i access specific elements within a datatemplate to change/animate with a animation/property trigger  Let me just emphasize this is within a datatemplate. Outside the datatemplate works reasonably well    ...Show All

  • Visual Studio Tools for Office How to run a piece of code in Outlook at interval?

    Hi everyone, I'd like to write a small addin for my outlook to help me check some report mails, and send a reminder to those who haven't send the report. So bascially, I'd like my addin runs at every morning and scan the mail yesterday, and do the check job. I'm totally a newbie in Outlook programming, I'd like to get some suggestions on where should I start to find such document for run a piece of code/script at certain time. thanks! Yingshen, Our Visual Studio 2005 Tools for Office tools have Outlook 2003 support to do just what you are describing. You will create an add-in for Outlook and have it either run at a timed interval or w ...Show All

  • Smart Device Development Program Size / Memory Issues

    In trying to convert our software from eVC4 to VS2005, I have noticed that the size of the compiled code is larger for VS2005 compiled for WM5.0 Our software was close to not having enough application memory on a 2003 device and now I'm wondering if converting it to 2005 has pushed it over. Here are the current program sizes: Release version for 2003 : 4015 KB Dubug version for 2003 : 7886 KB Release version for 2005 : 5267 KB Debug version for 2005 : 11903 KB !!! Additionally, on a 2003 device the program loads 20 to 30 dlls. I cannot get either release or debug 2005 versions to run on a 2005 device, both ...Show All

  • .NET Development ADO.Net-DataAdapter.DeleteCommand Can't Delete Row

    I recently develop a tool to add, edit, delete, filter, search, locate record on a Database Table. Also includes Relations, my tool uses sqldataadapter, dataset.etc.   My problem is when I try to perform a Delete of a record look my code :   Private Sub UpdateData()         Dim p As ParameterControlUpdate       Dim TableToUpdate As String = m_grdTableStyle.MappingName       Dim Cmd As SqlCommand         Try         Cmd = New SqlCommand   ...Show All

  • Windows Forms Single-click select for CheckBox column does not toggle back on

    By advice from this comprehensive <a href="http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q945q">DataGrid FAQ</a> (question 5.76) I can get the DataGrid to toggle the check of the BoolColumn. Now, this column is binded to the corresponding boolean column of the underlying DataTable. This DataTable happens to have rows with the same part-number of an item and I'd like al ...Show All

  • SQL Server Where is the Business Intelligence Development Studio installed

    I installed the SQLEXPR_TOOLKIT.EXE but I don't find where it was installed.How do I get to the IDE BIDS is just a special version of Visual Studio, check your machine for devenv.exe but it should installa short cut in Start|Programs and a folder in Program Files under Visual Studio 8. ...Show All

  • Visual Studio Tools for Office working with sql server data in ms excel

    Hi, I will give a brief first. I have some data in sql server and i want to put it into ms excel. The file would be first reviewed by admin who would have the functionality of sql server available. When its been emailed to users they will not have sql server available (sometimes the file might be send on a disk). When admin receive the file back it will again be reviewed and then saved back to sql server in different tables. Now my questions are : 1) what is the best way to do it, Do i open a office project from vs2005 and then choose ms excel workbook or any other way 2) How to show the data in excel in combo boxes and afterward ...Show All

  • Visual Basic Refactor slow and not quite stable

    1. Opening VS2005 is slower, and opening a project is slower. No big deal, but if you start opening files before DXCore is finished loading, it hangs for quite a while. 2. Cursor movement is jerky, and somewhat annoying. This is on an AMD 3200+ w/GeForce6200. 3. Several times I accidentally hit both mouse buttons and/or keyboard keys, causing an IDE crash with loss of data. I mention this only FYI; these would not be big problems if I had found it useful (especially given that it is given.) The uninstall seemed to have worked. I will mention the IDE itself is very stable compared to Beta. Bravo! ---Mike ...Show All

  • Windows Forms setting MaxLength of TextBoxes based on Text Values

    Is there any way I can set the MaxLength property of a textbox based on the width of the text in the textbox.  I know that ADODB allows me to obtain a DefinedSize value and lets me set that to the MaxLength. How can I achieve this in .NET. I am trying to set the MaxLength of a textbox depending on the field obtained using a Dat ...Show All

  • Architecture Why architecture with OO methods?

    OO methods provide a set of techniques for analyzing, decomposing, and modularizing software system architectures. In general, OO methods are characterized by structuring the system architecture on the basis of its objects (and classes of objects) rather than the actions it performs Main purpose of these design concepts is to manage software system complexity by improving software quality factors. This provides the following benefits Helps to focus on large-scale system design Separation of design concerns Can identify good domain-specific architectures Design abstraction Have a common language Managerial basi ...Show All

  • Visual Studio Tools for Office Textbox redraw problems on ActionPane

    Hi We have a project that has a bunch of controls on an action pane including textboxes, comboboxes and custom controls. Everything works fine when we create a new document. If we save the document, close the document (without closing word), and then re-open the document then the textboxes and combo boxes on the action pane do not operate correctly. They do not respond to keyboard or mouse input and the backgound of the textboxes do not get redrawn (they show what ever was previously on the screen before the textbox). All other controls (including buttons, checkboxes, tabs and our own custom controls) respond perfectly normally. Once a ...Show All

  • Windows Forms The v2 DatePicker doesn't support null databinding (bug?)

    The following code (which is a simple test windows form - visual studio team 2005 system beta 3 refresh) demonstrates what I believe is a bug in the DatePicker control. When a datepicker is bound to a binding source set to an object, properties of type DateTime that are null are not updated when the user (at runtime) changes the date. This is a real pain; and, frankly, makes the date picker useless to bind to database-derived datatables which could contain dbnull. Thank you in advance for your help. (also: why is it called datetime picker when it does not pick the time ) Correct. The DateTime picker does not support null ...Show All

©2008 Software Development Network