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

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

hzwang

Member List

kennykaz
Hunter420
Ben Arnold
Joe Z.
Bob Wesolowski
SwingLifeAway
msssltd
TassosTS
TaylorB
dr266
indiansmart
.net.phil
ADavis
lenab
Success
SmellyMutantCat
Jerry Griffiths
RuneSpyder
DIFSMGULD2005
gesu33
Only Title

hzwang's Q&A profile

  • Visual Studio Insert Images in code (visual studio code editor)

    Note: I found this post on a different forum. I think this is the right place. Hi to all Is there any way so to include/insert images in my code (Visual Studio Editor), for example /* Some Comment */ void somefuction() { } that is fine, what i want is that suppose that here i want to insert a image related to the following fuction /* somepicture.jpg e.g */ void somefucntion() { } i think u understand my problem now , i did not want to use the images in the design mode, rather i want to show it in Coding, like i wrote a function about Apple, now what i want is put a picture of apple above that function. Looking for an urgent response ...Show All

  • Windows Forms anyone have any experience with Mere Mortals.Net Application Framework or any other App Framework products?

    As my company moves into the .Net arena we are becoming aware that it would be nice to have a reusable base framework that we can base all of our apps on.  This has led us into researching various application frameworks.  The only one I have been able to find so far is the Mere Mortals.Net (developed by Oak Leaf Enterprises) does anyone have any experience with this product or with any other application frameworks   TIA! ...Show All

  • Windows Forms Preventing an MDI child form from closing

    How would one go about preventing a certain Child form from closing but still allow the Application to close  I don't want the user to be able to close this form from the X button or File/Exit as it is the form from which all the application's functionality is launched.  However the Applications X box should still function normally. I handled chil ...Show All

  • SQL Server I would propose the following workaround ...

    I setup my ExecuteSQL task to have a "Single Row" resultset.  The query returns no rows.  It fails.  I don't think it should but then maybe this is consistent with the lookup transform piping rows down the error output if there is not a lookup value returned. The error returned is Error: 0xC002F309 at Execute SQL Task, Execute SQL Task: An error occurred while assigning a value to variable "Variable": "Single Row result set is specified, but no rows were returned.". Thanks Allan   Doesn't sound right to me. If you were getting the MAX of something its perfectly plausible that no resu ...Show All

  • Visual Studio Tools for Office VSTO v3 and Outlook

    Is there a way to add information in the top of an email like the text that say "You replied on ..." (just below the title). I'm developing a Outlook 2007 application where emails can be exported to another system and I would like to inform the user if the items has already been exported. /Lars Right, I have been looking for an answer to this solution and I believe it's even easier to do than I thought. The code you see below is adding the rect with the message      "This mail is exported at <date here>" < Look at image click here >   What I did was:   &nbs ...Show All

  • SQL Server ODBC connection failing on 64 version of Windows 2003 server

    I have an application that talks to a SQL backend using an ODBC DSN connection. It works fine when running on a 32bit machine but fails in the 64bit environment. The DSN is setup properly on the 64bit box and the Test Connection returns sucess. However when my application tries to use the DSN to connect to the database I recieve the following error. IM002 - Data source name not found and no default driver specified. The data source name does exist, it's in the ODBC.INI and in registry. As mentioned above the Test Connection succeeds in the ODBC Administrator so logic would dictate that it's setup correctly. Any help would be app ...Show All

  • Smart Device Development Treo 700w Emulator connection pob

    Hello i have recently installed the Treo 700w emulator. I can open the Device Emulator Manager and run the Treo 700 emulator, even sync it with Activesync, but I can not connect to it from MSVS 2005. When I try to run my application it starts the Treo emulator but it does not connect. I have no trouble connecting to the other win5mobile emulators. I just get an error Device connect failed, nothing else. Thanks Jon Hello, We would like to investigate further on why connection failed. Can you please provide me following information 1. Location of Treo 700w emulator from where you installed it. 2. Build number of Visual Studio ...Show All

  • SQL Server DTS help

    I have not used SQL in a little while and am a little Rusty, and i have been stuck on this all day. Any advise would help. Here is the scenario Two databases on two seperate servers: each database uses a different user login I am trying to pull out data in one field from one table in one database and insert it into a row in another table. Statements: SELECT Count(*) as total_defects FROM server1.database1.dbo.defects WHERE (idProduct = 31) AND (status <4) (This statement works fine) That statement returns the value to me correctly if I run it off of server1. I then want to replace data in another table with that Count if it has ...Show All

  • Windows Forms How to char array convert to string?

    How I can convert a char array to its string equivalent. For example, see the VB.NET source code: Option Explicit On  Option Strict On Imports System Module Module1     Sub Main()         Dim chrM1(10) As Char         Dim M2 As String         chrM1(0) = Convert.ToChar("1")         chrM1(1) =&n ...Show All

  • .NET Development Configuration Sections

    Hi, I've just started playing with VS2005.  We currently have a VB.NET application which uses a custom config section implemented by declaring a class which implements the IConfigurationSectionHandler interface and which was invoked by declaring it in the <configSections> section of app.config. The section handler so defined parsed a 'systems' configuration section in app.config and returned a collection of objects from its Create method. The result of this was a <systems> configuration section in app.config which in turn was made up of one or more <system> entries, as for example: <systems>   <syste ...Show All

  • Windows Forms Form Closing event NOT firing

    Hi Im trying to trap the shutdown of windows in VB.NET 2005 using code in the FormClosing event. The e.CloseReason can be CloseReason.WindowsShutDown but when I shutdown windows the form closing event doesn't even get called (I had a messagebox.show at the top showing e.closereason). If I just click the X on the form it does get called ok and with correct reasoncode. Any ideas why when either shutting down or closing from the Task Manager the form closing event does not fire Thanks Hi, When you stop your application from TaskManager, the process is killed instantly and there's no chance fo ...Show All

  • Visual Studio 2008 (Pre-release) Final Year Project in Indigo..

    Hi. I am a final year computer systems student and I have in my mind to do a project using Indigo for my final year project. I am doing research in it but I have to meet a superviser soon and I don't know much about what kinda of software will be needed or what what will be the toll on the hardware. I am looking for help in the basics of getting started in a Indigo project, what will I need to see if  the idea of even trying something like this is in any way plausible. Thanks in advance.. Hi, I would encourage you to go ahead with doing your project using Indigo.  In fact if you re-architected a ...Show All

  • Visual Studio Express Editions Getting started with VB Express 2005

    When I click on "new project" the new project window opens but there is not a browse button for selecting the folder for the new project.    When I click OK I get the following error message: "The filename, directory name, or volume label syntax is incorrect (Exception from HRESULT: 0x8007007B)" The <Tools><options><Projects and Solutions><General> all of the text boxes are filled in with the default folder paths, and all are valid folders, which do exist. Can someone help me to get started Hi, Visual Studio 2005 cannot create project if any folders on the path have "&" in the name. This has been ...Show All

  • Windows Forms Help: Hosting .net form controls in IE

    I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission.   I have searched alot on the web about .net security and it seems that no one has a straight answer on how to solve this problem. The ony thing I want to do is make it so th ...Show All

  • SQL Server Join the SQL Server 2005 SP1 Webchat March 22nd 9:00 am PST

    We will be hosting a public web chat on March 22 nd 9:00 – 10:00 am PST about the March CTP of SP1. It is the customers’ opportunity to engage with the dev team and provide feedback and ask questions. Strong participation from customers will act as a motivator for stronger participation by the dev team and will increase their interest in having these in the future, so we urge you to join and participate. For more information and sign up for this web chat go to: http://www.microsoft.com/technet/community/chats/default.mspx#06_0322_TN_SQL . ...Show All

©2008 Software Development Network