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

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

tdrock

Member List

lars corneliussen
Brian Berg
jamesb
dflat
Jonathan Clark
Gareth Berry
awp001
Lorren
Guy Pilk
Sinergy
Smitha_Expesite
Simon Jefferies
Cyberpunker
Jahfer
Alexander Yaremchuk
Erik Meijer
Howard Pierce
amotif
Dennis M.
Channelzero
Only Title

tdrock's Q&A profile

  • Visual C# ATTRIBUTES

    Hi everyone, Again something make me confused little bit about C# programming. ATTRIBUTES Ok, I understood the usage of predefined attributes in C# suc that serializable, obsolote,conditionally,.. However, I did not exactly understood the usage of Custom Attributes in C# . Why do programmers use Custom Attributes What is ithe main purpose of using our own attributes The reason for asking this is that I can not find any situation that I have ...Show All

  • Visual Studio Express Editions Is the express version the best visual studios C++ compiler?

    Im asking because its free and im surprized that its free and Im wondering if the express version is kind of a demo version or something. Its a Cut down Version http://msdn.microsoft.com/vstudio/express/visualc/ ...Show All

  • Windows Forms Problematic textbox - anchoring issues

    This problem just came suddenly. Everything was working fine, but now the textbox gets 98 pixels added to its Y axis everytime the solution is rebuilt. The same thing happens with any other control. It is placed inside a panel which is docked&n ...Show All

  • Visual C# Unable to write data to HttpWebRequest...

    Hi All,          I am using HttpWebRequest in my code. My problem is that I want to post some data using HttpWebRequest, I have also written some code for this, see the part of code below,       HWReq.ContentLength = Buffer.Length;       Stream PostData = HWReq.GetRequestStream();               &nbs ...Show All

  • Windows Search Technologies "Manage your Server"

    I have installed the operating system for MS SbServer 2003 on a new single server network, and can not find the "Manage your Server" application that is usually there.  Does anyone know what I did wrong ...Show All

  • SQL Server MSDE no show in server explorer

    I have installed default instance of SQLServer 2005 DE on Windows Server 2003 host. I also installed a named instance of MSDE rel A. I can connect to the MSDE instance from Management Studio but it does not appear in the list of servers when I try to add the connection in VS2005 server explorer. What am I doing wrong - Dick Anybody I can connect to the named MSDE instance (now upgraded to SP4) with management studio and osql ...Show All

  • SQL Server Lack of support for style sheets

    I have a pressing need to deliver reports that are of a reasonable size. Currently Fiddler says that a typical one-page report is approximately 500k bytes. Apparently the culprit is the bloated HTML that RS produces. For example the following is a typical 'style' attribute on a TD element: style="background-color:Transparent;background-repeat:Repeat;padding-left:1pt;padding-top:1pt;padding-right:1pt;padding-bottom:1pt;font-style:Normal;f ...Show All

  • Smart Device Development VB6 application & VS.NET 2005 Smart Device application

    Hi all, I have a vb6 app with an Access database. There is no intention to upgrade this app to .NET in the near future. I need to further develop the app so it installs a subset of the data on smart devices (eg. pda, smartphone) What tools do I need to develop this pda app, and how can I sync between the 2 apps Thanks, Ivan to develop for smart devices you will need Visual Studio 2003 Professional (Compact Frame ...Show All

  • Visual Studio AddNamedCommand fails in 2005 beta 2

    We have an Add-In that works in VS.NET 2002, 2003 and 2005 Beta 1. It uses Commands.AddNamedCommand to add custom commands. The satellitedllpath and satellitedllname registry entries for the Add-In point to the satellite resource dll, stored in a 1033 directory, containing the custom bitmaps we are using for the command images. When the Add-In loads in VS.NET 2005 beta 2, a 'Value does not fall within the expected range' error fires on the call ...Show All

  • Windows Forms Invalid Namespace Exception with My.Computer.Info.OSFullName

    Hi pals, I'm working with VS 2005 (VB.NET 2005) And my OS is Windows 2000 server. I wanted to know the Full name of my OS .When i'm trying to get the value of My .Computer.Info.OSFullName I'am getting Invalid Namespace Exception and the stack trace tell the following: at System.Management.ThreadDispatch.Start() at System.Management.ManagementScope.Initialize() at System.Management.ManagementObjectSearcher.Initialize() at System ...Show All

  • Visual C# Arrays

    Hi! I'm brand new in C# (actually, today is the very first time I'm using it...), and here is what I'm trying to do: ReportParameter [] parameters = new ReportParameter [1]; ReportParameter rp = new ReportParameter ( "id" , "3" , false ); parameters[0] = rp; But I get these errors (in the last row): Array size cannot be specified in a variable declaration (try initializing with ...Show All

  • Visual C++ C++/CLI Syntax Change in Beta 2?

    Hi KluchDev! In Beta 1, a programmer could use the "bool System::Array::Contains(Object ^o)" method in order to determine if an array contained an instance of an Object.  It seems as if this method has been hidden in Beta 2.  What would be the preferred mechanism to replace this functionality in Beta 2 e.g.  // This compiles in Beta 1, but not in Beta 2.  array<String^> ^stringAr ...Show All

  • Visual C++ malloc or new!?

    First: What are the differences between malloc and new operator I think malloc is a function, and new(and its version new[ ])   isnt! Second: I wrote similar function but i want to know is there any function(used by Standard) to transform an integer into string! (i'm not programing in VS yet , i'm preparing for competition in djgpp) thanks for any answers! malloc is a function that allocates memory. new i ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectDraw samples.

    Where can i find DirectDraw samples for Visual C++ DirectX SDK for DirectX 9.0 does only include sample files for vb.net an C#. Tnx for all help i can get :)! Given that DirectDraw is a deprecated component (it was dropped in DX8!) you probably won't find any recent samples. Courtesy of the backwards compatability of DirectX you should still be able to write/compile applications that use DD7 though. Current wisdom is that you should use D ...Show All

  • Windows Forms Setting a datagridview cell to null

    I'm working with a datagridview / dataset /sql and I'm wondering how I can set the textbox cell to a null value. I thought this would be easy, but I tried setting it to a null and "" with no success. I'm using the following code: this.datagridviewx[currentrow][columnname].Value = ""; Thanks for any insight! Thanks for the help. I'm sorry I wasn't specific in that I'm using C# and no ...Show All

©2008 Software Development Network

powered by phorum