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

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

pmail

Member List

S10n
zakalibit
Hervens
New user to SQl 2005
Gary Cabana
Michelle S
Ultrawhack
Ccm1st
Petru66
dazza33
KenJoh
Deepu_a
Caolan ODomhnaill
Rachel J
MikeH2005
robertje
Dennis Mark Thorsen
Martinp23
lax4u
YhanT
Only Title

pmail's Q&A profile

  • Visual C++ Trace

    What is the trace I found a class and a tool... but what for Is it a particular log file How can I use it That still doesn't narrow it down. Are you talking about the "MFC-ATL Trace Tool" ...Show All

  • Visual Basic Image On Mouse Over.

    How do I get an imgae to display & follow the mouse by having my mouse over another image Take a look at my reply in this topic: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1195041&SiteID=1&mode=1 A tooltip can easily be made to always show, so that would give you the behaviour you're requesting. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. all kinds of combination spec

    When I create a tex2D as render target view with SampleDesc.count=4 and MipLevels=4 at the same time, directx reports Directx runtime error"an invalid parameter was passed into the returning function" . What is the problem Thank you. I am working for nonatainment. We are only a small company so you probably never heard from us before. ...Show All

  • Visual Studio Express Editions Problem with using Excel Com object

    Hi! I am trying to open a csv format file (*.txt or *.csv), and save it as excel file format. It will be appreciated if you let me know what is wrong with my code. Thanks in advance. DK ' Include the following at the top of the Module: Imports Excel = Microsoft.Office.Interop.Excel Public Class Form1 Dim Filename As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Filename = TextBox1.Text Dim oApp As Excel.Application oApp = New Excel.Application Dim oWBS As Excel.Workbooks oWBS = oApp.Workbooks Dim oWB As Excel.Workbook Dim DT As Excel.XlTextParsingType Dim TQ As Excel.XlTextQualifier Dim FF As E ...Show All

  • Visual Studio 2008 (Pre-release) inline an image into XAML

    is it possible to inline an image into a XAML document possibly using a CDATA section ... Thanks, casey just threw some code in :) < Window x:Class = " WindowsApplication1.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Loaded = " Window1_Loaded " > < StackPanel > </ StackPanel > < x:Code > <![CDATA[ void Window1_Loaded(object sender, RoutedEventArgs e) { this.Title="yoohoo"; TextBox tb = new TextBox(); tb.Text="hello world"; StackPanel sp= this.Content as StackPanel; sp.Ch ...Show All

  • Windows Live Developer Forums Adding a GeoRSS layer from a local file

    Hello All, I would limke to add a GeoRSS layer from a local file as oppsed to a web server. function OnPageLoad() { map = new VEMap( 'myMap' ); map.LoadMap( new VELatLong(43.85828, -79.3821), 10 , 'r' , false ); AddMyLayer(VELayerType.GeoRSS, "file:///C:/geolayer.xml" , "test" ); } function AddMyLayer(type, source, layerid) { var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = type; veLayerSpec.ID = layerid; veLayerSpec.LayerSource = source; veLayerSpec.Method = 'get' ; map.AddLayer(veLayerSpec); } However, I get an error when I do that. If I specify http://loaclhost/geolayer.xml or something like that for the LayerSource property then i ...Show All

  • Visual Studio "find" on table adapter

    how do I find and focus on specific record on a form using the table adapter. There must be a specific code of locate a specific value, in a specific column, and point to it... You can use .Select() method of DataTable to find any value. Please check the following sample: DataRow [] foundRows; foundRows = DataTable.Select( "Column = '" + 'Value' + '" ); if (foundRows.Length == 0) { //no records found } else { YourVariable = foundRows[0][1].ToString(); } Hope this helps. Regards, Asif ...Show All

  • Visual Studio Tools for Office Can ContentControls be bound to a collection of Nodes?

    I need to implement the following functionality in Word 2007: I have created a ContentControl in a Word document. Also I have a button on the Ribbon Control. When I click on the button, the ContentControl needs to be replaced by a Word Table. The data for table would come from database. Another functionality which is required is the ability to right click the content control and choose the columns to be displayed for the table using a context menu. So far I have seen content controls being bound to a single node using CustomXMLPart. However I haven't found anything which shows how to bind it to a collection of nodes. So I have 2 questions. 1. Can content controls be bound to a collection of nodes If not what is the best way ...Show All

  • Windows Forms The following CTRL+keys doesn't get the correct KeyEventArgs during KeyDown events

    Hi, It seems that the following key combo are not raising any key events: CTRL+L, CTRL+E, CTRL+R, CTRL+J Testing it using the following codes:         public Form1()         {             InitializeComponent();               this .KeyDown+= new KeyEventHandler ( this .OnFormKeyDown);             this .fileToolStripMenuItem.Click+= new EventHandler ( this .FileMenuClicked);           }           private void FileMenuClicked( object sende ...Show All

  • Visual Studio Global Objects with Macros?

    Hi, I want to instantiate and initialize a global object upon startup for a Visual Studio session (2005 Standard Edition), and access it with my macros. I’m a novice at VS macros, so I don’t know how to proceed with this. Should I place the class definition within the same public module as the macros, or outside Is there any sort of event handler that is executed on startup (much like Page_Init and Page_Load) Any help with this would be greatly appreciated. THANKS!!! > but the reset function fails to re-create the object when I restart. What do you mean with "when I restart" Is the OnMacrosRuntimeReset event fired I don't know what causes the macros runtime to be reset and the documentation ( http://msdn2.micros ...Show All

  • Windows Live Developer Forums Live Messenger History fails to show XML with international symbols (accents)

    Windows Live Messenger History fails. The history seems to be stored in an XML file for each contact. As soon as a particular symbol is entered, the history fails to be displayed: accents, single quote ' for instance. Just to let you know... Stephane. ...Show All

  • Visual C++ .pdb differs from previous link; relink or rebuild error

    I got ".pdb differs from previous link; relink or rebuild" error even if i am building the application first time in DEBUG build type. What could be the problem and how to resolve it. ...Show All

  • Visual Studio Team System I can't believe I miss SourceSafe!

    Ok, I'm late to TFS. This is my first contract with it. I can't think of a Microsoft release I've been more disappointed by. I'm stunned they've stuffed up Source Control again (ah well, v3 rule again lol!). Yes shelving is fantastic. It really is. BUT: - Get Latest doesn't always Get Latest. Now this is as bad as it gets in terms of an SDE. I've seen it time and again (guys on the project now ONLY Get Specfiic Version, Select latest and Overwrite). - Add files is a pain (no context menu ). Doesn't seem to be a smooth way to incorperate added files to a changeset - You cannot simply Move a Folder (I mean come on. We've lost histories because of this, and if the serious response is to write an add-in to it I'd consider TFS feature incomple ...Show All

  • Visual FoxPro How to save the last used URL in VFP?

    Hi, I have this functionality in which the user is able to selct a webpage in my form, oBrowser = CREATEOBJECT("Internetexplorer.application") oBrowser.navigate(tcURL) now I would like to save the last used URL when user 'returns' to the (VFP9.0SP1) application. lcNewURL=oBrowser.LocationURL returns "" How to proceed to save this Thanks, David, here is my coding: lcStart_ZIP = "1012KK" lcStart_ADDRESS = "Rokin" lcStart_CITY = "Amsterdam" lcDestination_ADDRESS = alltrim(.cAddress.value) lcDestination_ZIP = alltrim(.cPostalCode.value) lcDestination_CITY = alltrim(.cCity.value) if !empty(lcDestination_ADDRESS) and !empty(lcDestination_ZIP ...Show All

  • Windows Forms runtime error while running the setup on vista

    Hi everybody, I am getting the following runtime error while running the setup on vista. If anybody has faced similar error, Pls help me. The error is as follows: Problem signature: Problem Event Name: APPCRASH Application Name: propglue.exe Application Version: 12.0.1.161 Application Timestamp: 452c8925 Fault Module Name: ntdll.dll Fault Module Version: 6.0.5744.16384 Fault Module Timestamp: 452358e5 Exception Code: c0150002 Exception Offset: 000089f3 OS Version: 6.0.5744.2.0.0.256.1 Locale ID: 1033 Additional Information 1: 9d13 Additional Information 2: 1abee00edb3fc1158f9ad6f44f0f6be8 Additional Information 3: 9d13 Additional Information 4: 1abee00edb3fc1158f9ad6f44f0f6be8 Read our privacy statement: http:// ...Show All

©2008 Software Development Network