Software Development Network Logo
  • VS Team System
  • Visual FoxPro
  • Visual C++
  • Visual Studio
  • Audio and Video
  • Windows Vista
  • Windows Forms
  • Visual C#
  • Microsoft ISV
  • Visual Basic
  • .NET Development
  • Game Technologies
  • IE Development
  • SharePoint Products
  • Smart Devicet

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

Caioshin

Member List

CARMCK
NoSTaBoNN
RamonS
Bartosz
paraGOD
Drudkh
jayakhanna
Raj S
Bill Reiss
isaksp
hellomcv
Tryst
robinjam
traderhen
MitchPetel
smogit
sprague295
zille
Teastrone
motorola
Only Title

Caioshin's Q&A profile

  • Visual C# Is there a collection that acts like a dictionary and arraylist?

    HI, I'm looking for a collection that acts like both a dictionary and an arraylist. When I add to the collection, I'd like to use a key that is a string, and the value is an object. Then I can simply use the IDictionary Contains() method to see if the key exists. But I also need to preserve the order that items are inserted into the collection, like an arraylist, so I can enumerate over the collection and the items (or values in the dictionary) come out in the order inserted. If I just use a Hashtable, then I get an order I suppose specified by the hashcode. If I use a SortedList, then the order is specified as alphabetical by the string key. Is there a standard collection that already has this behavior Or do I need to write my own ...Show All

  • Software Development for Windows Vista How to Render mpeg-4 stream from the network?

    Hi all, I need to write an application using directshow that receives rtp packets of mpeg-4 video format from the network, decode them and render the output in real-time. Can any one help me get started - what filters do I need to use for this application Thanks Yaniv ...Show All

  • Internet Explorer Development Object tag (when using UserControls) in IE7

    Hi! I've installed IE7, and i can't use .NET usercontrols (windows control). For example: <object id='...' classid='http://localhost/blablabla.dll#blablabla.bla' .... ></object> In IE6 all was ok, control was displayed, but now nothing loads.. What is wrong C# Class: namespace SnippetProject { public class Tiny { public string GetText() { return "Some text"; } } } Html: <object id='tinyObject' classid='ClientProject.dll#SnippetProject.Tiny' width='0' height='0' viewastext></object> <script>alert(tinyObject.GetText());</script> This html code works corr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Could C# be the future of gaming?

    Since XNA is using C#, and is is a more intuitive language than C++, is it possible that in the future that C# will dominate, espessially in AAA titles. Could XNA be ushering a new way of programming in the main stream For now, at least, no; C# as well as Managed DirectX still have a hurdles to get over (IMO). The language is still relatively new, developers are still learning the ins and outs and how to push applications developed in C# to the limit. In my opinion, although I love C# and swear by it, the professional community is and will be very reluctant to drop C++ for a newcomer such as C#, especially considering its lack of cross platform abilities. ...Show All

  • SQL Server Authentication

    hey all Not sure if I have this in the right forum - please direct me otherwise people. This is my set-up Windows Server 2003 (NZDEV) Virtual Server (nzvmw1) - Visual Studio 2005 Sql Server Express Edition with Advanced Services Tools = Reporting Services on my computer - I have deployed a report up to the nzvmw1 server using url nzvmw1/reports - I can see everything my user nzdev/user (admin rights) I have two other users - they are users on nzdev (not with admin rights) if they use url nzvmw1/reports - the password screen comes up nzdev/***** and password I set for them - page comes up but no folders I don't know where else to give them permissions (and don't think I should be making everyone Admins ...Show All

  • .NET Development VB .NET - Using ListView to log activity

    VB, Visual Studio 2005. I am using a listview to log some activity in my app. The problem I have is that every line I add I need to automaticallly scroll down to the last added line (to show the last added log line). I already tried with: myListView.items ( last_item_index ) .focused=true this piece of code only focus the item without showing it (scrolling down to view it) Anyone knows how to do it Thanks in advance.. Fede. I just tried it... adding multiple items than using that works just fine. Automaticaly scrolls to the bottom of the list for me. -Chad ...Show All

  • .NET Development detailsView and/or tableAdapter data manipulation

    Hi! I have the following problem: Theres a detailsView that I use to let users enter data. This data then gets published on a website (think simple CMS). But the users that enter data are not tech-savvy, therefore I need to replace CR and LF with <br />. This isn't difficult as is, to perform this all I need to do is "string.Replace("\r\n", "<br />")", but the problem lies in the data access. the detailsView is fed from a tableAdapter that gets a whole table from a DB. This code is not written by me, so I'm not into the technical details. All I am looking for is the right moment and way to let my replace do its work. I tried to access the data within the detailsView (programmatically) usin ...Show All

  • Smart Device Development How to Increase the Pocket PC 2003 Emulator Device Memory ?

    I am running out of memory when deploying a vb 2005 application (with sql ce). So I want to increase the emulator memory Using VS 2005 I have gone into tools>options>device tools>devices>Pocket PC 2003 SE Emulator>Properties>Emulator Options> .. tick Specify RAM Size, and put 64, 128 or 256 in the ram size box. Then I kick off the emulator either by running the vb project or by running it from "Device Emulator Manager" - my setting seems to be always ignored and the device memory is showing as 29.70MB. A hard reset of the running device does not solve the problem. Neither does rebooting the PC. Any ideas thanks  note I am able to kick off the emulator manually, using this command line.... "C:\Pr ...Show All

  • Visual Studio GAT Problem

    Hi Guys, Hope u r doin gud, well i hav a problem in registering the Guidance Package of Microsoft. I hav downloaded exploring the guidance automation toolkit doc file. I hav complied the Guidance Package solution. but whenever i try to register guidance package by right clicking on the solution, i dont find any Register Guidance Package.... U r right buddy, when i click on the tools i can find the guidance package manager, also i could see the enable/disable packages options, but when i try to check the guidance package development i get the error ... and the instance of the dot net 2005 dissappears ...thats the problem.... ...Show All

  • Visual Basic Displaying Chinese Characters

    hi all... i'm trying to display chinese strings using the MsgBox...Instead only " " appear on the message box...can anyone help me regarding this issue... Thanks Manu The MessageBox font is a system setting, you'd need a Chinese language version of Windows. You could fake the message box with a form that uses a Chinese TrueType font... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Visual C# Express gotcha

    I am used to full blown Visual Studio 2005 but I decided that I'd play with Visual C# Express so I could better get a feel for that IDE since this is the environment for XNA Express. Just so you all know, when you create a project in C# Express it doesn't get saved to disk until you explicitly tell it to save or close the project. Amazingly even if you compile and run the new project it still won't be saved to disk. The upshot of this is that if the IDE crashes or gets terminated unexpectedly there doesn't seem to be any way to recover the project or the files you were editing. Twice I ended up losing the entire project I was working on because of this. I searched the entire disk to try and find my files and couldn't. The workarou ...Show All

  • SQL Server SQL Server 2005 code error

    Hey, I need someone to look at a small piece of code and tell me where I'm going wrong in SQL 2005 Server. Where should I post Thanks in advance, Danny Problem: When I run this I'm told NoOfContractsCount is an invalid column name when I try creating my cusor USE SLXDEV SELECT Count ( MCS2_CONTRACT . accountid ) AS NoOfContractsCOUNT , MCS2_CONTRACT . accountid , CONTACTID INTO #TempTable FROM sysdba . MCS2_CONTRACT , CONTACT WHERE MCS2_CONTRACT . accountid = CONTACT . accountid GROUP BY MCS2_CONTRACT . accountid , CONTACTID HAVING Count ( MCS2_CONTRACT . accountid ) > 1 DECLARE @CountTemp int DECLARE @accountIDTemp CHAR ( 12 ) DECLARE @ContactIDTemp CHAR ( 1 ...Show All

  • Visual C++ Replacing a character in a string

    Hi, I have this string that I want to replace all "." with a "," and I can't get it to work. I use VS.NET 2005 and C++. My code is: String ^ str = txtText->Text; if (str->Contains( "." )) { str->Replace( "." , "," ); } txtText->Text = str; Anyone have any ideas Best /M I think you should try this: txtText->Text = txtText->Text->Replace('.', ','); I hope it works. ...Show All

  • Visual Studio Express Editions I have dialup can I download Microsoft Visual Studio 2005 Express on another with dsl ?

    I have dialup, and it would take forever to download Microsoft Visual Studio 2005 Express Can I use my friends compter who have dsl and burn cd and then install it on my own computer If yes then do I have to do registration at the time of download at his computer Are there any issues about downloading on someone else computer that I should be aware of You can certainly burn an image using the instructions here: http://msdn.microsoft.com/vstudio/express/support/install/default.aspx You do not need to register the cd installs but you can register them on your own PC if you want access to the registration benefits. ...Show All

  • Visual Studio Team System Contributor Access being lost for users

    We are having difficulties with users suddenly not being able to edit work items in TFS. We thought this was due to problems with our web based interface, since they can usually add/edit bugs through the Visual Studio IDE even when they couldn't via the web. However, today, one user was unable to edit a bug via the IDE either. The error is: TF26201: This work item has unsupported fields, or user does not have permissions. The users can sometimes work, so we think we've fixed it, then their access appears to be cut off again. It is very frustrating The users are set up in an AD Group, and that group is added as a contributor user. I have found if I remove the group from the contributors, then re-add it, and IISRESET the server, t ...Show All

©2008 Software Development Network