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

Software Development Network >> manjunath cv's Q&A profile

manjunath cv

Member List

lojncn
iamme
K_L
jiwon
Lolchickenzor
Alpehans
Terry Smith
pinoyz
rmgjohnes
Stéphane Beauchemin
Michael_75
LamptonWorm
MLatchmansingh
Snyper_Vash
rwbogosian
Fire3.san
CodyPasspied
Cravensadie
dragoncells
vgvKarthik
Only Title

manjunath cv's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Will build #5536.16385 of Vista be compatible with D3D10 in August'06 SDK?

    Hi, Just checked my email and it seems that beta testers (maybe MSDN people as well) can now get another pre-RC1 build of Vista. The August'06 SDK states that the D3D10 CTP will only work with RC1 of Vista and the other recent pre-RC1 build wasn't good enough. So, just wondering if anyone here knows if 5536 will work with the August SDK or if we still need to stick with Beta-2 and the June SDK. Would save me a lot of time before I go and download 5gb of ISO's and spend a few hours setting up my test machine... Cheers, Jack I was brave enough to try it. August SDK installs without problems and D3D10 samples work. Unfortunately I can’t get my internet connection running but this is another problem. PS: the iso is ...Show All

  • Internet Explorer Development Please help on VB Script on HTML.

    Hello guys, I wish to make a HTML page that shows all the pictures in the child directory respected to my HTML page location. I know I can use document.write to populate the HTML code and I know the basic syntax of VB script. But I don't know how to retrive the current HTML file path. And I don't know how to retrive a list of dir names and file names as well. Please help, thank you. This code is intended to build the page dinamically and populate it with all the flash files in the current folder. You can easily (I think) modify it to show all images in a folder up or down the current one. Works better if you make it an HTA (just change the termination to .hta) Hope this helps <BODY ...Show All

  • Visual Studio Team System Binding workitemcollection from Query to datagrid control

    We are working on a simple website that allows our -non-tech people to execute WIQ strings. Getting the correct stored WIQ isn't that hard, getting the results from executing it neither. Problems kick in when we try to bind the 'workitemcollection' to a datagrid and we only want to display the columns that were actually requested. Problem when doing this is that the individual workitems contain a fields collection that actually hold the values we want to display (among those some custom fields). So far no luck, any help would be appreciated. Current code: items = tfsData.Store.Query(query.QueryText, parameters); //// Build list DataGrid dataGrid = new DataGrid (); dataGrid.Width = Unit .Percentage(100); dataGri ...Show All

  • Visual Studio Problem with Crystal Report

    I have developed a crystal report with the wizard by selecting the fields in a typed dataset. One of the fields in the table is 'Function'. I developed this report in C# project. I wanted to use the same report in a VB.NET application. I just added the above report and changed the 'Function' field to 'Func' as Function is a keyword in VB. I tried different things to change the previous datasetName.Function to datasetName.Func but I could not find a way to do that. But the field is still there and it is searching for a missing field datasetName.Function. Is there a simple way to replace or modify the existing field on the report so that the report works Thanks Basani Hi mewdied, As I am ...Show All

  • Visual Studio 2008 (Pre-release) How-to skin application?

    Hello, I am looking into the subject and have to say, that I feel a bit disoriented... :( My goal is to build the main application and allow our partners to develop skins that can be distributed/sold to product users. Obviously, we would like to make it hack-proof, so that "outsiders" cannot modify skins/develop new skins. Solution that comes to mind would be to have signed assemblies that would contain ResourceDictionaries (with optional related code), so that application could load those assemblies at run-time, validate them, and apply templates. I would guess that it is something easy to do, but I have unfortunate feeling that I am becoming almost sure that this scenario is not supported by WPF (I refuse t ...Show All

  • Visual Studio 2008 (Pre-release) All-in-one bundle Beta 1 or CTP?

    When will we be able to have an easier-to-install updated CTP of ADO.NET vNext The current one is a September 2006 CTP that requries the May 2006 CTP of LINQ in order to function. Are there any firm dates as to when LINQ and ADO.NET vNext will either become parallel (release at the same time) or get rolled into the same CTP/Beta Yes, we'd like to be able to get you to that happy state of everything in one CTP as soon as possible :-). It just takes a bit longer to get everything integrated into one build as there are a number of dependencies. BTW: I was being conservative on when the Orcas CTP build would come out that has the Entity Framework so I said sometime during the next few weeks. Actually, it was posted today at http://www ...Show All

  • Silverlight (formerly WPF/E) Storing Downloader's retrieved data

    Is there a way to store the data that is retrieved by using the Downloader object, so that it can be assigned to a MediaElement or Image using the SetSource() method, at a later time For instance: var downloadedMedia = new Array(); ... function OnCompleted(sender, args) { if (sender.uri == "Image0.png") downloadedMedia[0] = sender; if (sender.uri == "Image1.png") downloadedMedia[1] = sender; } ... Download all media one after the other ... myImage0.setSource(downloadedMedia[0]); myImage1.setSource(downloadedMedia[1]); This won't actually set myImage0 to be "Image0.png" because downloadedMedia[0] gets updated to point at "Image1.png" when the OnCompleted method g ...Show All

  • SQL Server Send XML data to Procedure

    Can anyone point me to a good article, or examples of how I would capture data from an xml string I build and send to a stored procedure I have a form that has multiple updates and inserts and I want to put all the record data into one xml string, send that to a SP. Parse the string and update the dbase. I am searching for the information. If you could help, please do. Thanks. Hi Buddy, Copy the Following and execute in a SQL Query Analyser. It works fine with SQL Server 2000 and Upper versions. DECLARE @idoc int declare @int int DECLARE @doc varchar(1000) SET @doc =' <root> <element code="ABC" permit="0" /> <element code="DEF" permit="0&qu ...Show All

  • Commerce Server Adding Extendend Order attributes in Pipeline.

    We have extended orderform to have a notes collection, in the creditcard pipeline once a payment is made, we log an entry into the note. How-ever when we run the code, IDictionary Note = new DictionaryClass(); ISimpleList Notes; Object NoteObject; Note[dictionaryNoteSubject] = OrderNoteSubject; Note[dictionaryNoteCreatedBy] = ProgID; Note[dictionaryNoteCreatedDate] = DateTime.Now.ToString(); Note[dictionaryNote] = Response; Note[Constants.orderFormIdProperty] = OrderForm[Constants.orderFormIdProperty]; Note[Constants.orderGroupIdProperty] = OrderForm[Constants.orderGroupIdProperty]; // Check to see if we have any noptes defined. If we don't the value at the // key will be of ...Show All

  • SharePoint Products and Technologies Modifying Approvers

    Hi All I have a sequential approval workflow. I am using replicator around createTask activity to assign multiple approvers. Now If user wants to change approvers how should I use UpdateTask method Do I need to use replicator around update task as well If someone can help me changing multiple approvers that would be great. Best Regards Hi mark Thanks for your reply. Actually I have done everything you mentioned above. I did look at the ECM sample replicate the same thing in my project. Now in ECM sample project they have shown how to update one Approver. So it was just one reviewer. Now in my case Originator can multiple Approvers. I am using replicator around CreatTask activity to handle this multiple approvers ...Show All

  • .NET Development Windows form that "eat" memory...

    Hi I have built a windows form that use a System.Timers.Timer, the program itself runs just fine. But if I have the program open and check the task manager I can see that the program increase it's memory usage by 4-8kb every 10 seconds or so. What can a thi’ng like that depend on. What should I look for in my code, I mean this cannot be right that the program "eat" memory... The application is built in VS 2003 Best Regards M Now I am confused. I have now had the program open for the whole day (aproximatly 12 hours). And it now seem to be stable at 2008kb. When I start the program it use 15Mb of memory, then I minimize it to the tray. Then it goes down to using 900kb. Then it incr ...Show All

  • Visual Studio Express Editions image converter

    Roughly, what code do I need to make a simple image converter, say, from .jpg to .bmp I was thinking maybe looping through the images in a folder and converting it to the type... but how would i do that Just for your opinion on the code you would use. Code please (if you can). Yes. It modifies the file. Try it. It would be best if you typed it in, then the IDE pop-ups will help you see what is happening. ...Show All

  • Software Development for Windows Vista Multiple output windows

    I'm somewhat new to DirectShow, so forgive me, as I couldn't find an answer to this question, after searching for a couple days. I need to output from a graph (video), to multiple outputs, whether they be separate windows and/or monitors, at the same time. The docs are hardly good at trying to figure that out :( Using VMR9 (windowless), and I can output fine to a single window, but have no clue how to split the output to go different places at the same time. Do I need to create separate graphs off an infinite tee to render to more than one place at a time Help :) Exactly, insert an infinite pin tee in your graph, and use it to copy your video stream to as many renderers as needed. When you insert it i ...Show All

  • Visual Studio Express Editions How do I convert .NET 2.0 Coding into VB 2005 Express Edition coding?

    How do I go about understanding and converting the coding of .NET 2.0 into the coding that Visual Basic 2005 Express Edition can understand private void updateNumberLabel() { //we get index of first visible char and //number of first visible line Point pos = new Point( 0 , 0 ); int firstIndex = richTextBox1.GetCharIndexFromPosition(pos); int firstLine = richTextBox1.GetLineFromCharIndex(firstIndex); //now we get index of last visible char //and number of last visible line pos.X = ClientRectangle.Width; pos.Y = ClientRectangle.Height; int lastIndex = richTextBox1.GetCharIndexFromPosition(pos); int lastLine = richTextBox1.GetLineFromCharIndex(lastIndex); //this is point position of last visible char, we'll //use its ...Show All

  • SQL Server b-tree structure.....

    Can someone explain me or let me know the URL where I can find more details about b-tree structure. I am more intrested in the calculation that is done in one of the articles below. ---------------------------- Artcile ---------------------- With the 900 byte key, 8 rows can fit per database page. This means there will be 12500000 pages at the leaf level, 1562500 pages at the next level up in the b-tree and so on, giving a total of 12500000 + 1562500 + 195313 + 24415 + 3052 + 382 + 48 + 6 + 1 = 14285717 pages (including 1785717 to store the upper levels of the b-tree). -------------------------------------------------------------- How is 1562500 , 195313 , 24415 etc are calculated.... from 12500000 leaf pages. Each ind ...Show All

©2008 Software Development Network