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

Software Development Network >> Sunil Unnithan's Q&A profile

Sunil Unnithan

Member List

MovnOn
Chevelle
sqlnewbie
Christopher Bernholt
TonyDixon
nivz_k
jherbst
Troy Lundin
UZone
am09qx30
Smithy46
TMB
Earl J Bonovich
Lisa Nicholls
Kumar Shetgar
Big Ticket
Vlad.S
JOD
kodeci'
Earl Studios
Only Title

Sunil Unnithan's Q&A profile

  • SQL Server Print Issues with Reporting Services

    I developed and deployed a report using VS.net. Reporting Services gives you the option on the web page to print the report or export to another format. When choosing to print, I am unable to get the report to print in landscape mode on standard letter paper. What is the relationship between the margin properties (which seem to have no impact) on the report the body of the report and the printer The report size doesnt seem to matter (10 x 7.5 inches) tried changing margins here also The body size doesnt seem to matter (9.75 x 7 inches) and here Does the issue lie with a) the printer properties b) Reporting services c) IE Im stumped!! ...Show All

  • Smart Device Development how can i play a sound file ?

    hello . how can i let my program on my pocket pc play any sound file wav , mp3 , wma i tried every thing , searching in msdn ... the system.media is not found . also microsoft.devices.audio and my.computer.devices.audio is not found .. so , what's the solution .. regards ,, You can P/Invoke PlaySound() or you could use sound classes from OpenNetcf.org. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I cant Install Directx 9.0c December 2005 dsound.inf problem

    When I try install Directx 9.0c December 2005 Redlist I Envisage with this Error : "An internal system error occurred. Please refer to DXError.log and DirectX.log in your Windows folder to derermine problem." I several time download Directx 9.0c December 2005 and November 2005 but everytime I Envisage with this error and when I go to DXError.log and DirectX.log see this Problem with dsound.inf : -------------------- [01/05/06 01:40:11] module: dsetup32(Sep 28 2005), file: setup.cpp, line: 6443, function: CSetup::InstallDirectXInfsFromInfSection     Installation of 'C:\WINDOWS\System32\DirectX\DX113.tmp\dsou ...Show All

  • Visual C++ Problem inserting BMP file into CRichEditView, please help

    Hello everyone, my name is Jeff Sholl, and I'm new here.  I am a Psychology graduate student at the University of Miami in Oxford Ohio and I have problem with a program I am writing for school.  I have a B.S. in computer science, so I know a little of what I'm talking about when it comes to code, although not as much as I would like at the given moment.  Hence why I am here seeking help. ** First let me say that I don't know all of what I am talking about, I think the only reason I got this to semi work in the first place was out of sheer luck, so if any of my comments sound way off to some of you more experienced coders out ...Show All

  • Visual Basic How to split commandline application path from possible arguments?

    I have commandline strings that contains application paths and might contain arguments. Some examples: 1. "C:\Program Files\Microsoft Office\winword.exe" "C:\some dir\documentname.doc" 2. "C:\Program Files\Some Dir\app.exe" /dosomething 3. C:\Program Files\Some Dir\somefile.exe 4. C:\somedir\somefile.exe /whatever 5. C:\Windows\notepad.exe 6. someapp.exe I'm looking for a simple way to split the path to the application and the optional argument. Sometimes the string contains quotes around the path (1&2) and sometimes, even when the path contains spaces, the string does not contain quotes(3). And s ...Show All

  • Visual Studio Express Editions cannot get audio file to play with my.computer.audio.play

    I am trying to play an audio file I added to resources. When I type in my.computer.audio.play(My.Resources.filename) it gives me the blue squiggly underline, and says that "Value of type 'System.IO.UnmannagedMemoryStream' cannot be converted to 'String'. This is highly annoying . How can I get a resource soundfile to play Thanx. there are a couple of difference options with the my.computer.audio.play method (see this  for more details). The only overload with a single parameter expects a filename, not a stream, so you'll have to add a playmode argument such as AudioPlayMode.Background if you're using d ...Show All

  • SQL Server File Access Error

    Hi All DTS fans, i know this is not the perfect forum for posting a DTS problem i am having but i thought that most of you who are now working on SSIS might have been using DTS earlier. anyways, the DTS package that i have written transforms data from a csv file into a table in SQL Server 2000. There is another application ,written in .NET C# which writes continuously to the csv file. When i run the transform task, i see an error message saying "The process cannot access the file because it is being used by another process" any pointers or solution to this problem would be appreciated. Thanks ! I thi ...Show All

  • Windows Forms Unable to view designer in vs2005 c#

    I am trying to get some help with a very strange problem.  When I opened up vs2005 today my form designer would no longer work and caused vs to crash.  This happens on all projects, even newly created ones. I have tried reinstalling vs, but the problem persists.  If anyone has seen this problem or knows how to repair vs I would be very happy to hear from you. Thanks. DC. Hi, I'm facing the same problem too, there is no solution yet ...Show All

  • .NET Development Parsing Text Files into Array

    Hello @, I'm new to VB.Net (2005 Express) and have hit a wall. I have data in a text file that I need to read into an array. The text file is built like:     [Section Name]     Data1     Data2     ...etc     [Section 2]     ... Best would be to use a 2 dimensional array as the Sections and Data entries can vary section1    data1    data 2    ... section 2    data1   .... I can't figure out how to split the data and add it to an array. Later ...Show All

  • Windows Forms Draw a rectangle

    Hello everyone I have 4 point, conect these point can make a rectangle. How can I fill the interior of this rectangle with the color i like. Could some one show me the method to do this. Thanks QuangNgockt And here's a little sample:    Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint &n ...Show All

  • Smart Device Development Creating a unified installer for both SmartPhone and PocketPC

    Hi, Is it possible to create a unified installer that automatically installs the correct version of software depending on whether a SmartPhone versus PocketPC is connected Basically, one installer self extracting Windows .exe file that installs the correct .cab file of two .cab files (SmartPhone versus PocketPC). Can it be done with the .inf/.ini files Thanks for letting me know. We will change this approach after our beta testing is completed, since we do want to follow proper Microsoft procedure since we want to get the software Microsoft certified soon.   At the moment, we are targetting only 2 ...Show All

  • Software Development for Windows Vista Communication between 2 different workflows

    I have a host application (a windows service) and 2 different types of state machine workflows. The workflow1 executes a certain amount of workflow2 and waits for the workflows to return. To do this they need to communicate between each other. I thought workflow2 could send an event to workflow1, in order to tell him when he's finished. Everytime a workflow2 returns it send this event to workflow1, so workflow1 can check if the started workflows are all finished. But how can I send events from one workflow to another Any ideas, which dont use wcf Thanks You can accomplish this by having a local ser ...Show All

  • Smart Device Development Pocket PC and Merge Replication on SQL 2000

    Thanks in advance for advice. My company is trying to start developing on Pocket PC Palm Devices with Visual Studio 2003 and I am having a little trouble. I am trying to set up the merge replication on SQL 2000 and make my emulator sync and I cannot seem to get this to work properly. If anyone has any links or advice on where to go to get a better understanding of how this works i would greatly appreciate it. Thanks Again Trent Jackson Thanks for the reply Barry. I have tried going throught the DataPoints document several times and for some reason I keep getting an error on my emulator saying "Error Code: -2147012867 ...Show All

  • Visual C++ I need some help

    I have Visual C++ 6.0 and i knw how to program in C++ but i dont know where to go from here. Could anyone point me into the right direction Since you are just starting to use VC++ 6.0, I would recommend using VC8.0 (you can install the Express sku for free from http://lab.msdn.microsoft.com/express/visualc/default.aspx . You just need to read a little bit in the help ( http://msdn.microsoft.com/  or http://msdn2.microsoft.com/ ) on how to create projects and what type of projects VC8.0 offers. After you start using VC8.0 and you still have some issues or questions, please feel free to post at this forum. Thanks,   Ayman Shoukr ...Show All

  • Windows Forms Resizing and Repositioning Control on a Windows Form at runtime(.Net)

    Hi Is it possible to resize, repositioning controls like (TextBox, Label, ....) during runtime on window Forms in (DotNet). How to proceed with this. Thanks Sriram   Do you want to do it something like the VS.net designer If not,you can set the Location property and Size property at any point of time.   ...Show All

©2008 Software Development Network