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

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

catdesign

Member List

Honey
Javelin
Doug Foiles
iccle
Steven Ramacher
Mahoura
Tomas Hellström
Sean D Wright
Justin10810
CSpahn
tommyitvn
jwise
Luke137
Adam Calderon
jsalk
harryv
Jerome Hannebelle
Shafiq Ur Rahman - MSFT
Ranju_Akram
Mike Williams28205
Only Title

catdesign's Q&A profile

  • Visual Studio Team System Unit tests for web pages (ala NUnit ASP)

    Hello,   I'm writing a small web app to give Beta 2 a full spin. I want to create unit tests for the pages in the app, i.e., to test the Login page, sign up page, etc. A while ago, I used NUnit ASP, which allows me to directly interact with the controls on the page. For instance, one could do something like this (psuedo): loginBox.Text = "myusername"; passBox.Text = "123"; loginButton.Click(); Assert(errorLabel.Text == "Invalid login."); I ...Show All

  • Visual Basic XML code commenting in Office Tools projects?

    I just started a new Excel Office (Visual Studio Tools in VS 2005) project. I have been using the "Insert Comment" feature (on the context menu) in other VB 2005 projects to generate XML code comments, but this doesn't seem to be available for Excel Office projects. Is there a way to turn this on Or am I just out of luck Thanks, --Lance-- Nope. Unfortunately that doesn't seem to work either. ...Show All

  • SQL Server Stored proc & transaction log size problems!!!!!

    For some reason, my stored procedure which is kicked off by VB.NET is growing the log file for the database in question by gigs, very fast. Why is it doing this The code: Sub Main() objConn.Open() Dim cmdSql As New SqlClient.SqlCommand("IT_sss_Collector_D otNet", objConn) cmdSql.CommandType = CommandType.StoredProcedure cmdSql.CommandTimeout = 1000 Dim reader As SqlDataReader = cmdSql.ExecuteReader() Dim ppa_rowcou ...Show All

  • Visual C++ Help C2039: 'hash_map' : is not a member of 'std'

    this is my stdafx.h #define WIN32_LEAN_AND_MEAN // Windows Header Files: #include <windows.h> #include <hash_map> #include <string> typedef std::hash_map<int, std::string> StringMap; it works for vs2003 , but when i compile it at vs2005 , it gots alot or errors related to c2039. T_T Hello cc2001a, Jonathan has answered you, but in future, if you just look up the spe ...Show All

  • .NET Development Web Service - Formatting XML Results...

    Thought this group is appropriate for my question... Hi all, I was able to create a Web Service using VB.NET 2005. One of my WebMethods returns the following results: < xml version="1.0" encoding="utf-8" > < double xmlns =" http://www.xxx.xx/wservices " > 522 </ double > Instead of showing 522 result with the URL and data type, I'd like to show the fi ...Show All

  • SQL Server Give permissions programatically with c#

    Is there a way to give permisssions to users with c# to databases, I also must be able to add users to roles,etc. Thanks Yes certainly. SQL Server Management Objects (SMO) allows you to create all security objects (logins, users, roles, certificates, {a}symmetric keys etc.). All securable objects have Grant(), Deny(), and Revoke() methods, and there are various Enum methods on classes to find out how the object has been secured. Michiel :: ...Show All

  • .NET Development Windows Form Icon

    I posted this in the wrong forum. Sorry for a double post. I am making an app using Visual Studio C++ express edition. When I change the forms icon in the editor, by clicking the form and selecting the icon property, it changes it properly in the editor and builds it fine. However if I run it I get an exception. I get this message An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in m ...Show All

  • Visual C# get the next value of identity

    Hi how can i now in sql.. what will it be the next value of identity try: SELECT MAX(ID_COLUMN) FROM TABLE_NAME This gives the current max, so add 1 for the next value. ...Show All

  • Visual C# specify the runtime version in Visual C# .NET

    Hallo Community, i read this here in online msdn: thi si for Visual Studio .Net 2003 and i need it for VS.Net 2005: Specifying the Runtime Version for an Application To specify the runtime version in Visual Basic .NET Select the project in Solution Explorer. On the Project menu, choose Properties . In the Property Pages dialog box, select the Build node and click the Change button. In the .NET Framework Version dialog box, select a ...Show All

  • Windows Forms Communication between two user controls ?

    I've made 2 very very simple user controls named uc1 and uc2, I've put then on my main Windows form, but how can we for example :: displaying the text from the textbox uin uc1 on the label in uc2  Sorry for my bad english, here& ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement and width/height question

    By setting the Width and Height on a MediaElement, I can get a video to fit within those dimensions. But if I omit them, the video plays at its original size. Is there anyway to get the MediaElement to have a Width/Height that's same as it's containing Canvas's I tried using : VerticalAlignment="Stretch" HorizontalAlignment="Stretch" But that didn't help. Any ideas are appreciated. Andrew A wrote: Have ...Show All

  • Visual Studio Tools for Office Can I use outlook 2003 PIAs for Outlook 2000

    Hello I have pretty big solution in C# 2005, which works with Outlook 2003. I have to make it working with Outlook 2000 and Outlook XP. I do not want to build 3 different solutions for each Outlook version. Can I distribute Outlook 2003 PIAs on client machine with Outlook 2000 Will this work correctly I plan to determinate Outlook version in runtime and do not use classes and properties, which are not available on machines with Outlook 2000 o ...Show All

  • Visual Studio Tools for Office Importing data from Excell

    I have data in an Excel sheet. I am trying to import this data from Excel sheet to a SQL Server table. My problem: Some of the cells in the Excel sheet have errors. A typical example would be a cell with Cell Format as Text and data as numeric. Due to this mismatch a green error symbol is shown on the cell left corner. It is not possible to manually correct such errors. If we leave this error as it is and try to import the data. Erroneous c ...Show All

  • Smart Device Development Linker error, newbie question

    Forgive me, but I'm a bit new to windows mobile development. I wish to do the following: 1) Create an MFC based smart device application (in my case, dialog-based). 2) Create a second project which is a static library (within the same solution) 3) Link the library into the to the smart device application and be able to access functions from that library. Of course this is simple in a normal windows environment, (my background), bu ...Show All

  • SQL Server can anyone guide me

    i'm very new to SQl server, even i know nothing about it, all what i know about is Ms Access, i want to ask that :- 1) what is the differences between the queries and the stored procedures, i don't know till now i see both of them are the same thing. can anyone please till me what is the difference 2) i downloaded sql server express edition and it doesn't has interface , in the same time i can't install the managment studio , every time i ...Show All

©2008 Software Development Network

powered by phorum