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

Software Development Network >> Chris Honcoop's Q&A profile

Chris Honcoop

Member List

Zatlite
A. S.
SteveCamper
RobertBarnes
manicm
Chris Lerew
Firdouse
Steeves Saillant
zarembisty
Marnee
imonthercks
soundboy72
Ling A
lf3877
Bhavtosh
MarkHeindl
EvenSteady
styvie
!Jonathan
benktesh
Only Title

Chris Honcoop's Q&A profile

  • Windows Forms How to debug ClickOnce application ?

    I want to know if is possible to debug with VS205 a clickonce application, to attach the process to the debuger. I tried to attach the debug to the process in the process list, but I can not capure events. Giuseppe Hmm... I'm not a debugger expert... what has worked for me in the past is to have the project loaded in Visual Studio, then when the Debug dialog comes up, select the current Visual Studio instance that has your project loaded. This way, it should know where the files are. A hiccup to this would be if you have built on your machine recently and the binaries (and .pdb files) on your machine are out of sync with the one ...Show All

  • SQL Server Problem when deploying a cube with new data in the datasource

    Hello, I've got a cube with a datasource. I deploy my cube a month ago for test. Since, some data have been added in the datasource, and I want deploy the cube to add this data in my cube and use it in some web pages. But I can't deploy it, it say me that it can't find the key attributes for a key value that corresponds to a new value in my datasource. Can someone help me because I must present data to some person but I can't if my cube doesn't process anymore. Thanks for your help Run update Process on all the dimensions first and then run a FULL Process in the cube..This is ...Show All

  • Smart Device Development [Windows Mobile][C/C++] how getting Application Launch/exit time?

    I wish to retrieve application-launch/exit time informations on windows CE platform development. Does someone know the equivalent of the function GetProcessTimes available on NT platforms but not on Windows CE http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/getprocesstimes.asp Is there another way to get back process creation time than encapsulating a CreateProcess method by both GetSystemTime functions and getting the elapsed time by the difference That's all I figure out for the time being. I know there is a more efficient and precis way to get that but I don't know how If any idea, pleas ...Show All

  • SQL Server Extending SQL Server 2005 Mgmt Studio?

    Hi, I've had requests for a version of my product ViEmu, a VS.NET 2003-VS2005 add-in, which will work within SQL Server 2005 Management Studio. I had a look at the Mgmt Studio, and it seems to be a version of the VS2005 environment customized for the product. There is a registry hive along the line of the one in Visual Studio, but located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell. I looked for any hint online, but it seems largely undocumented. I tried plugging my software by writing the right 'Packages' and 'AutoloadPackages' keys, and running "SqlWb /setup", which seems to do something. Nothing ...Show All

  • SQL Server how to access a cube and its dimensions in a cube

    Imports Microsoft.AnalysisServices.AdomdClient Imports System.Data Imports Microsoft.AnalysisServices.AdomdClient.Dimension Imports Microsoft.AnalysisServices.AdomdClient.CubeDef Imports System.Object Imports System.Diagnostics.Debug Imports System.Data.OleDb Partial Class _Default Inherits System.Web.UI.Page Public Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim con As AdomdConnection Dim str As String str = "Data Source=evenapp\evenapp;Catalog=Adventure Works DW; Integrated Security=SSPI" con = Ne ...Show All

  • Windows Forms MSN Messenger type toast, or alert

    How about a control that displays the so called MSN Messenger toast, or alert, as also shown in Outlook 2003, and Nortan Anti Virus. And please there are many developers giving this kind of controls for a fee, or the developer evaluation controls that have limited features, or some blurps in it.. So can some smarty do it this simple stuff, and&nbs ...Show All

  • SQL Server sql 2005 Express installation group question

    Hi,  I have question regarding the installation of sql 2005 express. I have installed the sql 2005 on my backup box and in future i will change the backup box to my production. however, my question is that during installation, sql server 2005 created some sql group in windows local user group.  such as sqlmgrsever$computername...   How would I change this group name when i change my computer name   As of now it registerd as my backup server name but i wanted to know if there is way i can run some scripts which will change the computer name. I would appreciate someone help   thanks   ...Show All

  • Visual Basic Do...Loop, While...Wend - Keep getting compile error

    I keep getting a compile error using a Do...Loop or While...Wend saying "Loop without a Do" or "Wend without a while." Is there a limit as to how many statements you can have in the loop or something   I am at a complete loss!  Here is what I have: Sub CreateTask() r = 9 sysdate = Date While Cells(r, 40).Value <> ""     processor = Cells(r, 40).Value     CheckExclude     '-- Search column 'AN' for user input--     If processor <> "" Then        GetBorrowerInfo         LastCall = Cells(r, 11).Va ...Show All

  • Visual Studio Express Editions export whole program/project to work on another pc?

    hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export project template but the descriptions it offer for the two choices from it worry me this action may not be appropriate either thanks for any advice from any one, matty I have never ha ...Show All

  • Visual C++ DirectDraw flickering

    Hi I am developing a DirectDraw application, and want to place ex a CEdit on top of my 2D screen. I have managed to get it to work, but no surprise, it flickers badly. I guess I have to tell MFC to draw to my back buffer, but how do I do that TIA When you create your device you should make sure it is set up to be double buffered. If so, when you draw you should always be drawing to the back buffer and when you show, you should just be "flipping" the buffer. If you're using DirectDraw (and not DirectX Graphics) you're probably using an old version of DirectX, so it's hard to tell you the exact meth ...Show All

  • Windows Forms ClickOnce Deployment Questions

    Hi, I have a couple of problems relating to clickonce deployment that I was hoping someone could spread some light on. Problem 1: I upload version 1.0.0.1 to my server and user A downloads via clickonce link, this version includes the DB (MS Access) in the data directory. I then discover a bug (not likely I know :-)) and fix this in version 1.0.0.1. I publish this new version but this time have to exclude the DB as I do not want to overwrite user A's data. User A opens the application is presented with the new version, they download and everything is ok, the database file is copied from the previous deployment to the new deployment. ...Show All

  • .NET Development Attribute Values in XML File

    Hello, I have a XML File with an attributevalue like this: <mark text="Tlakom&#283;r"/> When I open this XML File in VB.NET 2005 Express, I get the following values for this attribute: XMLElement.ChildNodes(Count1).Attributes("text").InnerXml "Tlakom r" XMLElement.ChildNodes(Count1).Attributes("text").OuterXml "text="Tlakom r"" XMLElement.ChildNodes(Count1).Attributes("text").InnerText "Tlakom r" XMLElement.ChildNodes(Count1).Attributes("text").InnerXml "Tlakom r" XMLElement.ChildNodes(Count1).Attributes("text& ...Show All

  • Visual C# Error, Unable to debug

    I've imported a project made in Visual Studio.NET 2003 then trying to debug i just recieve an error message:    Error while trying to run project: Unable to debug    binding reference (handle) is invalid. The program (A C# windows application)runs great if i run without debugging, every single part work! That's confusing me! I'm new on this, so please help me if you have any idea! ...Show All

  • Windows Forms Master/Detail

    I am trying to include a couple of master/detail forms on an current project, and I have set up all the relationships in the dataset.  However, the details(in a DataGridView) are not updating when the main form's current record is changed.  I have done all the setup in the forms designer, with the following setup: BindingSource [IncidentsBindingSource] bound to BindingNavigator Relation "IncToOffense" exists as follows: [Incidents].[Incident Number] <= [Incident to Offense].[Incident Number] DataGridView for Details set up as follows: DataSource: IncidentsBindingSource DataMember: IncToOffense The DGV is getting all of the corre ...Show All

  • SQL Server New CTP

    Will there be an August CTP of Sql Server 2005 What interim version do you still plan on releasing before RTM on November 7th I can say that we're discussing releasing another CTP prior to RTM but I can't say for certain if this will happen and if it does when. Sorry for being so vague. Dan ...Show All

©2008 Software Development Network