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

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

Pradeepkonda

Member List

Paul Vick MSFT
Ashish Nayyar
anthonyar
LostID
GSK_phili
Damien Morton
MSDNDDONG
BSeibel
Michael S.
Zueriva
Gramm
Steve Ward
yuri.lemes
Surya Suluh
Avia Graetz
Stephen Englefield-Grantham
alvi_du
Aqazaa
voko
jony
Only Title

Pradeepkonda's Q&A profile

  • Visual C# using QuarkExpress document in C#

    do you know how to using Quark express document in C# ,opening,saving,reading,....etc... help... ...Show All

  • Visual Studio Express Editions Font combo box

    Does anyone know how to retrieve a list of all the fonts on a system, and populate a combobox with them Please help. Thanks, ComputerGuru. After populating them, how to change the font of the Rich Text box according to the selection ...Show All

  • Visual Studio Team System TFS not seeing all accounts properly

    I'm having multiple issues that all seem to point to TFS not seeing all the accounts it should.  First up, when I run reports, I get the following errors: An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'CurrituckDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors Secondly, the list for the "Assigned To" dropdown doesn't include a large majority of the accounts that should be in the Team Foundation Valid Users group.  For at least on ...Show All

  • Smart Device Development me.close

    hi there, i have a device application, why whenever i perform me.close for any form, i can never show it back from others form for example: Private Sub btnClose_Clicl(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnClose.Click me.close End Sub Private Sub btnShow_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnShow.Click Form2.show() End Sub note that, btnClose is located at Form2, whereby btnShow is in Form1, after click close in Form2, i can never call back Form2 with btnShow in Form1 got any solution Please see this ...Show All

  • Software Development for Windows Vista Simple Newbie question

    Would WWF be an appropriate way to handle loading data files into a SqlServer database In my job, we interface with the mainframe, and therefore deal with a lot of file-type interfaces. For example, I have a file that is FTPed over from the mainframe every night and needs to be processed. i.e. loaded into my applications database. Currently, I create a windows service that has a file watcher setup on the incoming ftp directory, and then fires off a thread to process the file when it shows up. Needless to say, this process can break about a hundred different ways, and needs to be restart-able, and monitored, etc. So is this type of ...Show All

  • Visual Basic Migrate Windows Forms applications to Web Forms

    I wanted to see if any of you have found information, classes (online or classroom), products etc. for migration of Windows Forms to Web Forms Our shop is currently using VB.Net 2003 and wants to migrate a couple of applications to the web using VB.Net 2005 if possible. Thanks! Thanks, we sort of expected that response. I'm going to put the team through a couple of web classes (ASP.Net) and then migrate. We've done a great job of keeping the logic out of the presentation layer knowing that this application would be moved eventually to the web. Thanks for the input! ...Show All

  • Windows Forms Form Resize incorrectly

    I have a problem with Form Resize: Make a Form (autoscalemode DPI), place one button in the lower right part of the form(Autosize false - Anchoring None). When I then resize the form, either in design or run mode, the button does not keep its location. Not even if you consider it is the top left corner that should be in the same relative position. The button disapears out of the right corner when the form is made smaller. It looks as if the resizing is only doing half of the resizing it should do. I have now written a Form_Resize event which works, but I don't understand why the resizing in VB.NET does not work correctly. Anybody knows the t ...Show All

  • Windows Forms Easiest way to populate new DataGridView Row with previous row values?

    I've got a DataGridView and want to populate the new row, using the RowEnter event, with whatever data is in the previous (data just entered) row. This will allow the user to simply change one field value, rather than retyping the consistent values. Other than temporarily storing all of the field data from each row as it is exited (ugh), what's the easiest/cleanest way Thanks S. Hmm. So if I understand you correctly, what you want is to populate the new row with data from the old row. But when the new row is created, the old row might not exist. But the advantage you have, is that the Grid i ...Show All

  • Visual C# Xml Read

    How can i get the full text from the XML Like: Guilherme 16 years 14/02/1985 xxx@xxx.com This command is working but i it's listing like: Guilherme16years... I know it can be done with another way, If someone can helps, i'd be appreciate. private void Form1_Load(object sender, EventArgs e) { XmlReader reader = XmlReader.Create("Guilherme Costa Velho Miranda.xml"); reader.Read(); txtInfo.Text = reader.ReadElementString() + reader.ReadElementString() + reader.ReadElementString() + reader.ReadElementString() + reader.ReadElementString(); } If you just need pure text, you ...Show All

  • Windows Forms PreferredSize

    I have a custom control and would like to set the PrefferedSize property to be used in a layout routine. The property only has a 'set' method. Is there any way to 'convince' the base control to return a preferredsize of my controls choosing Will this property be made settable Thanks, Ray GetPreferredSize is the Correct answer.  The Documentation should note that the default implementation of PreferredSize calls GetPreferredSize with a size of 0. - Ray ...Show All

  • Visual Studio 2008 (Pre-release) I cannot install WinFX runtime components 3.0

    "An error has occured during setup.  Installed files have been removed from your computer.  For known issues and troubleshooting information, see the online Readme ." The online Readme is here:  http://msdn.microsoft.com/windowsvista/default.aspx pull=/library/en-us/dnlong/html/WinFXSeptPDCReadme.asp I have gone through it with a fine tooth comb and *NOTHING* fixes it.  It sucks that the error is hidden and no clues are left anywhere as to why this is failing. I have a clean install of: Win XP SP2 .NET Framework v1.1.4322 .NET Framework v2.0.50727 Are these the right versions   Did I miss so ...Show All

  • Visual C# Help with simple TreeView usage

    Hi Everyone, I have a need to display data from an array in a treeview type of view. This is in a VS 2005 web project using C# in the code behind form. I have a developer level workstation with XP SP2. I have used treeviews bound to sitemaps with no problems but I am having no success displaying a treeview with no databinding or datasourceid listed. I simply want to be able to add nodes that have text values set to strings stored in an array. I have been able to add nodes and add text values to each node (seemingly-no compile errors but the nodes do not display). When I compile and run the web app I see the treeview because I set the b ...Show All

  • Visual C# Bind with WindowsIdentity

    Hi, how can I bind to the ActiveDirectory with WindowsIdentity, without requiring username and password again Thanks. I found and expect to have to use the token.. Do anybody of you unmanaged guys know how to bind to the ActiveDirectory (in fact I need to get the Guid) with the login token Thanks... ...Show All

  • Visual Studio Team System Images in Work Item description?

    I've been asked to assess VSTS by my company. The first goal is to replace our aging Notes based bug tracking system. The one capability of Notes that users here are adamant about having in any replacement is to be able to paste images and rich text into the description field (screen shots, etc.). Having the images as seperate attachments is not sufficient. When I attended the "Ready to Launch" session here in Boston last week, I asked about pasting images into the description field. Of the two Microsoft folks present, one said he didn't know, and the other was enthusiastically nodding his head yes. When they attempted to demo it however, ...Show All

  • Windows Forms Editable Combobox in a datagridview

    I'm a little new to this .net stuff so I'm sure this question will be pretty easy. I'm trying to make a combobox editable in a datagridview.  Can anyone lead me down the right path thx Here's my solution add an unboud combobox column next to the column you'd like to have editable set the width to 25 so you only see the drop down arrow set the DropDownWidth to 100, or whathever you might need on cellValidating event, just add DataGridView.CurrentRow.Cells(TextBoxColumnName).Value = DataGridView.CurrentRow.Cells(ComboBoxColumnName).Value your column, being Textbox is editable your column is still binded t ...Show All

©2008 Software Development Network