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

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

Sharry

Member List

iCore
MikeOtown
Bertan
GarthK
srinivas duddu
csenthil
Erno de Weerd
Redwulf__53
Idanle
Sasha Anisimov
noiseunion
tomas77777
Thomas Greenleaf
Rob Schripsema
Vorrtexx
Faldegast
Habib Heydarian MSFT
Prasant
wingPoon
IvanP
Only Title

Sharry's Q&A profile

  • Visual C# Inserting ComboBoxes in a DataGrid with specific items in each row

    Hi, I need to know How can I fill a DataGrid , that contains controls like ComboBox , row by row instead of using : tableStyle.GridColumnStyles.Add(...); Since I need to fill the comboBox control of each row with different items. I have wrote the follwing code but the result is empty cells in the column that expected to be ComboBoxes !!. //*************************** DataSet myDataSet = new DataSet (); //Tags T ...Show All

  • Visual C++ Beginner cin headaches

    int result; cin >> result; while( result > 3 || result < 1) { cout << "Please enter a valid choice, 1, 2 or 3\n"; cin >> result; } return result; ********************************************* Passing an int to the while statement this loop works like a charm, however any alpha will force an infinite loop. I've tried cin.get(result), cin.get(result).get(), type casting to chars, everything I could ...Show All

  • Windows Forms VS 2005 - DataBinding ....

    I have a Datatable which i bind to an BindingSource-Objekt. Then this BindingSource were added to a Grids DataSource-Property. A DoubleClick in the Grid opens a Form with Controls (to manipulate data) which are binded to the BindingSource (textBox1.DataBindings.Add("Text", _bndSource, "Col 1")). This works great. But when i edit the Value in one Control i need to get an Event that says that the dataRow is edited. (I need this to set a Save- ...Show All

  • Visual Studio VSS Internet Access authentication issue

    I have Visual Studio and VSS setup on Home network (not in a domain) on windows XP. VSS is setup and works fine using internet access on the home network. I have an adsl modem/router with fixed ip address and port forwarding setup to the pc with VSS web service and am now trying to access remotely, but am having problems. On the remote pc when I try to establish a connection it prompts me to login using the the login id static-ipaddress/user an ...Show All

  • SQL Server Distributed Transaction Persistent Error

    When I try to make a distributed transaction, I always get this error: Server: Msg 7391, Level 16, State 1, Line 14 The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. ] OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction returned 0x8004d0 ...Show All

  • Windows Forms ClickOnce on a Domain Server (Web Server)

    All documentation we have found states that in order to publish an application via ClickOnce, the developers need Administrative Rights to the machine being published to. In our case we are publishing to a Domain Server (running Windows 2003 Server Edition). The only way the developers can publish to our Domain Server is if they are granted rights over the entire domain. This is not something we want to do. How can we get around this issue ...Show All

  • Visual Studio Team System Is there an example of how to test web services using https with X.509 certificate

    Any examples out there to test web services that require a client-side certificate using https I created the tests on my local machine without ssl and now am trying to enhance them for our larger test system. Can't record as we are using Smart Client WinForms.  Actually, the problem migh not be the certificate but how to add a FormPostParameter with Username and password. Is this the same in Smart Client forms as in IE Thanks, Burk ...Show All

  • Visual Basic VBA PowerPoint Sequential Object Naming causes code problems

    Hello. This is a VB for applications (PowerPoint) problem but this is the only forum I could find that came close. If I am in the wrong place, please forward me the address of the correct forum and please forgive the interruption. I am trying to change the ZOrder of a stack of objects in PowerPoint such that I can rotate through them using a macro. This is easy enough and works fine. My problem is that PowerPoint names objects sequentia ...Show All

  • SQL Server Change product key of SQL Server 2005

    Is there any way to change product key after installation of SQL Server 2005 or must be SQL Server reinstalled. We have used wrong one for our customer because carelessness. Any problem if customer use product with old product key, but have a legal licence for product Hi, see if you can change that: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\ProductID HTH, Jens Suessmeyer. --- http://www.s ...Show All

  • Visual C# creating a Word document

    I opened a New Project as a Window Application, added a COM reference to a Microsoft Word Object Library, then added "using Word;" to my Form1.cs and then attempted to open a document with Word.ApplicationClass oWordApp = new Word.ApplicationClass(); When I compile, I receive the following error: "The type or namespace name 'Word' could not be found (are you missing a using directive or an assembly reference )" What else do I need to do to ge ...Show All

  • .NET Development DataTable internal index is corrupted... anybody can help me?

    Hello people, how are you I'm in front of a strange error. I have a data form, that show and manage the data by a BindingSource control. I hava a dataGridView and individuals controls like textbox to edit them. It's work fine at the begin, but after some adds, removes or updates, the .Net retrives me the follow exception: "DataTable internal index is corrupted: '5'" It's very borried.... it's an ilogical error.... Does anybo ...Show All

  • SQL Server SQL Server 2005 Express Installation Problem: Incompatible components from beta version of .NET Framework

    Hi all, Yesterday, I just downloaded the SQL Server 2005 Express (SQLEXPR.EXE) and tried to install it in my Windows XP Pro PC that is on Microsoft NT 4 LAN System. I got the following error:                                          &n ...Show All

  • Microsoft ISV Community Center Forums LCS

    My large company is looking at chatting applications, but isn't considering LCS.  Does anyone know if the LCS client is compatible with outside users on windows messanger.  I've used it once in, but i'm not sure if that was not available or just not in use.  I would really rather use LCS, but I think it will be a deal breaker if it won't allow others outside the domain to chat to users in the domain. ...Show All

  • Visual Studio Express Editions Program ignoring double click

    I am having issues with a program I'm making. I have several labels, and the single click command sets a variable to a certain value based on which label was clicked and then runs a subroutine. I also have made an event for a double click, which opens a new form to input data. The problem I encounter is that the program is ignoring the double click event because while the second click happens it is in a large subroutine. I know that this is the ...Show All

  • Windows Forms richtext box vertical scroll bar event

    Hi  i am in application development team working for a MNC. I need to display a message when user scroll down the ritchtext bar till end. (ie) in other words  i should display a message when richtextbar vertical scroll bar reaches end(Down). pls provide me a complete source code( C#). this is very important and urgent thanks Hah, that works too, indeed. It is a little bit more error-prone since it dep ...Show All

©2008 Software Development Network

powered by phorum