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

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

Peruri

Member List

Renju.R
Chris Adams - IIS
Harreld Kuiper
Petunia
Eivind__no09
wim_
ljw1611
JamesCandy
jds1982
C#2.0
Anindya Maiti
furjaw
RabbitQ
CBrown
CarlosYYYY
njackowski
Bene2005
Nasir Javed
sean chen
Elize
Only Title

Peruri's Q&A profile

  • .NET Development Bug with the .NET XslTransform xslt transformation?

    Hi, I have an C#/ASP.NET application.  Most pages are generated this way: I extract data from the database, produce an xml string, use a xslt stylesheet to display the page. I can either send the page as xml with a link to the stylesheet, in which case, the transformation is done by IE or I can transform it on the server with the Transform() method of XslTransform object and send HTML. Now, usually, this works fine in both cases but I have ...Show All

  • SQL Server Processing methodology

    we have 3 large fact tables with combined rec cnts of 32 million. These 3 fact tables share order attribute that we would like to pull out and create a order dimension so that the facts tables don't have to contain the attributes. I've tried update processing of this dimension but the time it takes is not much different than a full process. I would like to know if there is anything like a incremental processing of this dimension and how would I ...Show All

  • Visual C# ListView.View=List property and owner-drawing within ListView items.

    Requirement: Currently, I have a requirement to present grouped lists of information in an optimized amount of space with the least amount if any scrolling potential. The item presented has a number of subitems hence the need for a ListView or DataGridView control. Items must be highlighted and selectable across all columns of visible data in each item-row. Horizontal and vertical scrolling must be avoided as much as possible. Problem Iss ...Show All

  • Visual Studio Express Editions Backgroundworker and my.computer.network.ping

    Hello, I am developing a small application that checks a list of ip's to see if they are reachable or not. When they aren't available the icon turns red, otherwise it just stays white. I've decided to use a backgroundworker to check if the pc's are available when there are more then 0 computers in the list. However when the program reaches the my.computer.network.ip("insert adres") event my program freezes until it gets a timeout or a reply. I t ...Show All

  • Smart Device Development determining phone location---recieving broadcast messages

    I m trying to develop the code for determining the current location of the phone user on smartphone 2003 SE. I m doing native code development--win32 apis. As it should be i want to know the current location (like country city locality) of the user. And i guess broadcast messages is wat I need to determine that. But i m having a hard time finding a way to recieve these messages. I hv googled enough in vain already. Any thread or clue wud b hig ...Show All

  • Windows Forms when underlying data type and value differs from displaying data

    Hi. i want to create a column in datagridview so user enteres persian date and underlying data be gregorian date, because of data must be stored in database. i created control for selecting persian date, but i do not know how to configure data from persian to gregorian when data stored in database. i have no idea how to solve this problem. i used FormattingValueType and ValueType of datagridviewcell but no result. please help me! ...Show All

  • Visual Studio Team System "Connect to Team Foundation Server" option not there

    I installed the VS.NET 2005 Team Edition for Software Developers but I don't see the "Connect to Team Foundation Server" option. Shouldn't this be there by default Try to look if this helps you: http://blogs.msdn.com/robcaron/archive/2006/02/09/529033.aspx -- Lorenzo Barbieri MVP Windows - Virtual Machines, MCT, MCSD.NET, MCITPro DBA IT: http://www.geniodelmale.info EN: http://www.lorenzobarbieri.info ...Show All

  • Visual Studio Express Editions Express F1 Help and tool for reporting bugs?

    Hi.. just realized that the F1 help within C++ express does NOT bring up the correct information.  For example.. if I press F1 on the keyword ::GetMessage(), it brings me to this *online* help.. ServiceDescriptionCollection.GetMessage Method <-- .NET Framework doc, which is not what I'm looking for.  (I'm looking for the Win32 API doc/help) I'm realising (as I type) this that it might be caused by the fact that I installed C# and W ...Show All

  • .NET Development Windows 2003 R2 and WSE 3.0 Kerberos issue

    Running a "Windows 2003 R2 Standard" configured as a domain controller (the machine will be used as a stand alone demo machine) Working the Kerberos sample in %Program Files%Microsoft WSE\v3.0 Samples\CS\QuickStart\Security\WSSecurityKerberos\Policy It works fine with the service hosted by IIS in the Default App Pool. After changing it to a new App Pool under a different service account (member of Domain User, IIS_WPG, "L ...Show All

  • Visual C++ how to use this dll in managed code

    I create a MFC dll file like below, which is not compiled from CLR environment. //////////////////////////////////////////////////////////////////////////////////////////// ScanComm.dll  head file //////////////////////////////////////////////////////////////////////////////////////////// #pragma once #include "serial.h" #define MAX_BARCODE_SIZE 255 #define MAX_COMPORT_SIZE 10 class ScanComm :public CSerial { public: ...Show All

  • Windows Forms MDI Child Forms (Window Size)

    Hello, I have a MDI application that has many child forms.  Some of these forms need to appear maximized and others are set to a specific size (they cannot be made smaller, or bigger).  However, when I run the application I encounter the&n ...Show All

  • Microsoft ISV Community Center Forums Form Requery

    I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD OK, that worked. Thank you. I really a ...Show All

  • SQL Server SSIS execution of transformation tasks.

    I'm not exactly sure how to ask this question ... but here goes!! I want to get an idea of how SSIS actually executes transformation tasks. Do transformation tasks (eg a lookup) complie down to managed code or are the executed as SQL commands in a SQL server database Thanks. They are not executed as SQL statements against a database. Data is loaded into memory buffers and the operations as defined by t ...Show All

  • Windows Forms Binding comboBoxes and TextBoxes on a relation

    Hi everyone, I’m developing an application where I have a comboBox and several textboxes bound to the same dataSource. The comboBox is bound to a parent table whereas the textboxes ate bound to the child table. Initially I set the index in the comboBox to -1 so that the comboBox doesn’t display anything in my form. This works fine. However, the texBoxes still display the values related to the index 0. I’ve tried to set the posi ...Show All

  • Windows Forms ToolStripItems: how to duplicate?

    In my scenario, I have a context menu which should show additional sub-menus from loaded plugins. As I want to use the visual designer (not create the menus each time in code), my problem is how to copy some ToolStripItems from a ToolStrip menu to another. What's happening on simple copy (enumerating in first menu and adding to second) is that the items are removed from the source menu on copy (I assume the Owner changes so the item is automatic ...Show All

©2008 Software Development Network

powered by phorum