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

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

Tiago_mor

Member List

Russell Klenk
Srikanth Ravula
Kris R
Ingo Muschenetz
George Cooper
Shrish
Jackthbean
Tomer Shamam
Barham
GemHedar
DaveKoch
aliahmad
SylvainLS
xesteban
kevintw
Parthasarathi
Mercedestime
Priyaranjan
A Lundin
scjconsulting
Only Title

Tiago_mor's Q&A profile

  • Windows Forms Tutorial on creating controls

    I want to extend the Textbox class. I can do it in a basic way: Public Class NewTextBox   Inherits Textbox But I want to change some of the look and behaviour. Unfortunately I'm not quite sure how to go about it. I would like to see a ...Show All

  • .NET Development Parse XML data into an array structure

    Hi i finding some method how i can parse XML data into an array structure. example have simple xml file <charactersone> <name>Bubba</name> <year>1980</years> </charactersone> <characterstwo> <name>Alex</name> <year>1970</years> </characterstwo> I want this parse to array example as  [charactersone][name]='Bubba'; [charactersone][year]=1980; [characterstwo][name]=Alex; ...Show All

  • .NET Development Servers, Pages and their controls and HTTPWebRequest.

    Recently I was asked how to push button on a web page control programmatically and I realized I didn’t know. For the last couple of weeks, I’ve been playing with HTTPWebRequest and getting the samples to work. That’s a wonderful class and it looks as if it exposes every possible thing that could be exposed, but I realized after all the code that I still don’t know how the pieces fit together.   I have a single XP node and I’ve set up ...Show All

  • Visual Studio Team System Disabling Code Analysis Warnings

    Hi, How can i disable code analysis warnings in some blocks of code #pragma warning disable is the solution I try this but didn't work. Any sugestion Thanks. If you are talking about C/C++ code, yes, you can disable code analysis warnings as other compiler warnings, e.g.: #pragma warning(push) #pragma warning(disable:6011) code #pragma warning(pop) Let me know if it doesn't work Thanks. ...Show All

  • SQL Server Multi-valued parameter parsing for sp's?

    Quote Stored procedures do not natively support a multi-valued parameter. You will need to pass a string and parse within the SP. end quote Did anybody solved the problem is there any code snipet to parse the multi-valued parameter so it can be used in the sp Thanks, Philippe You need to execute your SQL statement dynamically in the stored proc using sp_executesql. You need to concatenate the  ...Show All

  • Visual Studio install with sql server 2005 june

    Can VS 2005 July  work with sql server 2005 june Thanks No, they do not work together because the framework versions are different. You will need to install the Beta 2 VS 2005 in order to work with the version of SQL you have. ...Show All

  • Visual Studio Express Editions Creating a task manager application

    I'm wanting to create a sort of task manager type application where the software displays the running processes, associated program and the amount of time the program has been running for. I ahve managed to get code working that will retrieve the names of all process being run, however I am not sure how to retrieve the time for the process. The code I'm using for retrieving the process list it: ' Start with an empty ListBox. lstProce ...Show All

  • Software Development for Windows Vista regarding installation

    hai when i tried to install winfx runtime 3.0 (january CTP), i couldn't install i got some errors... before i tried to install winfx runtime i unistalled all the previous versions of frame work and SDK. Then i installed the same in the following order Visual Studio 2005 (RTM) windows SDK (january CTP) After this tried installing winfx runtime 3.0(january CTP) but couldn't continue that....i just want to know wheather the order ...Show All

  • Windows Forms Win Form & ASP.NET

    Hi, I have a question: how can I, if it's possible, add a winform to an asp.net page Hi greath78, you are missing something. You should write  "http:Test.dll#Test.Test". eg. <object id="MyTestCtl" classid="http:MyCustomControl.dll#MyCustomControl.MyCtl" height=& ...Show All

  • SQL Server Why cant sql server 2005 management studio cannot connect to lower version than sql 2000?

    Hi, Is it possible for sql server management studio to connect to sql server 7 I need to connect to both sql server 2000 and sql server 7 but when connecting to sql server 7, it says "This version of microsoft management cannot connect...". If possible, how Because I will be connecting to both version and last thing i will do is to install sql server 2000 tools and sql server 2005 together. Thanks, Kobe ...Show All

  • SQL Server Why doesn't DTSHost.exe exit when debugging is finished?

    My SSIS package loops through a recordset of datasets to load and launches a child package to process each via an "Execute Package Task". The child package uses two custom controls to build our dimensions. The child process however, never seems to release its memory. If the child package is run in the parent's process space, DTSHost.exe will grow until it consumes all the available RAM (it chokes at about 1.3GB). If the ...Show All

  • Visual C++ LINK : fatal error LNK1181: cannot open input file 'Crypt32.lib'

    Hi Saltynuts! Latest visual studio beta. When I try to compile my project it cannot find this file. I've searched my vc directories and it only comes up with 3 results in VC\PlatformSDK\Lib\AMD64 SmartDevices\SDK\PocketPC2003\Lib\armv4 SmartDevices\SDK\Smartphone2003\Lib\armv4 did someone forget to include this lib file in the beta With VS2005 Beta2 it is in "%ProgramFiles%\Microsoft Visual Studio 8\V ...Show All

  • .NET Development How to get a list of domains from a forest using DirectoryServices?

    Hopefully this is the correct forum for this question... I have searched the web for examples and the closest example I can find only returns the Forest level domain. My code is below (based on the example I found) and what I would like to be able to do is put in a domain name i.e. "domain.com" and get a list of domains from it. The computer that I will run this from will not be part of the domain that I connecting to as we support man ...Show All

  • SQL Server DataBase Connection

    hi everybody; my questions about when database connection : i am when connecting database latter receiveing exception error.Error is : An unhandled exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll codes : SqlCeConnection cnn=new SqlCeConnection("Datasource=\\My Documents\\Business\\LOREAL.sdf"); cnn.Open(); // Exception is here help me.. ca ...Show All

  • SQL Server rsExecutionNotFound

    I can preview a report I've written in VS (BIDS) without error. However, when I've deployed it to the report server, I'm unable to execute the report. I receive the following error: Reporting Services Error What are you using to view the report The HTML viewer What happens if you close IE and try to render it again ...Show All

©2008 Software Development Network

powered by phorum