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

Software Development Network >> Jose Flores's Q&A profile

Jose Flores

Member List

Paps
Visalchea
Jeffclar
lovy0000
Daniel E. marx
Amazon Mother
Andrew W Cullen
Troglite
tblizzard
sumari
orit_itzhar
ranjithr
Hugo Salazar
Zia1
NiceWk
kumarkadali
ahmed1979
biggi
Riki0410
xxRahxx
Only Title

Jose Flores's Q&A profile

  • Visual C# Accessing Datagrid Cell Content

    Hi Could anyone tell me the way through which i can access a particular cell content of the "DATAGRID VIEW " control placed in my windows form. I should be able to "access any of the cell content programmatically ",where i fill my datagrid contents from the database. This should be what you want. I assume you are using .Net Framework 2.0 http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.item(VS.80).aspx Something like datagirdview.item(0,1) Good Luck ...Show All

  • Visual Basic Getting the Control under a Context Menu

    Hi,  I have a context menu attached to several controls on the same form. How can I determine on whitch one of these controls the user right-clicked to get the context menu and select an option I gess it can be done in the menu option click event handler, but I do not know how. Thanks Patrick My apologies, seems I may have pointed you in the wrong direction. I'm new to VB.Net and the menus I've created are for dynamicly created control collection. I've done a little reading though and it looks like the property you need to reference the clicked control is "ContextMenu1.SourceControl", this apparently re ...Show All

  • Windows Forms How to add event to web browser control

    Hi, I’ve added a web browser control (Microsoft Web Browser" component dll is "Schdocvw.dll”) from a visual studio .net customize toolbox on my winform. The Web Browser control hasn’t got some events which I’m trying to include on my implementation such as DragDrop Event or DragEnter Event. Could anyone suggest how to add event to Microsoft COM component such as Microsoft Web Browser control or suggest any other solution… i also want to do the same, and i did as u wrote but even then drag drop event will not being triggered , what should i do plz help ...Show All

  • SQL Server Don't email report if no results from query

    With an automated report (scheduling setup in report manager) is there a way to prevent the sending of an email if the report query has no results FYI--This still e-mails a blank report if there are no records in the query, so I don't know what I'm missing. Brian J. Matuschak v-brmatu@microsoft.com ...Show All

  • Windows Forms DataGridView - How Do I Change Line Selected Color

    I have been unable to determine how to change the row(s) selection color. Is there a way to accomplish this Check out the docs, specifically the DataGridViewCellStyle class and the SelectionBackColor. -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All

  • SQL Server Error when installing

    i'm trying to install MS server 2000 components and I continuously get the same error. "A previous program installation created pending file operations on the installation machine.  You must restart the computer before running setup."  I've rebooted 100 times, turned the machine on and off, installed other programs, etc. and stil I get the error ONLY when I try to install the components. Please Help!!!! Thanks. Hi, this should help: http://support.microsoft.com/default.aspx scid=kb;en-us;312995 HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio 2008 (Pre-release) Control Components

    I have made previous posts asking this feature, but seeing as WinFX is at beta 2 release already, is it now possible for us to make drag/drop controls in the Cider designer I don't want a User Control, I want to make my own custom component. Is this possible Thank you, Jaco Right now it is not possible to add Avalon controls to the toolbox in Visual Studio. Yes we will enable this functionality before we ship. No I don't know what CTP/Beta this will be available in yet. mark ...Show All

  • Visual Basic DataGridViewTableStyle

    Hi All: Yep I'm a new user, here's my question, I am using the DataGridView1 to display data and I'm trying to use the same style of code I learned when using VB.Net2003 i.e. I would created a "TableStyle" to define the look and feel of a DataGrid and map and fill the Datagrid with the DataSet, this used to work... Dim DGTS as New DataGridTableStyle DGTS.MappingName = "NewList" Dim dgtbcMfrg As New DataGridTextBoxColumn gdtbcMfgr.MappingName = "Mfgr"   'this is the name in the database dgtbcMfgr.HeaderText = "Mfgr." dgtbcMfgr.Width = 80 this goes on for all the columns I need to display...then DGTS.GridColumnStyles.A ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Conversion from MDX 1.1 to MDX 2.0

    Are there any resources for making the conversion from a DX app that is currently using the 1.1 MDX assemblies to the 2.0 assemblies I'm specifically looking for:  a list of api changes A list of Best Practices for using 2.0 features. I know the samples are there, and I've seen ZMan's list, but I have a fairly large rendering engine I'm trying to move to 1.1 and the samples are ok if I was starting from scratch.   I know that a lot of us are playing with the MDX Beata systems, and you might get answers here, but as the system is still in beta and a set of forums has been set up to managed the communication ...Show All

  • Visual C++ ActiveX and MFC 8

    Hi, I've written an ActiveX control in Visual Studio 2005 using C++ and MFC. My hope is to have this control hosted so that anybody who needs to use it can download it but I'm having a few issues. The main one is that this control is dependent on the MFC 8 libraries which, of course, most PCs don't yet have. The way I see it there are a couple of solutions. One is to build my control depending only on older versions of MFC but I have so far found no way of doing this. Another is to statically link to the MFC libraries but I'm not keen on this due to the potential size of my control. The other, most probable solution is to m ...Show All

  • Visual Basic Support for VB6 and COM

    We currently use VB6 and have several applications that make use of COM objects. It works well and we're happy with it. What I'm wondering is, at what point might support for VB6 be dropped in favor of newer versions and, when we do eventually upgrade, should we be concerned that we may at some point lose support in the tool for COM programming (and if so, when) Thank you so much for any insight you can provide. I'm not sure that we will ever lose COM programming - theres just so many com components out there still. However the question of VB6 and support - realistically how often do you call Micr ...Show All

  • .NET Development adding resources dynamically

    I develop a visual studio 2005 add-in. When compiling certain projects, I would like some information from the add-in to be embedded in the output file of the project (exe) as a resource. This seemed to me like a simple thing to do, but I didn't find how to just do it right. I tried to build a .resource file using ResourceWriter and embed it in the exe in the post-build, using al.exe /embed or csc.exe /res. However, this replaces the whole exe instead of just adding the resource. I thought that maybe the build can be configured to compile the resource file and embed it in compile-time, but did not find out how to do this. Any ...Show All

  • Windows Forms ClickOnce Deployment

    I have a question for publishing the new version with ClickOnce. In the demo shown you do it through the visual studio. Can this be done in any other way. We do not give the source code to the customers so they can't publish it using visual studio. Suppose I am giving an update to the customer. Can we give them a package and ask them hey this is the updated version (1.0.13). Unzip it on your deployment server, say the deployment server has a version 1.0.12. This package would create a 1.0.13. When the users run their application they get a notice that a new version is available. Also is there a way where I can update the application and not ...Show All

  • Windows Forms newbie to winforms

    I'm new to winforms and I have a question. On a button.click event I have some methods Method1(); Method2(); Method3(); My question is : if I want to exit from method1() and not to run Method2() and Method3() how can I do I've tried Close(); Application.Exit() but it's still execute the remaining methods. Hmm...I would like to end this discussion here. It seems to me that this is getting into an unhealthy argument here and not adding value to the conversation. Vikram ...Show All

  • Windows Forms Porting global.asax to WinApp

    I've got some code in the Application_Start method of a global.asax file that I want to use in a Windows Application. What is the WinApp equivalent of a WebApp global file I also used the global file for building an array of user roles, using the GenericIdentity and GenericPrincipal objects for authenticated user. But am unsure of where to inculde this in  ...Show All

©2008 Software Development Network