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

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

MuthuDotNet

Member List

DotNetHeaven
Seth Webster
Boris Gasin
Radha Krishna Prasad
H Magnusson
nmus006
John Winstanley
Azael
cloakas1
hoosierboy
Marcelo de Oliveira (BR/SP)
Dragan Jankovic
KilroyHughes
Lloyd O.
Mauricio hevs
Ian Wallace
KevinInIndy
david salomon
T44G44
Bill_H
Only Title

MuthuDotNet's Q&A profile

  • Visual C# Sockets programming

    Hi all, Im new to socket programming, my question is can the winsock control be used to receive data or messages from two different clients at two different ports simultanously. Thank you There is no format when you use sockets. It can handle all kind of streams. The best way to start as reading the msdn entry on the Socket class. ...Show All

  • Windows Forms How to port C to VB.NET

    Hi, I've got some C that I need ported to VB.NET. Does anyone know of any good tutorials or resources that would help me learn how to do this Thanks in advance I would personally drop the c code into a C# project, get it to compile, then use one of the online C# to VB.net converters, but you'll still have to do some cleanu ...Show All

  • Windows Forms Labels Flicker when BackColor is set to Transparent [:S]

    Hello ... I have a Problem with Labels (I'm not the Only One Regarding This problem i guess) I have a Form with a BackGround and on it there is a Panel with a BackgroundImage too inside the Panel there are some controls ... and there are labels with their BackColor Property set to transparent this causes flickering and causes SLOW Drawing of the Controls to the form whenever it paints. Is there anyway to fix that (I heard I can set the Style of the Label to Transparent using Public Const WS_EX_TRANSPARENT = &H20& so please let me know How to solve this Annoying Bug ...Show All

  • Software Development for Windows Vista WWF crashes VS when publishing an empty console Workflow

    I found this situation that crashes VS2005 - Create a new Visual Basic 'sequential workflow console app' in vs2005 - Click the 'MyProject' file to open the workflow application properties tag - Click the 'Publish' tab -> VS crashes, and you need to restart it. I tried this on two differnt systems: one with Windows server 2003 and another with Windows XP SP2. Both systems behave the same. ...Show All

  • Visual Studio Team System TFS Beta 3 Refresh: Error 32000 and Error 26204

    Like so many others I experience problems while installing Team Foundation Server (B3R) – after resolving a lot of other problems on my own I get stuck with this one and need some help: “The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26204”.   I investigated further in the VSMsiLog and found a hell of a lot of “ExecuteSqlStrings:   Error 0x80040e14:……” error messages combined with   Errors in the dd_vserror80.txt   [11/14/05,13:58:15] Microsoft Visual Studio 2005 Team Foundation Server - ENU: [2] WARNIN ...Show All

  • Visual Studio Team System Is the Team Suite trial compatable with TFS Beta 3 Refresh

    I am currently having a problem accessing Documents in Team Explorer using the client shipped with TFS Beta 3 Refresh and wondering if I will have better luck with Team Suite Trial edition. Anyone know You must use the version of Team Explorer that ships with the version of Team Foundation Server you're trying to access. Team Suite Trial Edition (and for that matter, all other Visual Studio products) do not include Team Explorer. You must obtain this from the Team Foundation Server installation media. ...Show All

  • Visual Studio Team System Raise Version-Number of Assemblies in TeamBuild

    I am searching for a TB-Task which will scan all files of each project and see if any change has been made more recently, than to the file where the Version-Attributes are stored (usually AssemblyInfo.cs). It should then checkout AssemblyInfo.cs, raise either Major, Minor, Build, Revision (depending on a configuration value) update modified file in SCC. Does such a task exist Is there a way to do something similary for C++ unmanaged projects I would also like to determine if there is a need to increment the version number of the DLL by detecting changes since the previous build. I guess the best way is to look if there's new ...Show All

  • Visual C++ Linking error for using fprintf fclose API in sample application

    Hi Group,    Needed to know why my sample application fails when compiled from MKS toolkit cmd prompt (k-shell ) saying... est.cxx(10) : warning C4996: 'fopen' was declared deprecated         D:\Program Files\Microsoft Visual Studio 8\/VC/INCLUDE\stdio.h(235) : se e declaration of 'fopen' Microsoft (R) Incremental Linker Version 8.00.50215.44 Copyright (C) Microsoft Corporation.  All rights reserved. /out:test.exe test.obj test.obj : error LNK2019: unresolved external symbol fclose referenced in functi on main test.obj : error LNK2019: unresolved external symbol fprintf referenced in funct ...Show All

  • Visual Studio Express Editions howcan I install the Document Explorer for Visual Basic Express edition

    In Visual Basic I can't access the online help Are you getting any error messages when you go to the help menu from the top... At the moment you can not install the different parts seperatly (Other then SQL Express). ...Show All

  • Windows Forms About combox databound

    Have a field such as "ProdoctID",i want to use a combox,user can select the "ProductName" in the combox to set the "ProductID" field. The database have a table named "Product" witch contain "ProductID,ProductName".               this.ClassComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StudentBindingSource, "Class", true));             this.ClassComboBox.DataSource = this.pingYuDataSet;             this.ClassCo ...Show All

  • Visual Basic Radio Check Options in Menu Strip?

    First off, I'm completely new to the world of Visual Basic. I took a little break from programming for about 20 years :) What a change... and THANK GAWD! I'm trying to keep current in my studies and am using VB.NET 2005 beta 2 at the moment and training with App Dev's VB .NET course... I've got the basics down, nagivation, understanding of objects, properties, etc... but for the life of me, i can't find what i'm looking for... and what I THOUGHT may have been a slight change in naming of properties... was not the solution to my dilemna... at anyrate... My question is.... Does the 2005 version support the radio check boxes as it did in 2003 ...Show All

  • Visual Studio 2008 (Pre-release) XAML (office 12) Ribbon control

    Hi, is there or are there plans to build an office 12 ribbon control for XAML The 'ribbon' definition in office 12 is already in a XAML like XML format so why not imediatly build a XAML version of the whole office 12 ribbon concept And make that available for all developpers so that we can really have a cross application vista experience for the users. Best regards, Kris I thought "ribbon" is nothing more than scrollable panel... Why you need special construct ...Show All

  • Visual Studio Express Editions executing functions from a string at run time

    So I made a module with a list of functions that make my life easier. I am expirimenting with this sort of thing, and I am trying to make a little command line sort of thing to be used at run time. My question is: Is there a way to execute internal functions like the ones I made by typing them into a text box at run time (and clicking a button or whatever) I'm looking for something like: Execute(command.text) Thanks! There's the scripting object for VBScripting, or there is the VBCodeProvider Class (There's a C# one, too) which allows you to compile and Execute VB code. However, this may not be exactly what you are looking ...Show All

  • Visual Studio Team System Problem with removing Visual Studio 2005 app-data tier

    I have problem with installation of Team System beta 2. First step I installed required components like .NET2.0, MSSQL2005, etc. After I'm trying to install Team System. However, I'm starting, setup show me message box with information: (o) Uninstall Remove Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) from this computer. I agree with him and uninstall this component, setup is finished. But when I restart Team System installation process message box show again. What is wrong Thanks, Marcin Are you trying to get a single-server installation working   If so, you'll need to start with a cl ...Show All

  • Windows Forms Problem referencing a dll that is used by many other dlls help

    Hi I thought the best way to program was by making many object to make application easier to upgrade and maintain.  Well I did that and i am having many problems whenever I change a dll.  Scenario I have a 3-4 dlls which are referenced by 2 or 3 usercontrols and other dlls .  Now whenever I change one of them i am forced to rebuil ...Show All

©2008 Software Development Network