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

Software Development Network >> Pawan Jain's Q&A profile

Pawan Jain

Member List

motters
BatesManty
ArnoByLte
Philippe Quesnel
angle
skinny2
Andy Thevelein
shanzy
Steve Peacock
cleomc
bialguos
Dat Dang
Sunil sabir
Schmlughtz
Ruben Cer.
Keith Boyd
Tex Riddell
jonbruce_ddt
antho
MrLukas
Only Title

Pawan Jain's Q&A profile

  • Visual FoxPro MSGraph.Chart.8 control

    I need to make charts. I started with MSChart Control and so far I've accomplished almost all I wanted except for one thing which totally eludes me. I need a simple line chart, not columns or a pie. I need to display a row of data like DJIA or similar indices with no additional vertical bars or other embelishments. The curve comes out nice but a lot of space on the chart is wasted because the curve is being plotted too high on the chart in vertical direction. I have tried to manipulate MSChart.Object . Plot . Axis ( VtChAxisIDY , 1 ). ValueScale . Minimum value but it is not responsive at all. I do not know why: perhaps other paramete ...Show All

  • Visual Basic Making object move continuously

    How do I make a particular object move continuously after clicking the button once ...Show All

  • Visual Studio VS2005 intallation fails - MSXML 6.0 Parser "Fatal error during installation."

    I am trying to install VS2005 Beta 2 on an XP Pro SP2 box. Nothing was intalled on this box before (no Framework, no VS). VS2005 setup has only installed succeffully .NET 2.0 Beta 2 framework. The next component it tries to install is MSXML 6.0 Parser. And this is where it chokes. The log shows the following: [06/02/05,16:41:01] MSXML 6.0 Parser: [2] Error code 1603 for this component means "Fatal error during installation. " [06/02/05,16:41:01] MSXML 6.0 Parser: [2] Setup Failed on component MSXML 6.0 Parser [06/02/05,16:41:05] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHel ...Show All

  • SQL Server Saving SSIS results to Log or text file using dtexec

    Hi, How to save the SSIS package results to log file using dtexec command............please help regaridng this........... Thanks in advance, There is an example in Books Online: http://msdn2.microsoft.com/en-us/library/ms162810.aspx You can use the following syntax from DTExec. dtexec /f "c:\pkgOne.dtsx" /l "DTS.LogProviderTextFile;c:\log.txt" However the package must contain the connection manager to be used by the log provider. You cannot add that from the command line. Donald ...Show All

  • .NET Development NullReferenceException when disposing MessageQueue

    Hi all, I get the following exception, when disposing MessageQueue in .NET 2.0 System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="System.Messaging" StackTrace: at System.Messaging.MessageQueue.MQCacheableInfo.Dispose(Boolean disposing) at System.Messaging.MessageQueue.MQCacheableInfo.Finalize() I never had problems while using .NET 1.1. Does anybody know, what can cause such a problem Best Regards Bernd Ritter Do you check if the object is not null before trying to dispose If this is not t ...Show All

  • Visual C++ Converting Project to Use msvcprt.lib instead of msvcirt.lib

    I am attempting to convert a project to use msvcprt.lib rather than msvcirt.lib.   When I run nmake on the .mak file I am getting an error 'unable to open msvcirt.lib'.   I have removed all references to msvcirt.lib in the .mak file. The error is actually occuring at the linking stage, so it looks like the reference is inside an embedded library. As far as I know I have successfully rebuilt all libraries used by the application with msvcprt.lib in place of msvcirt.lib. I am probably picking up the reference to msvcirt.lib through an include file, which includes an include file, which ....    Any ...Show All

  • .NET Development VS 2005 Time delay in calling subroutine (Office Interop)

    Hi to the group, I wrote a program originally in VB.NET 2003 to retrieve some outlook items. The program runs just fine. I have recently converted it to VB.NET 2005 and here is the issue: Program loads and runs up to the point of calling a subroutine - 'GetSomeOutlookItems'. The program has thus far taken about 1/2 second or so. The subroutine is in its own module and imports Microsoft.Office.Interop. The program now takes about 6 to 8 seconds to actually get to this subroutine. Once the program gets there it takes about 1/2 second to finish loading all the data. Is there something I am overlooking or doing wrong Did VS2005 convert my progr ...Show All

  • Visual Basic How to tell when a user logs on to windows?

    I am using VS 2003 to write a service in VB, this service will run in the background and has to run on a user account rather than the local system so cannot do any GUI stuff (as far as I know). I have written a second app in c# to handle the GUI side of things and I want to run it when the user logs in to windows. Does anyone know how I can tell when a user logs on - is there a registry key I can check every few seconds or is there a more elegant solution   Thanks. The _most_ elegant that I can think of is simply to install a short cut to your application into the 'All Users ...Show All

  • Visual Basic BIG BUG IN VB COMPILER: Trash executable created, BadImageFormatException (0x8007000B) thrown in runtime!

    Applies to: .NET Framework Version 2.0.50727 Visual Studio Version 8.0.50727.26 Check out my code sample, build it and start. You will get a BadImageFormatException (0x8007000B) and Reflector will complain viewing Master.DoCall(). PLEASE, GIVE ME A PATCH/WORKAROUND ASAP!!! 1. Create the following projects and classes in VB.NET: Bug (Windows Application) -C.vb (Class) -Form1.vb (Windows Form) -Master.vb (Class) Server (Class Library) -A.vb (Class) -B.vb (Class) -ICaller.vb (Interface) -MyInterface.vb (Interface) -MyInterface2.vb (Interface) 2. Reference the Server project in the Bug project. 3. Fill the classes with the code below ...Show All

  • Windows Forms Override Keypress in vb.net

    I've created a few buttons at runtime and added handlers for that buttons.. e.g for a keypress event. But when I press the arrow keys the focus is changed from th eone button to another. The event I've created works fine but I want the focus to sta on the button on which the arrowkey was pressed. How can I prevent the change of focus. The buttons are sorted in a grid format and want to move focus freely in a direction indicated by the arrow. Hi, thanks for help... I will find that helpfull in vb.net 2003. If actually figured out what to do in vb.net Express 2005. I only needed to suppress up/down arrows and have created a function ...Show All

  • SQL Server Urgent help please!!!!! Error trying to uninstall RS sql 2k5

    Hello, One of our lovely NA's decided to remove IIS and the reinstall it while RS was installed before trying to uninstall RS. So RS broke. We then tried to uninstall RS to start over and get this error: The setup failed to read IIsMimeMap table. The error code is -2147024893 Anyone have a work around to get us to uninstall RS This way we can install IIS 6.0 from scratch and try to install RS afterwards. Thanks. Okay I recommend backing up your system before attempting this. There is a way to trick Windows into thinking an application is not installed, thus allowing you to install it fresh aga ...Show All

  • Windows Forms sorting Datagridview

    Hi I have a datagridview control which I am binding to a datatable. Before binding to a datatable I am adding one row in the datatable for Total and populating data in that row at runtime. Now when user click the header of the column data gets sorted. I always want the row which is displaying TOTAL at the end. I have scenario as mentioned below. Is there a way to keep the total row always at the end ------------------------------------------------ col1 col2 ------------------------------------------------ column1 1000 column2 1500 Total 2500 -------------------- ...Show All

  • Visual Studio 2008 (Pre-release) WinFX - Setup Error

    I am running into a problem trying to install the Feb CTP on my machine. I tried un-installing .NET 2.0 Compact Framework, turning off the Virus software on my machine with no luck. Nothing is showing up in the event logs. Any help would be appreciated. Steve Schofield Microsoft MVP - ASP/ASP.NET ASPInsider Member - MCP http://www.orcsweb.com/ Managed Complex Hosting #1 in Service and Support can you please follow this blog and try to install FEB CTP http://blogs.msdn.com/madhuponduru/archive/2006/02/22/537622.aspx If you are still not able to install FEB CTP,please let us know, you are not able to install winfx r ...Show All

  • .NET Development Error passing a large variable as a parameter to a remote method

    When passing a large byte array as a parameter to a remote method, I get the following error: System.Runtime.Serialization.SerializationException: The input stream is not a valid binary format. The starting contents (in bytes) are: 53-79-73-74-65-6D-2E-57-65-62-2E-48-74-74-70-45-78 ... Server stack trace: at System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord.Read(__BinaryParser input)... etc. The largest byte array I can successfully pass across the wire is 4,193,890 elements in size, as soon as I go to 4,193,891 it bombs out with the above exception. I am running the .NET Framework 2.0 Beta 2.  The server is ...Show All

  • SQL Server SOS, please help

    hi all I'am working on a smart device application that is supposed to be capable of communicating with a sql server DB on another PC on the same network. using VS 2003 i tried to specify the IP address in the connection string but it didn't work out i tried to put a web service on the DB server but the problem i hit is i wanted to send and receive objects between the service and the device, so i added a DLL containing the classes i want to use their objects at the both sides of the application but it couldn't recognize it as the same object at the both sides so i hope if any one here knows a better solution to this proble ...Show All

©2008 Software Development Network