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

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

anandcbe14

Member List

GrahamY
Ori'
DoS
Blake01
Jamesx
M. Nicholas
Olli P
OldSchoolJohn
connect2sandeep
Arin George
compilator
Batikit
vinod_psg
RyanB88
Lechal
Nic OConnor
idos
dba72
ZopoStyle
xxfredxx
Only Title

anandcbe14's Q&A profile

  • Silverlight (formerly WPF/E) Is method not support to JSON?

    Now I just can use like this type //xxx.js var ui={ move:{ up:function(){}, down:function(){}, moving:function(){} } } var ui_move_up=ui.move.up; //xxx.xaml MouseLeftButtonUp=" javascript:ui _ move _ up " if can use like " MouseLeftButtonUp=" javascript:ui . move . up " ", the js file's code will be much more easy to write and read. If I use the following Javascript: <script type="text/javascript"> var ui={ move:{ up:function(sender, args){alert('up!');} } } function loaded(sender,args) {ui.move.up(sender,args)} </script> I can g ...Show All

  • Visual Studio Express Editions mousehover rnd point project

      Hi I am trying to find ideas of where to begin my project for what I guess will be a mousehover event. I need to create a button in vb that moves to a random point within the form without moving off the form, I am asking for help and ideas where to begin hints and that sort of help. I am not looking for answers well at this point anyway. Thank you for your help   DKB ReneeC, You are correct that I did not cover the miniscule border. (normally about 4 pixels.) The caption was handles by the 'ClientSize' in the math. So..... To protect the borders! We must build a fence! (Not ) Public Class Form1 Private Sub Button1_MouseHover( ByVal sender As Object , _ ...Show All

  • Visual Studio Team System Postbuild and prebuild scripts

    I am using the newly released CTP 5 and have been trying to use the postbuild scripts and prebuild scripts to add certificates as well as permissions for a database. However, when I try to deploy the project I get an error saying that it can't find a procedure when trying to assign the permissions and it looks like the postbuild scripts and prebuild scripts are being combined and run together, both before any of the other database scripts (tables, procedures, functions, etc.) are deployed. My question is there a better way to deploy the permissions for the database other then putting them in the postbuild script or is there a way to fix it so that the postbuild scripts is run only after the main database scripts are run ...Show All

  • Visual Studio Team System TFS and maintenance phase of a project

    We have one question about TFS: when we use MSF AGILE template for tracking our development project everything works as expected, but – what happens when our project is finished What is recommendation (best practice) how to deal with tasks related to maintenance of our newly developed product How to track tasks related to maintenance Regards, Rasinec Ninoslav Here's what we do: Create a branch for each major product release. Maintenance of that release is done on the branch. Create a leaf in the "Area Path" (Team Project settings) corresponding to the release. Tag work items related to that release with the corresponding element from the area path hierar ...Show All

  • Visual Studio Tools for Office VSTO 2005 and Outlook 2007?

    Hi, I'd like some informations...I've started to use VSTO 2005 to build my plugin for Outlook 2003 some months ago...but a few weeks ago an user told me he has successfully installed my plugin into Outlook 2007! However, he's the only case... Do you have any clue Should they change the PIA, something else I still don't understand how this guy have been able to install (he neither...he just double-clicked the installer, and voila! :)) Please help me ;) Bye LastHope Now that's the answer I was looking for! Thanks! :D Bye LastHope P.S.: BTW, Is it possible to download the Office 2007 PIA yet In this way, I'd made a check for both the prerequisites...if PIA 12 is not found, check for PIA 11... Now that's the answer I was looking for! Tha ...Show All

  • SQL Server SQl Server to Xml Files

    I need to export a table from SQL Server to an XML file using SSIS. Using the SSIS wizard I see no way of exporting to an XML file. Can someone point me to an article that shows me how to do this. Thanks Danny I thought it would be a simple task to do in SSIS. I think I will sort it with C# and stream it to a file. Regards Danny ...Show All

  • .NET Development how to write a query to get the columnNames from Excel.

    hi, Is it possible to get the column names of an Excel spreadsheet.I am using oledbCommand object. OleDbConnection SampleDataSourceCon = new OleDbConnection(); SampleDataSourceCon.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:/SampleDataSource.xls;" + "Extended Properties="+ Convert.ToChar(34).ToString()+ "Excel 8.0;HDR=YES;IMEX=1"+Convert.ToChar(34).ToString(); SampleDataSourceCon.Open(); OleDbCommand SampleDataSourceCmd = new OleDbCommand(); SampleDataSourceCmd.CommandText = "Select * FROM [Sheet1$]"; SampleDataSourceCmd.CommandType = CommandType.Text; SampleDataSourceCmd.Connection = SampleDataSourceCon; OleDbDataAdapt ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Runtime Image loading from filepath

    Hi all. Im building an application that requires image content to be loaded at runtime, from paths that are not known before the solution is built and the program deployed. Because since beta 2 this is something no longer supported for some weird reason by the XNA team, despite its near incredible necessity in a variety of situations, I have built a library that basically performs the MS Build task necessary, as detailed in various forums and blogs. My question is this: My knowledge of MS Build and the Pipeline is limited, especially as far as how it works as opposed to how to use it. The code below seems to work fine and is reasonably fast. Could there be any ramifications Im not aware of Cheers. class DynamicPipeline { str ...Show All

  • Windows Live Developer Forums Music Identification

    Hello, I'm new here. I was wondering if anyone knew how the MSN Music Identification process worked. I downloaded the msnMessengerActivityKit SDK and took a look at the 'documentation' but found nothing on the topic, maybe I looked in the wrong place I am curious as to how MSN knows what song is playing in Windows Media Player, is it a registry key Thanks. Ah I see, now the problem will be looking for them, nevermind I guess I can use something like Spy++ or Winspector. Thanks, I'll have to see how to listen to windows messages from C#. ...Show All

  • Visual Studio JIT Debugger

    Hi, Sorry, I'm a bit of a computer idiot so I hope someone can help me out. First I wanted to disable JIT because it kept on popping up error messages when I tried to open up certain programs. I read a lot of tutorials on how to disable it but none of them worked. I was desparate so I went to Regedit and deleted the JIT files... I think that was a stupid mistake. Now I can't even open the programs. Can someone tell me what I should do to fix this ...Show All

  • Visual C++ WinApp() issue.

    Hello! The issue is: As we know, only one instance of 'WinApp() ' can be created in a project. for eg , name of my project is 'Universal Loader', and hence the class 'CUniversalLoaderApp' is created by default. An instance of this class is also created. This instance used in program to access the dialog class' members. I have created a reference of the 'CUniversalLoaderDlg' class , so that the Dialog class can be accessed by other classes. This is how i have done it: *********************************************************** CUniversalLoaderApp theApp; InitInstance() { CUniversalLoaderDlg dlg; m_pMainWnd = &dlg; } ******************************************************************* And this piece of ...Show All

  • SharePoint Products and Technologies Have any best method to debug cache for particular duration? (any Webcast regarding cache)

    I have used custom web part for showing datetime and try to refresh cache applied site then it show sasme time for 60 second only but i have given duration is 180 second. then what will be the problem to hold cache for 180 second please reply ASAP ...Show All

  • Windows Forms Graphic artifacts when horizontally scrolling DataGridView

    Hi, I have a C# forms app I'm using to learn this .NET stuff. It has a main form and a custom form I made. The custom form has one data grid view control in it and I bind it to a DataSet object that I stuff full of test data. The data set is not bound to a table or database or anything its just some local memory I am manually stuffing with info. Everything works fine except I have noticed when there are many columns of data and I scroll the data grid view horizontally, the column headers are picking up some artifacts and sometimes the text is not rendering perfectly due to the scrolling. For example, I saw the letter 'n' in one of my headers was drawn about 1-1/2 times wider than normal such that the left 3/4 of the letter was drawn ...Show All

  • SQL Server .dtsx vs .dtsConfig

    Hi, I am quite new in SSIS Package Configuration deployment utility. I will go directly to the problem. We have deployed a very simple package from a specific local machine to QA environment and we have encountered an error saying that it can not acquire connection which of course right away the first thing that comes to our mind is the connection manager. Now upon manually changing the actual .dtsx file to put the correct server and data source respectively it works perfectly fine. My question is that we used the build utility and set up the package configuration in such a way that we can explicitly specify the connections and server names upon installing the package to another machine via the manifest file. But going to the proce ...Show All

  • .NET Development SupportAutoEvents': no suitable method found to override error

    I have brought a VS 2003 project to vs 2005 and made some changes, I keep running into a error on my usercontrols Error 18 'ASP.admin_usercontrols_navigation_ascx.SupportAutoEvents': no suitable method found to override c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\tcatoday\b6bf9972\5211f187\App_Web_r5woc1lm.4.cs 150 What have I done to these files to cause this error and how can I fix it. Sorry to sound stupid, but what do you mean by remove the namespace I am having the same problem. Thanks in advance. ...Show All

©2008 Software Development Network