Software Development Network Logo
  • Windows Vista
  • VS Team System
  • Visual Basic
  • Audio and Video
  • Visual C++
  • SharePoint Products
  • Visual Studio
  • .NET Development
  • Game Technologies
  • Windows Forms
  • IE Development
  • Microsoft ISV
  • SQL Server
  • Visual FoxPro
  • Visual C#

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

mukilan91

Member List

liujj_xujj
Hallen
LeeroyB
fspilot2006
Abdel1
Deicide
Evan Mulawski
matchoo
GregRyanLorenz
OEIL2MOSCOU
Jade Skaggs
Jens K. Suessmeyer - MSFT
GusBraga
biki
Carsten Kanstrup
createdbyx
VRATZ
DevDiver
MatteusX
Leif O
Only Title

mukilan91's Q&A profile

  • Visual Studio Express Editions process invisible

    Hello, I have designed a program with VB express that when run from the .exe file, it runs as a process. I have prevented the program from showing in the taskbar when running minimised as I want the program to be invisible to the user. I used the form properties to do this. But now when I run it it shows up as a tab down near the start button on the desktop. How do I make it invisible when running in the background Note: I still want it to be seen in the Task Manager so I can shut it down from there. Also: Why is my program showing in the Task Manager as a process and not as an application Thank you for any help. Harvs. ShowInTaskBar should be False - Hides the application. How ar ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Compile Errors when trying to run Directx sample tutorials

    Hey folks, I've just downloaded VC++ Express edition. Proceeded to install the platform SDK, then installed Directx 9 SDK, October 2006. I've installed the first sample tutorial, CreateDevice, and no matter what I do, I get error LNK2019's. I've added the include and lib paths to the project options as well. Any help would be greatly appreciated. Here's the errors: 1>------ Build started: Project: CreateDevice, Configuration: Debug Win32 ------ 1>Linking... 1>CreateDevice.obj : error LNK2019: unresolved external symbol __imp__DefWindowProcA@16 referenced in function "long __stdcall MsgProc(struct HWND__ *,unsigned int,unsigned int,long)" ( MsgProc@@YGJPAUHWND__@@IIJ@Z) 1>CreateDevice.obj : error LNK2019: unresol ...Show All

  • SQL Server how can I substract a SUM from a SUM?

    first, I am using stiored procedure and here is my table structure: [item_id] [int] IDENTITY(1,1) NOT NULL, [item_guid] [uniqueidentifier] [company_reg_number] [int] , [file_no] [int] , [visit_id] [int] , [item_code] [varchar](50), [item_price] [decimal](6, 3) [created_date] [datetime] [created_user] [varchar](50) and I have debit and credits in the same table but I want to get the difference.. my stored procedure to return the result is: USE shefa set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: <Author,,Name> -- Create date: <Create Date,,> -- Description: <Description,,> -- ============================ ...Show All

  • SQL Server What is a good tool for modeling a SQL Server 2005 database?

    Hello, I need a tool that will let me model a SQL Server 2005 database and then generate the tables, constraints, etc. from the model. I've never used a modeling tool so my knowledge is quite limited. I don't need to model or reverse engineer an application - my sole concern is on the SQL Server database side. I'm not concerned if the tool integrates with Visual Studio. And, of course, price is one consideration. Are there any good tools that I should look at Thanks, BCB You could take a look at Visual Studio 2005 Team Edition for Database Professionals http://msdn2.microsoft.com/en-us/teamsystem/aa718807.aspx Thanks Sethu Srinivasan [MSFT] SQL Server Manageability Dev team ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is System.OutOfMemory.Exception mean, and how should I fix this in debug?

    Please read question above. /\ I would look for places where you're creating many objects. Namely, are you creating a large amount of objects, or are you retaining references to objects you no longer need Also, it could also be from your computer having a lack of system memory. ...Show All

  • Software Development for Windows Vista Validator prevents compile of Activity Library

    I've been reading the book "Essential Windows Workflow Foundation" by Dharma Shukla and Bob Schmidt. I have downloaded the code used in the book and attempting to add an activity to the library. One of the activities has a Validator attribute and when I compile, it seems to run the validation. Why would it do this when I do not have a workflow in the project anywhere How can I just compile the library without running the validator Does it make sense to do so Here are a couple of lines showing the Validator attribute: [ActivityValidator(typeof(PickValidator))] public class Pick : CompositeActivity { } The error I am getting comes from the validator: Activity 'Pick' validation failed: At least one child of Pick must not ca ...Show All

  • Windows Forms I don't want my controls to overlap

    Hello, I am using VS 2005. I have a lable next to a text box on on form. In design view neither overlap but when I run the program in release mode the controls overlap. How do I make it so none of the controls that are next to eachother overlap I have even tried putting extra spaces between them in the design view of the form. Also this problem is occuring on multiple forms. Thank you for your help Hello, I am using VS 2005. I have a lable next to a text box on on form. In design view neither overlap but when I run the program in release mode the controls overlap. How do I make it so none of the controls that are next to eachother overlap I have even tried putting extra spaces between them in the design view of the form. Also this pro ...Show All

  • Visual Studio Tools for Office .h include files not Found!!

    Hi, I'm working on a sample program in Visual C++ Express and I got some errors that said these .h files are not found: #include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #include <afxdisp.h> // MFC Automation classes #include "stdafx.h" #include <afxdb.h> // ODBC What do I need to include anyhelp would be appreciated. Thanks Jason Hi Jason You are way off-base in this forum :-) C++ has nothing to do with VSTO. Here's a general C++ forum; if it's not the right place, they may at least have an idea where to send you http://forums.microsoft.com/MSDN/ShowForum.aspx ...Show All

  • Visual Studio Express Editions Appending text in a multiline TextBox

    Hi, I'm trying to append text contained in TextBox2 to TextBox1 (multiline), each time Button1 is clicked. I'd like to start a new line each time. I tried with the following code but it's not working... Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.AppendText(TextBox2.Text & Chr(13)) TextBox2.Focus() TextBox2.SelectAll() End Sub Any ideas ...Show All

  • Visual Studio Express Editions split paras into single column vertically scrolling datagridview

    I have data stored in my bound access table's memo field. The data is a string like a poem stored in paras with a blank line inbetween paras. Using that as delimiter, how can I split these paras and populate the contents of Column1, row(i) of single column vertically scrolling datagridview where i is the para number Thanks for any help. hi, yes but i used console application to , you can use the windows forms, because there is no datagridview in the console applications, so in your event handler the code will be something like this          Dim   delma  As   System.Text.RegularExpressions.Regex  =  New   S ...Show All

  • Visual Studio Team System Shelveset Report

    Does anyone have a shelveset report they'd be willing to share. I could build one but RS, especially from the aesthetic point, is not my strong suit. I'm looking for a report that lists all shelveset and owners- if it has some criteria for date and grouping etc great... but if not I'll modify. I think it's crucial for dev leads to have access to whats on the shelvesets and how long they have been there. Michael, I would be very interested to know if I missed on something. Is there shelvset data somewhere in warehouse cubes that you are planning to use in your RDL Cheers, Eugene ...Show All

  • Visual Basic Click a form button inside webbrowser

    Hi all. I am trying to extract data from some web page, using webbrowser control, but first i have to login. I would like to login automaticly. On my web page, as you allready know, I have username and passwor fields that i can fill using following code: Me .WebBrowser1.Document.Forms(0).GetElementsByTagName( "INPUT" ).Item(0).SetAttribute( "VALUE" , "user123" ) Me .WebBrowser1.Document.Forms(0).GetElementsByTagName( "INPUT" ).Item(1).SetAttribute( "VALUE" , "pass123" ) What i dont know is how to perform a click to the submit button. This is its html code: <INPUT TYPE="SUBMIT" VALUE="SEND" NAME="PRIJAVA"> Th ...Show All

  • Visual C# How TextBox,Button etc be packaged to Array

    Any one can tell me how the TextBox,Button etc be packaged to Array, i have developed a form with verious control as textbox, combobox etc, i want to reset its fields, i want to add all textbox and comboBox to an array and then using loop reset them instead of writting code like textbox1.text=""; textbox2.text=""; textbox3.text=""; Thanks what you can do is loop through the controls on the form and reset them that way. Example: foreach (Control currentControl in this .Controls) { if (currentControl.GetType() == typeof (TextBox)) { currentControl.Text = ""; } else if (currentControl.GetType() == typeof (ComboBox)) { ComboBox theComboBoxControl = (Comb ...Show All

  • .NET Development [OTP]mouseover and open new page

    Hi, I have a mouseover event on a control, is there a way of opening another asp.net webform and having it close automatically when the mouseoff even occurs I can easily open a new window but cant figure out how to make it close automatically on the mouseoff event. I think I need to wrap the page in a div and dynamically hide and display it. Any ideas hello niallhannon, This forum is for asking questions regarding .NET data access and storage. Your question is considered off topic for these forums...For better response try posting your question here: http://forums.asp.net ...Show All

  • Software Development for Windows Vista DMO with multiple input , multiple output

    I want to create something like multiple input and multiple output I have made changes here class ATL_NO_VTABLE CDelay : public IMediaObjectImpl<MyDMO, 2, 2>, // DMO Template (1 input stream & 1 output stream) public CComObjectRootEx<CComMultiThreadModel>, public CComCoClass<MyDMO, &CLSID_MyDMO>, public IMediaObjectInPlace I have made changes in the buffering model @ at output side (output with 2 stream is working but not the input ) but this isnt working I donno how to place...... Suggestion r welcome regards hameed I have created 2 input and 2 output DMO....when I used the same DMO in GraphEdit ..... I can able to give two inputs but can't able get ...Show All

©2008 Software Development Network