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

Software Development Network >> chirag.dave's Q&A profile

chirag.dave

Member List

IonWarp
Raba21
NerdyNick
medel
TA123
cobain81
Bo2n
fozgirl
Duckocide
leclerc9
choupette
alanr
Keith Chapman
fatihbil
Chief G
Roman Koreshkov
Sanjeevani
Sharath paleri
Juliano.net
Alex cai
Only Title

chirag.dave's Q&A profile

  • Smart Device Development RTC client on Pocket PC

    Hi, I recently downloaded RTC API, is it possible to use it in a Pocket PC Hi alex, sorry if I confused you but there is a big disucssion here about using RTC in Pocket PC, I believe it supports RTP(what I need to send voice), but I did not understand from the discussion if it is feasible or not Any help. http://msdn.microsoft.com/chats/transcripts/mobileembedded/embedded_050703.aspx ...Show All

  • .NET Development Inline XSL (and CSS definition, if possible) with-in an XML document

    Hi- Can you please advise me an example that demonstrates an XML document containing an XSL style sheet with-in the document My project requirements do not allow referencing Xsl as an external file. Ideally I will need to have Xsl, Xml and CSS with-in an Xml document and stream to a literal or label (using ASP.NET 2.0) for formatting and display. Please advice. Thanks in advance. Regards, Prabhu Thank you, Sergey. This has been very helpful, especially the usage of XslCompiledTransform. Just one quick question- Is there any way to make "XslCompiledTransform" object thread safe Will this be a problem in using this object in a website the usually has 120 sessions (approx. ave ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. some questions about coordinate of DirectX

    I had ever learned GDI+.I knowed that GDI+ uses three coordinate spaces: world, page, and device.When I make the call myGraphics.DrawLine(&myPen, 0, 0, 160, 80) , the points that you pass to the DrawLine method (0, 0) and (160, 80) are in the world coordinate space. Before GDI+ can draw the line on the screen, the coordinates pass through a sequence of transformations. One transformation converts world coordinates to page coordinates, and another transformation converts page coordinates to device coordinates.    In fact,I think that all object s must be transformed to the device coordinate  before drawing on the screen,because all object s must be projected on the screen .But DirectX uses three transforms:World ...Show All

  • Visual C++ Hiding and disabling the Message controls

    I have a problem with this code: void CDag2Dlg::OnCkEnblMsg() { // TODO: Add your control notification handler code here // Get the current values from te screen UpdateData(TRUE); // Is the Enable Message Action check box checked if (m_bEnableMsg == TRUE) { // Yes, so enable all controls that have anything // to do with showing the user message GetDlgItem(IDC_MSG)->EnableWindow(TRUE); GetDlgItem(IDC_SHWMSG)->EnableWindow(TRUE); GetDlgItem(IDC_DFLTMSG)->EnableWindow(TRUE); GetDlgItem(IDC_CLRMSG)->EnableWindow(TRUE); GetDlgItem(IDC_STATICMSG)->EnableWindow(TRUE); } else { // No, so disable all controls that have // to do with showing the user message GetDlgItem(IDC_MSG)->EnableWindow(FALSE); ...Show All

  • .NET Development Eventid missing in Framework 2.0

    I am upgrading to Visual Studio 2005 and have a problem with the following, hope someone can help me out: { EventLog aLogs = new EventLog (); aLogs.Log = "System" ; //aLog.MachineName = machine; aLogs.EntryWritten += new EntryWrittenEventHandler (OnSysEntryWritten); aLogs.EnableRaisingEvents = true ; } private static void OnSysEntryWritten( Object source, EntryWrittenEventArgs e) { if (e.Entry.EntryType == EventLogEntryType .Error) { string mBericht; mBericht = "Source: " + e.Entry.Source + "\r\n" + "Datum/Tijd: " + e.Entry.TimeGenerated + "\r\n" + "Category: " + e.Entry.Category + "\r\n" + &q ...Show All

  • Visual Studio Team System unused objects

    Is there any way to list the objects that are no longer referenced anywhere in the database Many times it is useful to check where an object is referenced and it is used at all. Something like caller/callee graph. Thanks, Martin Kulov http://www.codeattest.com/blogs/martin Alle is correct, we don't support that feature at present. I believe one of the team members, Gert, was working on a power toy that generated dependency graphs, though. He usually reads all the forum threads, so he may chime in here as well :). ...Show All

  • Visual Studio Tools for Office Executing Exe file in to ASP.Net

    Hi, I want to execute a Exe file in ASP.Net when a button is pressed. Thanks, Kumaresh. Hi Kumaresh This forum is specific for questions concerning VSTO technology. It's not a general forum for asking questions about Office or anything else. For questions concerning working with Office applications, please see the "Please Read First" post at the top of this forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174275&SiteID=1 In order to find out where to best ask questions concerning working with the .NET Framework and Visual Studio, ask here: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=881&SiteID=1&PageID=0 ...Show All

  • Windows Forms Export DataGridView to Excel

    Hi I'm new to vb, I'm using VB 2005 I have a DataGridView that i want to export to Excel what is the simple way of doing that Are you creating a desktop application or a web app Unfortunately almost all code examples are for a web app and use ASP objects, which wouldn't be available to a desktop application. ...Show All

  • Visual Basic E-commerce

    Hi someone know where is possible to get a sample of site e-commerce for to learn I use Access, for this reason I cannot use Starter Kit for SQL Thank a lot Bye You can use the starter kit to give you the logic required to setup the e-commerce site....the only difference between a backend SQL database and the Access database will be the provider and connection strings...you can create the exact same schema in a Access db! http://msdn2.microsoft.com/en-us/vbasic/ms789080.aspx PayPal-enabled E-Commerce Starter Kit ...Show All

  • .NET Development Interop Thread Leak?

    Hi, I'm hoping for a few pointers for tracking down a resource leak. I developed a VB 2.0 indexing application which is using FileNet's Capture COM objects and we're occasionally seeing a fairly serious leak. It doesn't appear to happen consistently (one user has never had one and I can't seem to reproduce it in my test environment), but it does occur regularly in production. I've been using various tools to poke around in a mini-dump (w/ full memory) and I've seen a few potential problem areas, but I can't seem narrow it down any further. Using PerfMon I found that the leak appears to be in private unmanaged memory. When I open the dump in WinDbg, I get this message: This dump file has an exception of interest stored in it ...Show All

  • Microsoft ISV Community Center Forums Send Outlook message via VBA Macro in Excel

    I have some macro code in an Excel workbook. It has been working fine for several years under various combinations of Excel 97, Excel 2000, Excel 2002(XP) and Excel 2003 along with Outlook 97, Outlook 2000, Outlook 2002(XP) and Outlook 2003. We have one new computer that has Office 2003 (SP2) that was recently setup and the macro generates the following error: Run-time error '-2147024770(8007007e)': Automation error The specified module could not be found. Here is the VBA code in the Excel Macro.  The error happens when it reaches the line that reads: Set theApp = CreateObject("Outlook.Application") .  I tried to run the macro on two other Office 2003 SP2 computers and they worked OK, which shot my theory that ...Show All

  • Visual C# DateTime.ToShortDateToSting()

    protected DateTime _CreatedOn = Convert .ToDateTime( DateTime .Now.ToShortDateString()); I thought this method return the date in this format 10/12/2005 but mine is giving me the time too....I just want the date and thats all...is there something wrong with how I am doing this to just get the date, try specifying the format in the ToString() overload: DateTime.Now.ToString("dd/MM/yyyy"); http://msdn2.microsoft.com/en-gb/library/zdtaw1bw.aspx http://msdn2.microsoft.com/en-gb/library/8kb3ddd4.aspx ...Show All

  • .NET Development Hosting remoting objects over IIS: Exception : System.Runtime.Remoting.RemotingException: Cannot load type

    Hi All, This looks to be a repetetive discussion over many groups... but unfortunately couldn't find a solution for this problem yet I have a simple object made remotable (marshalbyref) and a simple method, myFirstMethod() which accepts a strings, returns a string appending some text (the machine name). I am able to host the remoting services with the the help of a listener of my own using the HTTP channel Now, when I wanted to host the remotable objects over IIS, I am heading nowhere! I have used the following configuration file and place my DLL in the \bin directory of IIS Virtual directory. Gurus of .NET Remoting, help me out in this issue My DLL: myRemoteObject.DLL MyNameSpace: myRemoteObject My Class: myRemoteObjec ...Show All

  • Visual C# ConvertToDigit

    how can a multidigit number be converted to its string equivalent in words.e.g.,1324 to be converted to OneThreeTwoFour and OneThousandThreeHundredTwentyFour .Without using case or if-else statements,in least possible code. You will have to use case or if-else statments. It's possible to create a look-up table of delegates for each number, but it's arguable whether you'd get any major speed improvements over a switch statement. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d model arrays and array positions

    Hi everyone i've been messing around lately again trying to create myself a FPS engine and i'm working on making a level right now...so i'm using a plane thats been scaled up and i have made it into a array: Model[] planearray = new Model[10]; thats my code for it..i'm not sure if that will make 10 planes but i cant find out since they would all have the same location and rotation..so i want to know how i can have it so each plane has a different location.Can somebody help please Thanks xna3der That makes perfect sense!Thanks when i get a minute here i will try it out..again thanks! Now i have another question..will i have to have each one drawn  separately or can i have them all drawn at once ...Show All

©2008 Software Development Network