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

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

JayakumarG

Member List

Alisa619
goh6613
Kirill Sukhonosenko
rohit nagesh
mwoehlke
hye_heena
mipe10
RobbieJ
Gary200
laurin1
jCarlisle
WilsonR
Suncho
donkaiser
fshrago
slimjen1
rufftuff
Dvlnblk
Spider
Jabber
Only Title

JayakumarG's Q&A profile

  • Windows Forms IsFileGroupDownloaded Problems

    I not sure if anyone has experienced this before, but when I have the following code deployment.IsFileGroupDownloaded ("groupName"); if a customer doesn't run the area of code that requires the group to be downloaded, the click once app will re-download the group again.   Version 1) Customer runs IsFileGroupDownloaded("groupName"); group is Downloaded Veriosn 2) skipped running IsFileGroupDownloaded("groupName"); Customer doesn't use part of software that needs the downloaded group. Version 3) Customers runs IsFileGroupDownloaded("groupName"); and click once Re-Downloads TIA Patrick ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How can I got the true video memory information

    I use two fuctions to get video memory information.One is the getcaps in Directdraw. The other is getavailabletexturemem in directx9. But the two fuctions just return the video memory changes when I play a movie by realplayer. When I just show a picture in Mspaint, the video memory information doesn't change at all. To confirm my video memory information, I use the caps viewer which ship with directx9. But no different result was found out. So is there any other function to get video memory information Why the video memory doesn't change at all when show a picture thanks. Think about it this way: video memory has two sections. First you have video buffer memory, that is used to display the actual monitor image. This is A ...Show All

  • Visual Studio Visual SourceSafe 8.0.50727.42 crashes several times a day when doing Show Differences

    SourceSafe 2005 crashes very frequently when doing Show Differences, on a project or single file. Database is on a network file server. Any fix for this Anyone else has this problem Thanks, Harri Btw, there is a real workaround: http://winmerge.org/ Works great. Just change the diff application in SourceSafe Tools / Options / Custom Editors: Operation: File difference File Extension: .* Command Line: "D:\Program Files\WinMerge\WinMergeU.exe" %1 %2 Add. It can also do visual merge. ...Show All

  • SQL Server cant edit query when DTS 2000 Package Designer is open

    I know, this sounds weird, but I have had trouble with it more than once and wonder if anybody else does too. If I have the DTS 2000 Package Designer open to modify an old DTS package, and then try to edit a query within SSMS, I can't use the delete, backspace or enter keys. What is going on If I close the DTS window my editing capabilities instantly return. ...Show All

  • Visual Studio Team System error: Incorrect syntax near connect

    CREATE USER [us\user] FOR LOGIN [US\use] WITH DEFAULT_SCHEMA=[dbo] GRANT CONNECT TO [us\user] When i import a schema. I am getting this error. Does any body know what is the solution for this Msg 15006, Level 16, State 1, Line 1 'us\user' is not a valid name because it contains invalid characters. I got the above error while running the above query. Where are you getting this query from Is it being generated by VS while doing import database. If yes, can you please try the following. Comare the given database with an empty database using Schema compare, and view the generated sript. Let us know if you see such statement there. Thanks Sachin ...Show All

  • Visual Studio automated check in

    How would one automate the check in for a project with in the solution I have the Project instance in a ProjectItem var. We are using TFS for our source control, not sure if it matters or not. Thanks Wayne You can use some ExecuteCommand methods to do this, as Carlos stated, but the SourceCodeControl object on the DTE interface deliberately does not have a CheckIn method for one very good reason - automated checkin can be dangerous. When checking out files, if there is a merge conflict you can only cause problems on your computer and your enlistment of that source code. However, when trying to check in, then one of four things can happen - 1) No conflicts and everything works OK. 2) No conflicts so it che ...Show All

  • Visual Studio Team System Tests Dont work!!

    Hi, I have come across a strange problem when running the tests which is in the same solution as that of a webproject. Let me give you the steps to repro the problem, I have a solution with a web project I created a test project with few webtests and load tests in the same solution it worked fine for the first time. I closed the solution and reopened I tried to open the webtest in the testproject i get the following error The file \\ the path \webtest.webtest contains tests, and hence should be opened from a test project. The operation could not be completed Regards Guruprasad Hi, Boris I've struggled with this problem for a few days. I just created another brand new te ...Show All

  • Visual Studio Tools for Office VSTO Outlook 2007 Form Region Question

    i want to create a new form region. On MSDN it says "If you specify a value of ReplaceAll for the <formRegionType> tag, the form region will replace the entire form, resulting in a new form for a derived message class." this is what i want. I do not want to tamper with the actual Contacts form itself. Rather I want to create a new form which derives from the Contacts form. However I cannot find any more documentation on how to do this. Is it possible to get the code from the voice mail demo which is shown here http://msdn2.microsoft.com/en-us/library/ms788695.aspx . This demo seems to do what I want to achieve. Any pointers much appreciated. I got stuck on this too - the key on th ...Show All

  • Visual FoxPro ReportListner Bug or a Limitation

    Hi All, I am facing a problem with reportlistener when there is a huge data and if the no of pages go beyond 4000 in ReportListener Preview it throws me an error. " insuffcient GDI + resources" does any one know abt this and do we have fix for this Kindly help me Thanks in advance Venkatram Unfortunately, this seems to be a known issue. If you have access to the Universal Thread, check out Message 1024004 for a workaround. There's a report filed with the VFP team, but it doesn't say anything further: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=123538 ...Show All

  • Visual C# culture independent

    hi how can I develope a culture independent program I had problems with numbers and dates in deferent cultures and in every parsing I check the culture and its a hard work to do and I am sure that there is a better way to do. ashk1860 is spot on, but you can add another line to read it from the browser if its a WebApp : Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(Request.UserLanguages[0]); Thread.CurrentThread.CurrentUICulture = new CultureInfo(Request.UserLanguages[0]); If its not a WebApp, it should just work, .net should just use the cluture of the system. There are other ways todo this, I blogged this a few weeks ago : http://stevesdotnetblog.spaces.live.co ...Show All

  • Windows Forms Splitter resize doesn't work

    Hi, I have a control that contains a treeview, a listview and a control of my own (the layout can be seen here: http://i115.photobucket.com/albums/n311/ro88o/layout.gif ). I insert my own control (number 1 in the picture) first and dock it to the bottom of the main control. I then insert a splitter above this. Next I place a panel above this and use a Fill dock. Inside this panel I place my treeview (no.2) and dock it left. I place a splitter next to this treeview and dock this left also. I then place my listview (no.3) next to this and dock it to fill. When I load my control the bottom splitter above my own control works fine, however the second splitter between the tree and listview does not work, the mouse cursor doesn't eve ...Show All

  • Windows Forms opening a windows form from a .net windows service

    I have created a windows service in .net and a form to control and monitor the service which I would like to open onStart event of the service. I have tried allowing the service access to the desktop and calling the form but have had issues with this. I think the best way to do this would be to run the form .exe. Does anyone know the code (C#) to do this I am finding it harder than expected to find an example on the Web. Or does anyone know of any better ways to accomplish this If the help you need is on how to make your form know about the service and control it, then the answer is in ahmedilyas's last post. However, if you want to know how to make your form run at the startup or at the service sta ...Show All

  • SharePoint Products and Technologies Accessing the List in Sharepoint using Code Behind

    Hello, In order to isolate the problem of my customize web service, I've created sample console application for my customize web service with same methods as to my web service because until now my customize web service there is still an error. But when I execute my console application there still seems a problem. The sample code that I have in my console app is the following: The code that is in bold that is where the problem is it displays an error: ex = {"Unable to get global configuration data."} public string AddNewListItem( string site, string Listname, int iAttachTotal, string strMailServer, string strAssigned, string strTitle, string strSender, string strComments) { SPSite _siteHome = ...Show All

  • Visual Studio Express Editions can you call a method in a button_click method?

    Hi, I have a method called Alter Image that i want to be called when i click on a button on the form. Is this possible Cheers I'm new to C, would you be able to help me out the Alter method is so: private : System::Void Alter() { myImage = Image::FromFile( "C:\\AlteredImage.jpg" ); myGraphicObject = Graphics::FromImage(myImage); myGraphicObject->FillRectangle(Brushes::Red, 0, 0, 10, 10); myImage->Save( "C:\\MyImage_Copy.jpg" ); pictureBox1->Image = myImage; } one button opens an image as so: private : System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { this ->dlgOpenImg = ( gcnew System::Win ...Show All

  • Visual C++ how to check the data type of an variable?

    vc++ 6.0. how to check the data type of an variable. or how to check the value in the variable is integer or not. basically i want eliminate the data which is not as an integer.pls help. thanks in advance.. I think he's misusing the word "type." I'm going to assume that he has a floating point value and he wants to know if the fractional part is zero. If x is a float type, then the expression ( ( float )( int )x == x ) is true if the fractional part of x is zero. Brian ...Show All

©2008 Software Development Network