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

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

owned

Member List

Rajesh Chandrashekaran
N Adams
Bingo Basic
ShimpiSuhas
raviv762
Zim
Suhas_hk
WindSailor
Maelia
Bassim Matuk
seattleboatguy
Vinod R Kumar
Jon77
krowczyk
Fiumag
Adnan Siddiqi
pradeepp
SiaugauZ
bp457
daned9
Only Title

owned's Q&A profile

  • Visual C# CS0184 should be a compile error

    C# "is" operator may return inconsistet result with CLR specifications. So I think warning CS0184 should be a compile error. CLR allows to cast a DayOfWeek[] object to int[] because the undertlying type of DayOfWeek is Int32.   2 4.3 castclass – cast an object to a class Description: The castclass instruction attempts to cast obj (an O) to the class. Class is a metadata token (a typeref or typedef), indicating the desired class. If the class of the object on the top of the stack does not implement class (if class is an interface), and is not a subclass of class (if class is a regular class), then an InvalidCastExce ...Show All

  • Visual C++ Lots of linking errors porting from VC++6

    Hey all. I'm porting a VC++6 project to 2005, and making some minor code changes to remove some deprecated calls, I get these linking errors during build: Error 3 error LNK2019: unresolved external symbol "unsigned char __cdecl build_cmd(unsigned char,unsigned char,unsigned char *)" ( build_cmd@@YAEEEPAE@Z ) referenced in function "protected: void __thiscall CMy1tcelDoc::OnEeon(void)" ( OnEeon@CMy1tcelDoc@@IAEXXZ ) 1tcelDoc.obj Error 4 error LNK2001: unresolved external symbol "unsigned char __cdecl build_cmd(unsigned char,unsigned char,unsigned char *)" ( build_cmd@@YAEEEPAE@Z ) Dobuild.obj ...Show All

  • .NET Development SqlDataReader problem while showing data in <td>rdr.getvalue(2)</td>

    hi. i am having a problem while showing my data through sqldatareader in C# asp.net web application. the  Problem is the sqldatareader object doesnt shows data on the newline. let say the data in sql table is "hi my name is measum" now when i show this data through <td>rdr.getvalue(0)</td> it will show like "hi my name is measum" (c no line break) however when i put this data into the textbox(multiline) with the same object, its ok. could anyone tell me wheres the problem... thnx isn't that a problem with the html code in stead of the return value of the sq ...Show All

  • Visual Studio Team System Installation error - Ms.VS.QualityTools.Resource.dll

    Greetings, After 4 days trying to install the beta and always failing on writing Microsoft.VisualStudio.QualityTools.Resource.dll I have to throw up my hands and plead for help.  I have searched every resource I can find I cannot get around this.  Help!  Please   This is a fresh XP SP2 install on a virtual PC.  1Gb RAM and 20Gb disk allocated to the VPC.  No other software.  Network connectivity established and member of domain and local and domain administrators.  I've tried as local admin, I've tried the MsConfig route.  I must be missing the obvious. Thanks in advance for any help that can be p ...Show All

  • SQL Server Common Password

    Hi, I would like to setup a common password for all the MS SQL Server Users. Is there any generalized script for the same Thanks In Advance. In SQL Server 2000, you can use sp_password. CREATE LOGIN is new DDL available in SQL Server 2005 only. Here's the equivalent syntax using sp_password: sp_password NULL, 'new_password', 'user' You can search for "sp_password" in BOL for SQL Server 2000 for additional info on this. Thanks Laurentiu ...Show All

  • Visual C++ How could I know it is VC 8 or lower?

    For some reason, my code has to work under Visual Studio 2003 and Visual Studio 2005. I want to know which I am using to define my define accordingly. For example. The following code: #ifdefine VC8 typedef __time32_t my_time_t; #else typdef time_t my_time_t; #endif The reason I am doing this is time_t, by default, in 2005 is 64 bit. I need a 32bit time_t. Thanks. Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=123696&SiteID=1 that mentions the macros you can check against. Hope this helps! Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C++ WM_KEYDOWN

    Hello, I am looking for some help on making a program that will give me the number for each key. I known that I need to hook the keyboard first, and I have that code. Now, from there I am oblivious as to what I need to do next. Any refrences or sample codes would be great. Thanks. Note: Win32 API is what was writing this in. If I can possibly stick to that, it would be great. Thank you. (This is NOT for a homework assignment, instead I was curious about the keyboard's numbering, for all combinations) ctimko ctimko wrote: Hello, I am looking for some help on making a program that will give me the number for each key. I known that ...Show All

  • Visual Studio Express Editions How to add controls to a TableLayoutPanel

    I'm sure that this is easy, but I can't locate a method to add controls to a specific row and column in a TableLayoutPanel. I have a table with four columns and up to 34 rows. I would like to iterate over the rows and columns to add either a checkbox or a label to each cell in the table. Then based on the state of the application set the label text. Finally, when the form is submitted read the state of the checkboxes. Your assistance would be greatly appreciated, thanks. Maybe this can give some inspiration: Public Class Form1 Private m_table As TableLayoutPanel Private Sub Form1_Load( ByVal sender As System.Object, ...Show All

  • Visual Studio Team System Extending Microsoft.WebApplication component type

    Hi, I'm trying to extend the built-in Microsoft.WebApplication component type, so I've code an .sdm like this: <Import Alias="WebApp" Name="Microsoft.WebApplication"/> <SystemDefinition Name="CustomWebAppType" Layer="Application" Abstract="true" Extends="WebApp:WebApplication"> <DesignData> <Report Type="Application" xmlns="http://schemas.microsoft.com/SystemDefinitionModel/2005/1/DesignData/DeploymentReport /> </DesignData> This works ok and I get a new item in the toolbox which I can a ...Show All

  • Windows Forms Host Designer

    I'm following the article  http://www.divil.co.uk/net/articles/designers/hosting.asp Ok well it's a pretty simple question. lets say I have a control with a Child_Form property ok,  how to I select another form if only one is loaded in the host at a time. I figured out how to load another form but it shows up on it's own and I have to set the showintaskbar& ...Show All

  • Visual Studio Team System Team Foundation Server Installtion Failed

    I am runing Win2003 server as a primary Domain Controller w/SP1 I received the 3 dvd disk set for beta2. I also used the Team Server while at Microsoft along with VS2005 Beta2, Indigo/Avalon Beta1 and the Ent Lbi framework V2.0 from the Ent Lib team. But this is my first time installing the Team Server on my own server. I am doing a single server install. I have installed SQL Server2005, and Sharepoint Services 2.0, I setup TFSSETUP and TFSSERVICE. I reboot and logon as TFSSETUP and set the Service to run w/ TFSSERVICE.  I am not toggling on the SSL.  I just get a install failed (the log seems to get a problem installing "broo ...Show All

  • Visual Studio Express Editions unable to update data in a database

    Hello! I am using VC#2005 Express and trying to work all off the video tutorials. When I started to work on Lesson09, I encountered a problem: I follow instructions from video lesson, but when I try to update data in a database, I receive an error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. I use default settings for tableaddapter and dataset, in a same way as in video, and here is the code    private void button1_Click( object sender, EventArgs e) { bindingSource1.EndEdit(); int result = 0; result = customerTableAdapter1.Update(myCompanyData ...Show All

  • Windows Forms How to Set Quick Start Tutorial

    Hello All, I want to learn about Windows Forms 2.0. Can anybody explain me how i can set Windows Forms 2.0 Quick Start Tutorials on My local machine.. Thanks in Advance Shail Hello, finally I done it. Steps are like this. 1. Install .NET 2.0 Framework SDK 2. Choose Start-> Programs -> MicroSoft .NET Framework SDK v2.0 -> Quickstart Tutorials 3. In the Web Page shown click the link " Set up the QuickStarts " 4. The follow the instructions after that Note That you require Admininstrative Privilages to install, as the setup programes require to update the IIS Script map, Install Database and many ot ...Show All

  • SQL Server Can a Snapshot report be created programmatically?

    Can I create a Snapshot report with parameters programmatically in RS 2000 or RS 2005 If this can be done what is the command for it Thanks. I assume you mean the snapshot datetime stamp used as URL access parameter to render history snapshot. The snapshot datetime value is always based on UTC time which is independent of your local timezone, while the date in the internal catalog tables depends on your server timezone settings. -- Robert ...Show All

  • .NET Development how to set the dataset's namespace

    hi, I'm use the Dataset Desinger of Visual Studio 2005 to design a dataset. Then, I compile the project. The desinger generate a typed dataset class. But the dataset class is inside the global namespace. How to set to generate the typed dataset class in a customed namespace. The namespace above is C# namespace. Not the XML namespace. thanks. But wait ... there's more! It worked just fine in VS2003 under a Web Service project. So, looks like it's a bug in VS2005. ...Show All

©2008 Software Development Network