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

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

logtorahul

Member List

George2
RajeshPKumar
AlexBB
Ori'
davidguygc
davep1553
Gunston
GRK
Katarina C.
polymorphicx
Acco1953
BortNE24
dbdog
pmak
Dr. Wayne T. Wilner
KitGreen
michivo
Mansky
Fwank79
Rajesh batchu
Only Title

logtorahul's Q&A profile

  • Smart Device Development Suppress Incoming Call

    Hi all, I have an application that can dial and receive calls. Dialing is working and OK. When receiving a call, my app receives a incoming notification and also the usual phone shows me the incoming notification. the phone notification is of higher precedence than my application notification. I am unable to go to my application and answer the call. I want to supress phone notification of incoming call. If anyknow the solution, please help me I am blocked because of this. Thanks, Ramsarvan. This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/Sh ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. BoundingFrustum-member gjk?

    Hey.... I'm trying to use the BoundingFrustum-structure. When I create my instance of BoundingFrustum, I pass my viewprojection-matrix. But when I try to access the instance afterwards, it fails on a null-reference. I can see that the gjk-member of my frustum is null.... Anyone has any clues what to do thanks in advance...! No, that's not quite the problem :). Let me show you how to reproduce; Matrix mat = Matrix.Identity; BoundingFrustum foo = new BoundingFrustum(mat); if (foo != null) // this line causes an unhandled NullReferenceException { } foo is not null, but the non-public member "gjk" is. I can't see anywhere what it's used for, but I have an idea that's what's causing the trouble. Can ...Show All

  • Visual Studio Multiple tables in the same database causing problems

    So I have 3 tables inside one access database that im trying to create a report off of. My problem is that when I have fields from more than one table in the report, the report will not pull any data from either table. Its almost like its confused on how to access the data. I figured it out, i just added 2 subreports to the main report that i already had created. I just added 2 more sections to the report footer and added the subreports there. New problem tho, i cannot export as a pdf, i can export as a excell or word doc, its telling me "Error detected by export DLL". ...Show All

  • Visual C++ .net 2003->2005 project conversion, run time link error

    I've looked through a the forum for about an hour, and perhaps I've missed it, so if this is a stupid problem, please forgive me. I am converting a 2003 version of our 3D engine to 2005, and can't get the release build to compile. If I use the multi-threaded debug runtime it'll compile, but with the non-debug version of the multi-threaded runtime, I get the following unresolved externals. I've been banging my head off of the wall with this one for a while, so any help would be greatly appreciated. 1>Linking... 1>3DCollisionData.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 1>LINK : warning LNK4098: defaultlib 'LIBCM ...Show All

  • Windows Forms Columns in DataGridView re-order themselves after build

    I am using Visual Studio 2005 to develop a Windows Forms application. I apologize in advance for including information that may seem irrelevant to my question, but I feel that it might give someone a better idea of how to fix the problem. One of the forms in my application contained a tab control with eight different tabs, each of which contained an individual DataGridView control. The form also contained a table layout panel with 12 labels and 12 text boxes. I created columns for the DataGridViews in the forms designer. The columns each had a value assigned to the DataPropertyName property, which corresponded to a field in a binding source object to which the datagridview could bind at runtime. Each DataGridView set its datasource p ...Show All

  • SQL Server Problems Creating Report

    Hi, I have only recently started playing around with Reporting Services (2005), and I am having some problems creating a basic report. What I want to display is a table which shows product names in the first column, sales for a specific period this year in the second column, and sales for the same period last year in the third column. The 'specific period' is determined by specifying a start week and an end week which I have set up as parameters. I have managed to produce the first 2 column with no trouble. However, for the third column I need to subtract 52 weeks from the parameters and use them as new parameter in the third column. Can anyone offer any suggestions Dave Ok, I manage ...Show All

  • .NET Development How to convert array of byte to stream?

    How can we convert a byte array to stream or stream to array of byte So How can we change the size of stream Can we change the lenght (or size) of stream bigger I thank you very much for your answers. // using System.IO // read an example file to new byte array Byte [] exampleByteArray1 = File .ReadAllBytes( @"C:\boot.ini" ); // write data to the new stream MemoryStream mStream = new MemoryStream (); mStream.Write(exampleByteArray1,0,exampleByteArray1.Length); // read another example file to new byte array Byte [] exampleByteArray2 = File .ReadAllBytes( @"C:\boot.ini" ); // append new data to the stream mStream.Write(exampleByteArray2,0,ex ...Show All

  • Visual Basic WaitForSingleObject in Framework 2.0??

    Hi everyone, I’ve got the following snippet of code (VB6, of couse). I wonder, how do I the same by means of Vb25k Do If i = giRefrescar Then Refresh i = 1 Else i = i + 1 End If Ejecucion (PrepararEjecucion) Loop While WaitForSingleObject(hStopPendingEvent, CLng(giFrec)) = WAIT_TIMEOUT We’ve available WaitForMultipleObjects with .Net but single one There's no need to do interop to do thread syncrhonization in the .Net FX. Take a look at the System.Threading namespace, in particular at: http://msdn2.microsoft.com/en-us/library/system.threading.waithandle.aspx Hope this helps, ...Show All

  • Visual Studio 2008 (Pre-release) DataContractSerializer Vs XmlSerializer Startup Performance

    Does the DataContractSerializer suffer from the same startup performance issues as the XmlSerialiser which sgen was devised to resolve I'm aware that svcutil caters for generation of serialization code specifically for the XmlSerialiser, however, there is no such support for the DataContractSerializer, does this imply the problem does not exist with the new serializer Cheers, Matt I successfully implemented a WCF service on net.tcp and found you just need to expose a MEX port for actually getting svcutil or Add Service Reference to be able to get the metadata. Here is the code for starting the server service (it is self-hosted) Trace .WriteLine( "Starting the Patient host service." , " ...Show All

  • Visual Basic Missing: ReportBuilderAddIn 1.0 Type Library

    Hello, Problem occurs within Excel 2003, whenever entering a formula I get "Can't find project or library" Under Tools - References I see I'm missing ReportBuilderAddIn 1.0 Type Library. I can't uncheck it and I'm not sure where to browse to find that Library. Can anyone help Kevin These forums are for VB.NET questions. The VB within Excel is Visual Basic for Application. VBA is a very different product from VB.NET and there are some other locations where youy will probably get a quicker and better response to your VBA questions. Y ou may find more assistance in following which specifically deals with VBA development. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=74 ...Show All

  • SQL Server Doing a keyword search inside the contents of the stored procedures of a database

    Is there a way in sql to do this: To get all the stored procedures of a given database, then either - (1) put all the stored procedures contents (all the scripts inside the SPs) in a single file or - (2) Put all the scripts that constitute all the SPs in a single big string. Then search that file (if case 1) or that big string (in case 2) and check if it includes a given input pattern (for example check if includes: mySearchedKeyword) Thanks a lot another question pls: I wanna customize the code: SELECT ROUTINE_NAME FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_DEFINITION LIKE '%mySearchedKeyword%' to search all databases and not only the current one. Thanks. ...Show All

  • Visual Studio Team System Anyone using TestToolsTask-1.1 ?

    TestToolsTask-1.1 is the new task that Buck Hodges posted to allow test running without owning the VS test version. I am having some problems with it. I have replaced the Original TeamFoundation targets and also added the PowerToys assembly to the PrivateAssemblies folder. I have the following set with the .proj file: < RunTest > true </ RunTest > And then I have the following: <MetaDataFile Include=" "> <TestList> </TestList> </MetaDataFile> --> < TestContainerInOutput Include = " %2a%2a\%2aTest.dll " /> Since I have everything configured correctly I am not sure why my tests aren't being run. I assume TestContainerInOutput is suppose to fin ...Show All

  • SQL Server Trial Upgrade to purchased version

    We started out with the trial version of sql2005 and we later purchased the full standard version I belive, I just realized our trial is going to expire which we have data we are using on it. Is it possible to enter our liscense number in the trial to continue using or do I have to detach all of the databases and install the new sql version and then reattach all of the databases and setup any maintence plans again. I will be running this tomorrow, I have made backups of the database so will post to let you know how the process goes, smoothly I hope. ...Show All

  • Software Development for Windows Vista How to use in my app the preview provided by IPreviewHandler?

    I am trying to preview in my application Word documents from Office 2007. Vista Explorer can preview Word documents because Office 2007 provides the implementation of IPreviewHandler for them. Can I preview Word document in the same way as Vista Explorer is doing If yes, is there any sample code Thank you. ...Show All

  • Visual C++ a problem about the reference

    in<think in c++>2th  Page 453 the author said :Once a reference is initialized to an object ,it  cannot be changed to refer to another  object " but  form the code  I  can see the reference  is changed to refer to another                     is  the  auther  wrong    PS I am using dev C++ #include<iostream> using namespace std; int main(int argc,char* argv[]){     int i,k=3;     int &x=i;     i=1;     cout<<x<<endl;     i=0;     cout<<x;   &nbs ...Show All

©2008 Software Development Network