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

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

Pheredia

Member List

John M-W
HIE
spiritualfields
wazhoo
ferrarirosso
kada
jkotas
fireballgfx
Mweimer
Daniel Correia
mrphp
Duncan F
Smithga200
porov
jfranks
Sergio Vasquez
BennyAW
oopdeveloper
LouisDePage
ErsinINAN
Only Title

Pheredia's Q&A profile

  • Windows Forms How to view XML in WebBrowser control using the DocumentText property?

    Hi, (This is on .NET 2.0)  The only way I managed to show XML in the webbrowser control was to write the xml contents to a file and then use "Navigate(...)" to open the file. This is a bit awkward for me because I have the XML in a string variable, and the most straightforward way to do it would be to simply assign it to the "DocumentText" property. But that did not work... (nothing is displayed, although using the context menu to view the ...Show All

  • Visual Studio Express Editions How do I print a RichTextBox and a PictureBox with good quality?

    Form1 has RichTextBox1 and PictureBox1 side by side on it. They are both the same size. I want to print them out. If I just print Form1, the resolution is too low. How do I print them with good quality Use the same technology that Black Helicopters and spy satellites do - take an image with a resolution of 1 meter and read car license plates with it. Sorry, that was a tad facetious . Unfortunately, yo ...Show All

  • .NET Development Reading XML using XMLTextReader

    Hi all, I'm a dev newbie and need some assistance with something i'm working on. I need to read through an XML file and output the values of only certain elements. Say my xml file looks something like this: <element id="1">   <text> Blah blah blah </text> </element> <element id="2">    <provide name="Access">   <defaulttext> Blah-di-blah </defaulttext> </element> So b ...Show All

  • Visual Studio Capturing ReportViewer Rendering Output

    I am trying to come up with a work-around for the localreport class not allowing to export reports in HTML format.  I have pretty strict requirements which is mostly why I am trying to put together such an convoluted work-around.  I am not allowed to list IIS as a requirement (Cassini is fine though).  That rules out using Reporting Services for SQL Server which is what I was originally going to use. Anyway, my idea is to create a ...Show All

  • Visual Studio Express Editions Database question

    Hello, I have just started using Visual Basic Express 2005, and I am trying to make an application for my wife to use in her work as a teacher. I previously made it using a bunch of asp-pages on a local IIS server on our computer, but I got frustrated with the whole set-up and decided to make a windows application. Anyway. My question is related to getting data from the database. I have managed to bind one table to a listbox on the form, and I ...Show All

  • Windows Forms missing listviewitemcollection

    Hi..the VB Express documentation says that listviewitemcollection is new in VB 2005 and requires .NET Framework 2005. It lives in Windows.System.Forms. However, it's not there. I am not able to instantiate a collection. Any suggestions Thanks. Hi, The ListViewItemCollection isn't new for VB 2005, it has been around since .NET 1.0 (VS 2002). However, it is hard to find as it actually lives as a nested class ...Show All

  • Windows Forms how to set timeout for a thread

    Hi, How canI set timeout for a thread, so that if it hangs for sometime the thread times out automatically and does'nt get hung forever. Thats my thread private System.Threading.Thread tPollMcastThread; tPollMcastThread = new System.Threading.Thread( new ThreadStart( this .DoMulticastTest)); tPollMcastThread.Start(); Hi, Take a look at the Join Method: Join Method(Int32) That allows for a timeout ...Show All

  • Visual Studio Express Editions Want Visual C# 2005 Express Edition Beta 1 Installation

    I first uninstalled Beta 1 of of C# 2005 Express and then tried to install Beta 2 but got a message that XP SP2 is required.  My company doesn't support SP2 yet so I tried to install it myself but ended up getting a permissions error.  I have administrator privilages but the XP SP1 on my system has been customized by my company. I would like to get back to where I was with the Beta 1 install, but can't find it on the sit ...Show All

  • Windows Forms Windows Forms tip: use Spy++!

    I wanted to share a great little tip with all of you on how to debunk the inner workings of Windows controls. While .NET Windows Forms is a great library that makes creating forms very easy, there are limits to what you can do with Windows Forms. Luckily, it is just a wrapper around ancient technology, and we can still have a lot more control over the controls than you might think at first glance. Windows messages are still in the core of the . ...Show All

  • Visual Studio design consideration

    We are integrating our language into VS. We are starting with a class library project type. Our language generates cobol, so we also have under our solution a cobol class library, where the generated source will go. My question is, is there anything to be gained by nesting this cobol project under my project versus just having it as another project under the solution Thanks, Mike Hello Mike, I think yo ...Show All

  • Visual Studio Team System Regarding Custom Dictionary

    Hi,   I have this one query regarding Reloading and Unloading custom dictionaries which are   helper functions provided by RuleUtilities class.   As far my understanding goes custom dictionary can be specific to a particular   FxCop project. and to specify this FxCop Project to look for Custom dictionary   in the Project path we need to do the following   <CustomDictionaries S ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement and MediaClock

    I'm trying to use a MediaElement to play a video, to which I'm connecting a Slider as a progressbar/scrubber. Video would work fine with the simple MediaElement controls, but now that I'm using a MediaClock, I can't seem to get any video. Here's what I have-- a file dialog is popped up and I want the MediaElement to be sourced to that chosen file. Worked fine when I used MediaElement.Source, but going through the MediaTimeline doesn't se ...Show All

  • Windows Forms datareader bind to datagridview

    hi, how to bind datareader to a datagridview without using datatable. thanks, Popskie To anybody to finds this thread, please note if you're just filling a datagridview, you should always use a datareader over a dataadaptor. It runs considerably faster! You can loop fill the datagridview, by using a loop (while dr.read) ...Show All

  • Visual Basic ASP / MS access - BEST Practices

    PROCESS #1: I have IIS hosting an asp file that collects data (asp forms), then user clicks button and it gets sent to another ASP form that the user can verify all the data is correct and click another submit button. When you click teh submit button, the information is then added to a MS Access database. (access v11.6566) PROCESS #2: The information the user submitted to my access DB was a credit card and address information. My ...Show All

  • Visual Studio Team System Difference between WorkItemLatest and WorkItemsAre

    Hi, I'm new to TFS. Got some queries..when i checked the columns between workitemlatest and workitemsare tables in TfsWorkItemTracking i found that most of the columns (All the columns except WorkItemLatest contains RevisedDate field) are same. And I found that no of rows also same! What is the difference between these and Which one will have the latest data...Please enlighten :) Regards Nithi Please do not make any edits direct ...Show All

©2008 Software Development Network

powered by phorum