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

Software Development Network >> R. Santana's Q&A profile

R. Santana

Member List

Jay Senior
Ling Lo
lalbertoth
RSDuren
flipmode
Joe Pacelli
Matt j Cimino Crawford
10wattmindtrip
K C
Eugenio Lysei Junior
rrrpak67191
amvsoft
Pablo Roca
Will139
colinrobinson
Compact
april.louise
Seclymer
Jon M.
PChandra
Only Title

R. Santana's Q&A profile

  • Visual FoxPro Cannot 'USE' two tables in VFP90 - XP ONLY?

    I am using a stand-alone exe in VFP90 and I am trying to create a new form with the following in the init: SELECT 0 USE 'accntdb' ALIAS 'accntdb' SELECT 0 USE 'presetdb' ALIAS 'presetdb' I am compiling with VFP90 S/P 1.  Now, this will open both tables when run on Win2K just fine, but when run on XP (latest s/p) only the data in the 'presetdb' table is visible in the browser.  The alias is still recognized, but there is no data for 'accntdb'. I have used this method to open tables for 10 years and have never had this problem before.  Any suggestions       Sorry, none. I do n ...Show All

  • Visual Studio How to load image dynamically

    HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello All, I am having the same sort of problems while displaying image using CR.NET and VS.NET 2003. Let me epxlain what I want to do. I have designed reports using CR.NET that I intend to sell to various clients. I want to display client logos on the reports. I don't want to design a separate report for each client. I want to change the logo of my reports dynamically at runtime. I have tried inerting OLE obj ...Show All

  • Visual Studio Express Editions When will Visual Studio 2005 ship?

    I place an order on November 7 with Amazon for VB2005Pro and still they have not ship it yet because they have no receive stock from Microsoft.   Does anyone know when Microsoft will start shipping the new version Finally Amazon just shipped my VB2005Pro. ...Show All

  • .NET Development xml to csv conversion

    Hi, I would like convert XML file into CSV or TXT file. How to do it programmatically in VB.NET If anyone knows the realted links or sample codes or ideas, Kindly share with me Ur help will be appreciated! Thank U! Hi, The simplest way is to use an XSL stylesheet and the .NET XslTransform class ...Show All

  • Visual Studio Express Editions Not able to create or open a project

    Hello, I just installed Visual C# Express, but I'm neither able to open nor create a new project. When I try to create a new project, the VC# shows the following error in german language (because the version is running on a german winxp sp2)! 'Die Syntax fur den Dateinamen, Verzeichnisnamen oder die Datentragebezeichnung ist falsch. (Exception from HRESULT: 0x8007007B)' This means something seems to be wrong with the filename, folder or volume label. When I try to open a project, the File dialog is freezing every time I'm going to change a folder for some seconds. Any idea Thanks Stefan Thank you very ...Show All

  • Windows Forms Question on IE Bookmarks

    hi I couldnt find a proper forum for IE so sorry abt my off topic question. I am trying to find how IE saves the order of the bookmarks. I could go to documents and settings.... and find the saved bookmarks. I found that it gets the order from the registry entry HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\MenuOrder\Favorites\order entry in binary form. how do i save that order why does the favorites gets sorted automatically sometime how to save this order and restore it when i loose it Thanks ...Show All

  • SQL Server How to set an action?

    Hi,   I want to link to a website (like www.google.com ) when user click any cell in cube browser.   Then I set an action, the setting detail as following:     Target Type: Cells     Target Object: All Cells     Action Content Type: URL     Action expression: www.google.com   But it's not work fine. When I click any cell in cube browse there is an error message.   Is any problem in my setting detail especially Action expression thanks, You should put double quotes around literal srings in the action expression, so: " www.google.com " ...Show All

  • Visual C# GridView's can only did Update operation when it's DataSourceID is set at Design time???

    GridView's can only did Update operation when it's DataSourceID is set at Design time If the GridView's DataSourceID is set at runtime, then Update operation is not performed.( AutoGenerateEdit button is set to True ). Is it the way expected Thanks.. Julia ...Show All

  • Windows Forms Close button problem...URGENT!

    Anyone know how I can conrol what happens when a user presses the close button on the for ( the x int the top right corner). My problem is that the form doesnt close when the button is pressed.  Please help!!!!!  Found that the code i tought fixed the problem earlier did'nt. Had to tweak it a litle more... protected override  ...Show All

  • SQL Server Issues with .dwproj file needs resolution

    I am trying to create a new "Analysis Services / BI" project and when I do it says that I can't since the "<Analysis Services...>.dwproj" is not installed.  I search for issues related to fixing this problem and the recommendations are to reinstall. I think reinstallation is rather nasty.  There must be a way that I can add the "SQL Application VS tools" into VS2005 without spending an all the amount of time of a de/reinstallation. So how can I install from VS2005 the MS-SQL VS200 tools without reinstalling the product My guess is that I can get .dwproj installed (that I don't have a clue on doing it or have seen/f ...Show All

  • Visual Basic Any way to trim all these IF statements?

    Hi, I'm a VB6 hobby programmer and I'm just getting in to VB2005. I installed the VB Express ed. last night. I'm writing a simple game and have run into a coding issue. I have 15 buttons on a form. As part of the game, you click the buttons to essentially move them around. After each click, I run a subroutine to check if the user has "won" the game. In order to check for a win condition, I check to make sure each of the 15 buttons are in the right location on the form. This has caused me to have an "if statement" mess of code. The way I wrote it is like this: Private Sub CheckWin() If ESX = 114 And ESY = 139 Then   ...Show All

  • Visual Studio Express Editions Reading files in C#

    Hi Folks; I know C# can read text files (and anything in a text file format, like .html) but I was wondering if anyone could tell me how, if C# can, read a .pdf into legible text. I wanted to do the same thing for .xls files as well. I hope someone out in C# land can help! you may tray to dig through the pdf specification, but trust me, its not so easy :( if you want to read pdf's you probably wont do it without commercial components. pdf format is sooo twisted. as for the xls files you'll probably need to start with the ms office sdk. ...Show All

  • Visual Studio add existing items

    How can I filter the allowable file types when I right click on my project and select Add Existing Item I tried implementing the IVsFilterAddProjectItemDlg interface, but it seems that these methods only fire when you select Add New Item. Thanks, Mike Hi Michael, I am glad you asked this. You need to register the Filters under your project registration. Key is make sure that the filters that you are registering do not have "NotAddExistingItemFilter" value set to 1. By default all the filters that have this value set to 0 or are missing will show up as filters in AddExistingItem dialog. T ...Show All

  • Smart Device Development Delphi 7 Vs VB.Net

    Dear Frd, I have not any idea abt Delphi7 but I want to use Delphi7 DLL in VB.Net as per requirement. In this DLL there is a Function that return four different types of values ( like int, int, int, Pchar) and take 11 input parameters. Please help me asap that How to use this DLL in VB.Net This is a .NET Compact Framework forum. Assuming you realised that, you can’t. NETCF development can only be done with C# and VB. For Delphi plans with regards with NETCF see this: http://blogs.borland.com/dcc/ Cheers Daniel ...Show All

  • Visual Studio VS 2005/VSS 2005 - Error while checking (HTTP)

    I read thru this forum and finally had the Internet access setup. The server is not in the same LAN as the client computer. I created a new project and VS 2005 beta 2 and tried to add the solution to my test VSS database. However, I always get the following error no matter how I tried: --------------------------- Visual SourceSafe Internet --------------------------- There was a failure uploading the URL http://www.abc.com/SourceSafe/VssUpload_db1/680bb406-5457-4430-974f-e35885d19821/{2E2C9C61-D8DA-41E3-B440-00FA1DF0081D}. Do you want to retry the operation --------------------------- Yes   No    ------------------------- ...Show All

©2008 Software Development Network