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

Software Development Network >> Pintoo Khaira's Q&A profile

Pintoo Khaira

Member List

startlet
DPotages
Megabite
RandomLick
Alexander N Mikhaylyukov
Keith Newton
Shanea
HabibRazak
Qdshi
rternier
ClaudiaHelpOnVSTO
Monah84
Michael Bailey
QuantumMischief
rajbasav
Udo Kroon
R.Tutus
kool_kan
Edge Of Zero
dakoris73
Only Title

Pintoo Khaira's Q&A profile

  • Visual Studio Manipulating Crystal Row Data

    I need to manipulate row-level data in a Crystal Report (XI R2) after the report has run in a WinForm. I don't see anything in the Crystal's .Net object model that would allow me to do this. The closest thing I see is an apparently undocumented "Rows" property (a CrystalReportDataView collection) available in the ReportDocument object that allows me to read the data (via a DataRowView property). A set of member functions exist that imply the data is editable, but they seem to have no effect in practice. Does anybody know of a method to directly manipulate this data Preferably a documented way in case they decide to change things down the road Thanks. You should use a dataset to get your data and ...Show All

  • Visual Studio Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again.

    I am facing this problem most often..When i am in view code of SQL Server Business Intelligense Develpment enviorenment..its stop to open Ctrl F to open the Quick Find message box on key stroke whicle from main menu its opening the same quick find message box ..and though i try to close the project its giving error below.. --------------------------- Microsoft Visual Studio --------------------------- Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again. I have to manually close the window from TASK MANAGER.. Please look into matter or guide me where i sud put this matter.. "The error indicates that there is a modal dialog box open. Likely this is the d ...Show All

  • Windows Live Developer Forums Custom Backgrounds??

    How can I get a custom background. I went on Hack MSN Spaces, but his tutorial only works on Msn Space not Live spaces. And It only works for those 2 modules thing. Mine is 3. So can anyone help me ...Show All

  • .NET Development Security Exception on socket connection

    I have developed an ActiveX control in C# using VisualStudio.NET 2005. The control assembly has the COM Visible attribute. I have inserted the control in an HTML page, under IIS. The control tries to establish a socket connection with the same IP address from which the html page is loaded, but on a different port: 4321 The connection fails with a Security Exception. How can I avoid this Thank you. Luigi Fonti I was aiming that post at Durgaprasad, as I hadn't found any information that those right were available to general code. However, I have now. See http://msdn.microsoft.com/msdnmag/issues/05/11/CodeAccessSecurity/default.aspx and http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs0 ...Show All

  • .NET Development asynchronous call to SerialPort class

    I write to confirm if the System.IO.Ports.SerialPort class supports asynchronous method calls. - Jeremy The member SerialPort.BaseStream is what I am looking for. A further question, how can I cancel the asynchronous operation other than closing the stream ...Show All

  • Visual Basic Numbers and date format in Visual Studio Reports (.rdlc)

    I am using an english version of visual studio 2005. I am from a spanish spoken country (CHILE!). Until now when I program, I can change the format of numbers and dates to the formats use in my country. The problem is that I need to format numbers in the reports that I create in visual studio. The reports are in the format .rdlc. I need that the numbers have as a decimal separator a comma (,) and as a number separator of thousands a period (.). In the case of date format, instead of showing the report the day "Monday, 12 of Febrary", I need to appear the name "Lunes 12 de febrero". How can I do this in my reports since I have a english version of the program Thanks in advance Mike ...Show All

  • .NET Development "aspnet_regiis -prov" option not working? (encrypting .config sections)

    Any idea as to why this works: aspnet_regiis -pe "connectionStrings" -app "/TestApp" And this doesn't: aspnet_regiis -pe "connectionStrings" -app "/TestApp" –prov "RSAProtectedConfigurationProvider" The only difference is the addition of the "-prov" option in the second command. In theory, both commands are equivalent, as "RSAProtectedConfigurationProvider" is the default provider (as used in the first command). It's almost as if the -prov is an unrecognized option. When I run with the second command, all I get is the list of aspnet_regiis options. Has anyone else encountered this Try putting the -prov after the -pe such as aspnet_ ...Show All

  • Visual Basic Deployment on Terminal Server

    What user rights must be set on the TS to allow users to run a application (VB2005). I have published the application the the TS, but only the administrator can run it. I made sure that CRWXI-2 is installed on the TS and all the other bells and wistles are present. When the user tries to run the application, it will go throught the phase to check for an update, but then nothing happens. It's just not running..... What I'm I doing wrong or of more value, what should I do to publish to a terminal server and what must the Administrator do to get the users to run the apllication. Windows or Citrix Terminal Server Typically, under Windows Terminal Services, you must install applications usin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Framework runs fine in Visual Studio 2005 Standard

    I was a bit suprised to hear that XNA only worked on Visual Studio Express, but apparently that was just the XNA Game Studio Express which basically gives you all you need for Windows and XBox 360 development. But say if you just want to make a PC game, you can go ahead and install the XNA Framework, add it to your WinForm project, and it will run fine from there. For instance, I just created a empty WinForm project using Visual Studio 2005 Standard, added the Microsoft.Xna references and finally added an initialization and render method. I compiled the application and had no side effects whatsoever. I believe Microsoft wants to enable Windows developers free tools to do what they please, but when it comes to XBox 360 games, of course ...Show All

  • SQL Server help! connection to SQL express

    i have downloaded and set up SQL Express on my desktop. When i click connection, it only shows server on the network (in the office). i want to connect to the sample database on my machine (don't want to connect to servers in the office), how can i do that hi, just fill the Server property with the actual instance name you want to connect to.. if you installed a named instance "named" SQLExpress, the default for SQLExpress installation, you can locally connect to it specifying "(Local)\SQLExpress" or "ComputerName\SQLExpress" as the server... regards ...Show All

  • Smart Device Development Get IMEI No.

    Hi, I am developing smart device application on CF1.0. I need your help. I want to get an IMEI no of device. How to get IMEI in CF 1.0 . Is there any way to get this Please send your suggestions or links. Thanx, M. GANESAN http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search hl=en&group=microsoft.public.dotnet.framework.compactframework&q=get+imei+number&qt_g=1&searchnow=Search+this+group ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Headset

    Hello, i want to know if and when how, i can use the Head set for the Xbox 360 game i am developing. Any help would be greatly appriciated. That's still a negative at this time. If you'd like to see it in a future version, check the XNA connection and see if it's been suggested. If not, go ahead and file a suggestion. See Michael's post here . ...Show All

  • Visual Studio load report failed

    I deployed an ASP.NET 2.0 crystal report website to a production server and everytime they user clicks on the print or export button, I get the "load report failed" error. I created a setup and deployment project and added in the Merge Modules and deployed on the target machine; everything works fine for a little bit. What bothers me is that it works ok for about two times, after about two times it starts to error out. I read an article that suggested giving the temp folder full access to the ASP.NET account; I did that but nothing helped. I followed the instructions on each of the links on this page to the word http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/ I don't undestand why ...Show All

  • Visual Basic Multi Text Boxes Validation and error provider

    Dear all, I don't know what is the problem with following code I'm using for validation. can any one solve this please It works for txtProdName only. Private Sub txtProdName_Validated( ByVal sender As Object , ByVal e As System.EventArgs) Handles _ txtProdName.Validated,txtPrice.Validated,txtSize.Validated If txtProdName.Text.Length = 0 Then erpProductDataForm.SetError(txtProdName, "Required Field") ElseIf txtProdName.Text.Length > 0 Then erpProductDataForm.SetError(txtProdName, "") ElseIf txtPrice.Text.Length = 0 Then erpProductDataForm.SetError(txtPrice, "RequiredField") ElseIf txtPrice.Text.Length > 0 Then erpProductDataForm.SetErro ...Show All

  • Audio and Video Development Pause\Play on 1 button on my popup menu

    I have a popup that I want to have 1 button that is "pause" when he movie is playing but after pressed it turns into a play button...I know how to animate its state so that it shows "play\pause" graphics but in my script I need to know a good if\then command for this button. Case "menu_1" player.playlist.pause(); thats what it is right now and it pauses the video and switches to the "play" graphic for the button...just need a good if\then script for Case "menu_1" Thanx in advance! Peter Torr - MSFT wrote: Section 7.5.2.4.1 will point you to Annex W.2-1 (and some other tables). That makes things so much easier. Thanks. ...Show All

©2008 Software Development Network