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

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

Can1

Member List

JulianMadle
Shalabh BIndlish
TimLarson
Rajeev Ranjan
inetcnslt
Rakesh Rajan
amygal
Aaron J Smith
knutejoh
Frederik_VL
beastrabbit
tekra
Rob Lynch
ThE_lOtUs
XP is self aware
chrisexv6
Keidy Sakamoto
marta
Kean
koolasa
Only Title

Can1's Q&A profile

  • .NET Development Generic List's AddRange/InsertRange

    Hello, I have a class that inherits from List(Of <custom>); what I want to know, is in this class, I have: public class MyClass    Inherits List(Of MyObject)    public shadows sub Add(item as MyObject)    end sub    public shadows sub Insert(index as Integer, item as MyObject)    end sub End Class What I want to know is, in the AddRange/InsertRange implement ...Show All

  • Smart Device Development VS 2005 Standard Edition Can't connect to Mobile 5.0 device

    Every time I try to connect to my PDA ( Dell Axim x51 with Mobile 5.0 ) through VS 2005 it fails. It says "Connection Failed. Can't connect to network. Check network settings" or something to that affect. I have Active Sync 4.0. I know the connection to the PDA was made because a few messages popped up on the PDA asking if i should allow a couple of programs should be executed. I am completely new to Mobile development. Am I missing somethi ...Show All

  • SQL Server Certificate limitations in SQL Server 2005

    I have a Web site that has a database backend, which stores user information.  I would like to encrypt the user information in a granular way. My question:   Is there a limitation to the number of certificates that can exist in SQL Server 2005   I would like to issue a certificate for each user of my Web site, whereby the certificate is protected by the user's password (which I will not have access to -- the password will b ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Include files

    Hi there. Im new to programming and just installed the DirectX 9.0 SDK (October 2005). I opened up the samples in my version of Visual Studio c++ (2005 Express Edition Beta Version 8.0.50215.44) and tried to build them. But I found that i had missing include files, (such as windows.h ). Where can I get these headers or is there a new version of Studio i need to install Oh, I downloaded the beta ve ...Show All

  • Visual Studio Express Editions How do i make a textbox that uses different forecolors?

    I would like to make a textbox that uses a color for a word and uses another color for other words. is there any way to do this Yes, you can do this pretty easily with the RichTextBox control. You can find a list of documentation at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vboririchtextboxctltasks.asp   Hope this helps, Dan Fernandez Product Manager Visual St ...Show All

  • SQL Server Cannot Run on this Edition of Integration Services Error Message

    Hi All, I am little new to 2005 so this may be an easy one. I have a IS package that I created on my local 32 bit machine. I have copied this package to one of our servers running SQL 2005 EE x64. The package executes fine until it gets to a VB Task at which point it errors with the message of "The Task "DefalutValues" cannot run on this edition of Integration Services It requires a higer level edition" Is this a known ...Show All

  • SQL Server New to SQL..Help

    II'm studing c# 2005 and got a book by MS "c# step by step". In it it says that at some point I will require sql 2005 express and that I should log in and set up the following .."sql -S yourserver\SQLExpress -E". The trouble is it dosn't say how to log in. I've never used sql server before, I downloaded the express from MS. After installing it, using the default set up and instance name on my XP Pro, Now I get 2 log in ch ...Show All

  • .NET Development Finding values in a databound combobox

    This question is a carry over from the Windows Forms Data Controls forum. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162411&SiteID=1&mode=1 ----------------------------------------------------------------------- The original question was: I have a set of two comboboxes. When the value of combo1 changes I need to change the selecteditem of combo2. The selecteditem of combo2 is related to the particular value selected in com ...Show All

  • SQL Server Pagination does not work after Table Visiblity false.?? Help : Urgent ? Please

    Hi, You know I was trying to create new report and found that works fine with Pagining- URL Access. But I want to hide report when there is not data return. In that case my pagining does not work. For hiding my table when no data return i do following steps:- Table -> Properties-> Visiblity Tag-> Expression -> IIF(count(Fields!FormName.Value)=0,True,False) Which hide my table when no data return, but paginition also does not work. ...Show All

  • Visual Studio Team System Problems with build type configurations and 'Publish'

    If I want to build 2 solutions in one build type, each with a different configuration, I just make sure that both of the configurations are defined in tfsbuild.proj. Then the build will attempt all four permutations (sln1, config1;sln1, config2;sln2, config1;sln2, config2) but skip the ones that are not valid for each solution, is that correct   Also when I try to publish, I would expect it to do a build first, or do I have to be exp ...Show All

  • Visual C# ListView 'SelectedIndexChanged' situation

    I've got a ListView on my Windows Form that displays information from an Access database. I am trying to show the data in textboxes when a row in the listview is clicked. The code I've typed so far works, to an extent . . . When I click on a row, the lase record in the database is displayed in the textboxes. I know that I need to use the ListView_SelectedIndexChanged event, but where I'm getting confused is how to select the corr ...Show All

  • SQL Server Problem Displaying Japanese Characters

    Results you are seeing might be due to the fact that you are inserting characters as regular chars and not as Unicode chars, and their translation (effectively truncation) is affected by Query Analyzer. Instead of INSERT INTO tblJap (Jap, Eng) VALUES ('...(Japanese chars)...','Oda Nobunaga') try INSERT INTO tblJap (Jap, Eng) VALUES ( N '...(Japanese chars)...','Oda Nobunaga') and see if that fixes your problem. Regards, Boris. ...Show All

  • Windows Forms Unable to connect vb2005 express beta 2 with SQL express/SQL Server 2000

    Hi, I couldn't connect my vb2005 beta 2 to my database for over a month now, I uninstall sql express and leave only SQL 2000 but still couldn't connect. I installed vb2005 beta 2 on another computer and still have thesame error message. I'm sick and discouraged. I need help please. Whenever i clicked Ok from the Add Connection  in the Data Source Configuration Wizard , it always gives me this error message from both computers "Timeout ...Show All

  • SQL Server Using Query Analyser 2000 with SQL 2005

    Hi, We are currently trying to get to grips with SQL Server 2005, and have a basic question. Is it possible to user Query Analyser from SQL 2000 with 2005 All our support staff use Query Analyser on a day to ay basis and all our clients are currently on SQL Server 2000. It would be usefull if when new customers come on line with 2005 our staff can use one tool to perform their tasks We've tried to run Query Anayser and it's comming up with ...Show All

  • SQL Server How can I get primary key col and other two cols in the same table become one to one relationship.

    For ex. Table Match_List ( MatchID, UserID_A, UserID_B) constraints like MatchID primary key UserID_A <> UserID_B unqiue index (UserID_A,UserID_B) but I wish to exclude duplicated rows like 1,1,2 & 2,2,1, cause UserA to UserB, and UserB to UserA are the same thing. How can I get this You can create a view based on table Match_list Create view Match_complet as sel ...Show All

©2008 Software Development Network

powered by phorum