Software Development Network Logo
  • Visual C++
  • Visual Basic
  • Game Technologies
  • Visual FoxPro
  • Microsoft ISV
  • Visual Studio
  • Visual J#
  • VS Express Editions
  • .NET Development
  • Windows Live
  • Smart Device
  • Windows Forms
  • Windows Vista
  • Visual C#
  • VS Team System

Software Development Network >> Jignesh Desai's Q&A profile

Jignesh Desai

Member List

David Godwin
BMoscao
Derek0415
Olusola Abiodun
IanTP
chrisbarber1
Beth Massi
Brett Stowe
hiddenTiger
DeveloperMCT
yandi
YaliWei
TommyJ
Glenn Gomes
Main D. Tork
Kendsr
LukeParker
dbuser123
Krobar
John_C
Only Title

Jignesh Desai's Q&A profile

  • Visual Studio Express Editions How to do a simple program

    Hi! I'm new in programming in vc++. Can anybody help me, i want to create a program that show a window wherein it has a drawing space in that window and whenever i click on the left mouse button inside the drawing space it automatically gets the x  and y coordinates of the point then it draws a small red circle. It also has a quit button. I have done this using Visual basic but when i tried doing it in vc++ i don't know where to start. please please i need some help. thank you. Well, if you don't have it already, you either need the standard or better version of Visual Studio, or if you have the expres ...Show All

  • SQL Server merge agent error

    Hi We are using HTTPS merge replication. One of my subscribers is getting this error: Error messages: The Merge Agent failed after detecting that retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet sent to the Subscriber. You must reinitialize the subscription (without upload). (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147199402)   This is a bit surprising - it has been working fine - and also there were no changes at the publisher (it only has one article in this publication - a stored proc) Why would this have happened The retention period is 45 days and they syn ...Show All

  • Windows Forms Passing a string to my form

    I want to start my windows application (exe file) from command prompt and pass for example a name string to the exe. How and where do I retrieve that string in my form code  I thought that I could just get it from the EventArgs variable in the Form_Load eventhandler, but that doesn't work. Can anybody help me do it in the m ...Show All

  • Visual Basic Global Datasets

    Hi I was wondering if anyone can help me with this. I have a few datasets that i want to have shared across my application. I Intend to fill the datasets from a tableadapter at a splash screen. When i have copied the datasets to a form i wish to use i still have to fill them again. Is there a way to have these datasets shared across a few forms with out re-filling them every time Cheers    Ade Yes, just declare the DataSets as shared: Public Class Class1 Public Shared dataSet1 As DataSet Public Sub LoadData()     dataSet1 = New DataSet     ' Fill the da ...Show All

  • Smart Device Development Error 0x89731511 deploying to PPC2003SE Emulator

    I have VS2005 Team Developer running on XP SP2. I created a new Smart Device application for PPC2003. With the Device Emulator Manager, I can cradle the Pocket PC 2003 SE Emulator. The project contains no code. But when I try to run the project in Debug mode on the emulator, I get the error 0x89731511 - Device Connectivity Component Any pointers Can you try the following and  1) From Device Emulator manager or VS, connect to Pocket PC 2003 SE Emulator.  2) From Deveice Emulator manager, cradle the emulator. After cradling ActiveSync connection should have been established. Active ...Show All

  • Visual C# List<> issue

    Hi, Whats wrong with that code (in Beta 2) List < Article > articles = new List < Article >(); articles.Add(article); articles.Add(article2); DataStore .Save(articles); DataStore.cs public static void Save( IEnumerable < IPersistable > persistables) Article.cs public partial class Article : Content , IPersistable As far as I know: public class List <T> : IList <T>, ICollection <T>, IEnumerable <T>, IList , ICollection , IEnumerable At compile time I get this error on the line DataStore.Save: Error 9 The best overloaded method match for 'TechHeadBrothers.P ...Show All

  • Windows Forms Reselecting a value in a DataGridViewComboBoxCell if DataGridView source changes...

    Okay... this one's giving me fits. I have a DataGridView that is bound to a strongly typed collection of objects (TimeEntry).  One of the columns is a DataGridViewComboBoxCell that is bound to another strongly typed collection (UnitType) datasource. When I select the value in the dropdown, I'm capturing the object (UnitType) selected and updating the correct UnitType property in my TimeEntry object.  If something changes in my DataGridView datasource (if I add another entry), the grid updates, and all of the selections I made in the dropdowns get reset to nothing.  The values are still there in my objects. I'm trying to i ...Show All

  • .NET Development NetworkStream::BeginRead/BeginWrite problems

    Hello! I've been trying to write a multithreded application responsible for connecting via TCP/IP protocol. For this I am using TcpListener and TcpClient classes from the .NET framework. Unfortunatelly my application runs not correctly ;-) I don't get any run-time errors but the received data are not the same I've transmitted over the net. I am wondering if maybe I have made some mistakes using the BeginWrite() and BeginRead() methods. Does someone have any experiance in using them. I mean: do I have to use Monitor every time I am executing a code line like that: Monitor::Enter(myTcpClient->GetStream()); myTcpClient->GetStream()-> ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animating a leg

    hi all, I'm trying to create a simple animation of a leg. The leg would be made out of two parts and each part would be a mesh (could be just Mesh.Cylinder). I know how this should work in principle but when I have to calculate the matrices all goes wrong... Here's my idea: Given the angles of rotation for both parts rotate and position the upper part (which will maybe be someday connected to a torso) then rotate the lower part and connect it to the first one... Could someone give me a simple example of how to correctly multiply the matrices in order to achieve the desired result thank you, sa o ...Show All

  • Windows Forms Making sounds from windows forms

    Hi, I want to cause an audible alert when something happens in my app but can't see any obvious way of doing it.  I'm sure it must be simple - any one have any idea how this can be done Thanks. You can add a reference to the Microsoft Visual Basic .NET runtime dll. This question is asked so ofter I wrote sort of a&nbs ...Show All

  • Microsoft ISV Community Center Forums Unable to trust makecert signed COM Add-in (Outlook)

    I have a COM Add-in made for Outlook that I have signed with a test certificate made with the makecert.exe utility. When starting Outlook, the add-in loads and a security warning comes up. The problem is that the checkbox that allows me to 'Always trust macros from this publisher' is disabled. Is this because I have not used the right options with the makecert.exe utility or do I need a proper certificate to be able to trust the add-in in Outlook The following options were used: makecert -sv SomeKeyName.pvk SomeCertName.cer -n "CN=Some common name And then: cert2spc SomeCertName.cer SomeCertName.spc Finally: signtool signwiz ...Show All

  • Visual FoxPro How using barcode in VFP?

    Hi! Help me use barcode in VFP use ActiveX controls Where download it Thanks! Hi, Actually when you read a barcode, its just like typing the serial number ended with an enter key. So a normal textbox could handle the inputted barcode just detect if the enterkey was pressed. cheers, Paul June A. Domag ...Show All

  • Software Development for Windows Vista How to Obtain Fault from child activity in FaultHandler?

    How does a child activity obtain access to the Fault captured by a FaultHandler I have a code activity as a child of the FaultHandler. I simply want to spit out the message from the exception that was caught. I tried using the Parent property, expecting that to give me back a reference to the containing FaultHandler, but it was null. The only way I can figure is to add a property to the workflow to store the Fault in through a binding so that it is still accessible to the child code activity. This seems like a really kludgy/indirect way of handling things though. Is there some way more direct, for this specific situation, and hopefu ...Show All

  • Visual Studio Unable to link MSDN with Visual Studio 2005

    Hi, I recently started using Visual Studio 2005 professional and was using the online help when I needed it. I found this to be very slow and regularly not returning the search results I would expect. I therefore downloaded the April 2005 edition of the MSDN library and successfully installed it. The problem I have is that when I press F1 in VS, I am still getting the online document viewer rather than the newly installed MSDN library. I have checked the help options in VS to only search locally but it seems to ignore that. Is there some way of telling VS that I have now installed MSDN and where to find it Thanks, Robin Charisse ...Show All

  • Visual Studio 2008 (Pre-release) What happened with INotifyCollectionChanged in May CTP ?

    INotifyPropertyChanged is still there but it seems INotifyCollectionChanged was removed. What's the new interface that replaces INotifyCollectionChanged in May CTP Thanks. Aditionally: * Hyperlink.Text was removed. * WindowLoaded() is now being called when you call Show(). This will usually cause WindowLoaded to be called before AppStartup returns. This change of behavior has broken my application but it's an easy fix. ...Show All

©2008 Software Development Network