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

Software Development Network >> Mike Kulikowski's Q&A profile

Mike Kulikowski

Member List

andy2345
Smeeeth
wavemill
deema
Saber01
Fareed
eyalkz
MiniMichael
Smokey I
handheld design
SteveSteve
Paul Rocca
Scott Rankin
RicardoX
siphonalfusion
harkin
Patrick Martineau
BenjaminTengelin
Caleb Sim
Jeff Beranek
Only Title

Mike Kulikowski's Q&A profile

  • Visual C++ HRESULT in managed code

    Hello Everyone, I'm new to managed code, if I have something like this in WIN 32, how can I move it to managed.. HRESULT result = _channel->WritePacket(( unsigned char *)buffer, strlen(buffer)); return (!FAILED(result)); How can I do the same thing...... Thanks, Harsimrat Harsimrat wrote: Hello Everyone, I'm new to managed code, if I have something like this in WIN 32, how can I move it to managed.. HRESULT result = _channel->WritePacket(( unsigned char *)buffer, strlen(buffer)); return (!FAILED(result)); How can I do the same thing...... Thanks, Har ...Show All

  • .NET Development This must be a dumb question

    I'm very new to XML and am completely confused by namespaces.  I've created a schema and xml data file but I'm having problems validating the data, I get the error "Visual Studio could not locate a schema for this document". Here's a cut down copy of the schema and data file.  I hope someone can show me the error of my ways! < xml version="1.0" encoding="UTF-8" > <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">     <xsd:element name="GEMM_ConfigData">         <xsd:complexType>             <xsd:sequence> ...Show All

  • Visual C# How to parse a variable in C# window form?

    Hi The user enters his name on the textbox on Form1 as soon as he press the button enter, Form1 closes and Form2 open. I want to get the string that was entered in textbox in Form1 to be displayed in Form2. You give Form2 a property Username and add a TextBox on it with the name set to txtUsername: public class Form2 : Form { public string Username { get { return txtUsername.Text; } set { txtUsername.Text = value; } } } Now in form1 you can do something like this: private void button1_Click( object sender, EventArgs e ) { Form2 form = new Form2(); form.Username = txtName.Text ...Show All

  • Visual Studio Team System CaliberRM integration with VSTS

    We are currently Caliber users and I would like to test out the integration with VSTS. In the PowerPoint presentation DEV 461 ( http://www.microsoft.com/downloads/details.aspx FamilyId=0138F888-325C-4F59-843A-EE76DAE04AB2&displaylang=en  slide 22), I Caliber requirements under the Team Explorer tab. Is there any way we can start testing out this integration Although Borland has announced support for Team System in CaliberRM ( http://www.borland.com/us/company/news/press_releases/2005/06_06_05_borland_brings_requirements_engineering_rigor_to_msvs2005_users.html ), I don't think any releases are available at this time. You' ...Show All

  • SQL Server Reference to preceeding component from custom dataflow transformation component

    I am writing a custom dataflow transformation component and I need to get the name of the preceeding component. I have been trying to find a way to get a reference to the Package object, MainPipe object or IDTSPath90 object (connecting to the IDTSInput90 of my component) from my component because I think from there I can get to the information I want. Does anyone have any suggestions TIA . . . Ed When are you trying to do this, design-time I assume. SP1 Only - For the UI you can now get IDtsPipelineEnvironmentService from the IServiceProvider passed in through IDtsComponentUI.Initialize. This g ...Show All

  • Visual Studio Team System Sample: Continuous Integration Using Team Build

    A sample to setup Continuous Integration using Team Foundation Build has been posted.  A detailed article on the sample will be getting published soon on MSDN meanwhile you can use this blog to get started with it. -Khushboo   Great news! I've just installed it here and everything seems to be working correctly. Thanks. ...Show All

  • Visual Studio Express Editions C# and GDI+

    Hello everybody I am very new to C# So I am wondering if anyone can explain to me what is 1. graphics paths 2. GDI+ and its use in 2D graphic application development and if it possible to give Microsoft Visual program examples of drawing graphics to the screen I really really appreciate your help and God protect you Have a look at the following site, you might be able to find what you are looking for. http://www.bobpowell.net/faqmain.htm ...Show All

  • Visual C++ How to decide the errors

    hoh to decide the error C2039 a exist... i have 2 forms, form1 and form2. in form1 i have a button, and when i click in this button, will open form2. whats the code to do this ...Show All

  • Windows Forms Customizing TableLayoutPanelDesigner

    Hello, I'm developing a custom control that is to be used in a custom forms designer that I created. The control should have exactly two cells behaving like cells in a TableLayoutPanel, so I thought I'd build my control as an extension to TableLayoutPanel. Now I need to customize its designer, since I do not need all the design-time options that TableLayoutPanelDesigner offers. Problem is: TableLayoutPanelDesigner is an internal class, and can therefore not be inherited! Now I was wondering what my options are... I was thinking about developing a custom designer from scratch (extending from ParentControlDesigner). How to achieve ...Show All

  • Visual Studio Unattended Visual Studio 2003 setup

    I have already tried the unattended setup method explained by Aaron Stebner. https://beta.blogs.msdn.com/astebner/comments/406718.aspx But this creates a totally silent setup. No progress bar, no notification of any reboots and it does not even say when its done. I was hoping that someone knows a different method which atleast tells the user that the setup has completed. Or perhaps something else that can tell the user that setup has completed. ...Show All

  • SQL Server Sql server 2000 and visual studio 2005

    I can't connection with sql 2000 using visual studio 2005. Error definition : An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) thank alot your interest What in Visual Studio are you using to connect This forum is about SQL Server Integration Services, so what SSIS connection are you using What network librar ...Show All

  • .NET Development Connection string working with 2005 but failing with 2003.

    I hv a glaring issue and no solution— This code works fine in VS 2005 but fails in Vs.NET 2003. Using OLEDB, it works in VS.NET 2003, but the code used below fails. I cannot change the lines below and cannot upgrade the solution to VS 2005. Now pl tell me what s going wrong!! I seriously lack experts here to bail me out J Imports System.Data.SqlClient Imports System.Exception Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. Initia ...Show All

  • Visual Studio Team System Project Name in queries?

    Is it possible to include the project name in work item query results I like the 'All My Work Items for All Team Projects' query, but it would be a lot more useful if it included the project name in the results. Hi, You can do this in the UI as: Right Click on the result view Select column options Select Team Project as a display field You can also modify the query adding the clause [Team Project] = 'ProjectName'. If you are running the query through the OM, then: WorkItemCollection wiCollection = wiStore.Query("Select [System.Id], [System.TeamProject] from workitems"); Hop ...Show All

  • .NET Development Taking Values

    Hi Ive been trying to figure out how to take a value from a cell in a datagrid that imports data from excel so that i can take the value perform a calculation and move it to another cell on another datagrid but i cant find a way to remove the value or move it can anyone help plz its urgent! thx The purpose of the datagrid control is primairly for display purposes. If you want to manipulate the data, you should manipulate its datasource. Can you post some code, so I can see what you are trying to do ...Show All

  • Visual C# How to validate correct Enum name?

    Based upon content in a code table in a database, I want generate an enumeration. However, the code table could contain names that are not valid enum names. Is there a function or a way to "convert" and check these names in order to generate a properer enumeration name. For example, the HumanResources.Department table of the AdventureWorks sample database contains "Engineering" (=ok) and "Tool Design" (=nok). Enum.IsDefined will tell you whether a constant or name is valid for the given enumeration. However as with all Enum methods it uses reflection and will be slow. I pers ...Show All

©2008 Software Development Network