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

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

WonderWoman

Member List

MMikhail
Che2Palle
Steven13174206
madmanmick
Ribeye
R.J.
CDI2005
Ravirudra
ComputerJy
Big V
JonPen
Tommosimmo
EZanker
max2005
popsdawg
SteffenK
SauloMachado
Bob Sculley
David Armor
Sunrise828
Only Title

WonderWoman's Q&A profile

  • Visual Basic Target NET 1.1 manually

    Hi, I've been upgrading my VB6 program to Visual Basic 2005 Express. The problem is, I have to run that program on an old Windows NT 4.0 machine. Although .NET 1.1 is supported on Win NT, I learned in the meantime that .NET 2.0 is not supported on Win NT. Is there a way to target the NET 1.1 framework from within VS2005 Express, or at least to manually download the NET 1.1 SDK and compile my VB2005Express program for NET 1.1 Did anybody do this before Am I expected to run into problems - or which functions are supported in NET 2.0 that are not supported in NET 1.1 I'd appreciate any help. Thanks, Andy ...Show All

  • .NET Development Restricting Web Service to localhost

    Hi,   I am trying to restrict the web service to only respond to clients from the same server.  In other words, I am checking the ' HttpContext.Current.Request.UserHostAddress'.  I have couple of questions,   1.  Is it possible for the client to manipulate the value of 'UserHostAddress' so that it looks as though the request is originating from the local machine even though actually it is not   2.  Is there any other config way of saying that this webservice can only be invoked from the local machine Here is the code in VB.NET, Private Function CheckIfRequestIsFromLocalMachine() As Boolean ' ...Show All

  • SQL Server sql server 2005 books online

    where is the import and export data function in sql server 2005 express i have a data in ms access which i want to import to sql server 2005 express.. thank you   erd wrote: do you have to uninstall the existing sql server 2000 enterprise edition to install the sql server 2005 trial version does it have to be clean install Hi erd, you don't necessary have to. However to do an 'upgrade' you have to ensure that your system has the meet sql 2005's minimum requirement stated in the sql2005 details website as well as doing some preparation work before performing the upgrade. Its adviseable to foll ...Show All

  • Visual Basic How do I use dot net controls in visual basic application.

    I have a legacy application that is being installed at various locations. I want to enhance the application and want to use some dot net (2.0) controls. How do I achieve this Would appreciate any suggestion. Thanks In addition, VB6 is obsolete and unsupported, as a result, if you keep using VB6, your questions will be off topic on these forums. There are forums that still support VB6, but these are not amongst them. VB6 -> VB.NET 1.0 was a complete change, while there is a degree of .NET compatibility, VB6 -> VB.NET is as alien as vanilla C++ -> C#, they are different languages. ...Show All

  • Visual FoxPro Path for temporary files

    How can I change in run-time the path on which Visual FoxPro stores its temporary files from the current specified in the TMPFILES in the CONFIG.FPW to the the temp folder in the local windows directory of any workstation (i.e. C:\windows\temp\,  D:\winnt\tmp\, etc...)   Please, notice there is just a CONFIG.FPW file in the server. More details see functions: SYS(2023), SYS(2019) and GETENV("windir")   Sorry, I haven't entered the forum long time ago. I really thank all your replies. Dan you're right, that works for me. It was very simple. Thank you. ...Show All

  • SQL Server How to execute ssis package from stored procedure

    how to excute ssis package from stored procedure and get the parameters back from ssis into the stored procedure. Thanks for taking the time to respond. Permission to execute sp_oacreate has to be explicitly granted to users if they aren't to be given membership of the sysadmins role. As I understand it, if you can execute a sp_oacreate command you can run any command line using wsccript.shell. SQL injection attack springs to mind.... This approach is far from ideal and only seems to be appropriate where the users are known, trusted etc. I remember reading a forum question from a person want ...Show All

  • Windows Forms Multithread

    I' ve got a winform with 12 datagrids and I tried use multithread for populate datagrids simultaneously. I know that it's need use method invoke, but I don't can do this yet.   Anyone can help me Hi Kamako, Can you explain the problem in detail. How are you filling the dataset.If possible post the code. Thanks, Manish  ...Show All

  • Visual C++ Class Pointer Problems

    I have a tab-driven Visual C++ .Net program. The main window and the tab control comprise the 'root' class, and each notebook (tab) page is an child instance of a class. So, if I have 6 tab pages, I have a total of 7 classes. Each tab page (class) is inherited from the root so that I can utilize virtual functions. The Problem: I need to have the ability to send messages (Strings) between each of the tabs, so that any tab can get or give information to any other tab. Obviously I can't do this: class tab1 { tab2 *a; } class tab2 { tab1 *b; } The compiler will try to create tab1, and bark that it has n ...Show All

  • Visual Studio Express Editions Necessity of using ClickOnce

    Is it absolutely necessary to use ClickOnce when deploying a VB Express program In my particular situation it is really not needful. Assuming the .NET framework 2.0 is installed on the target computer, can one just copy the .exe file from the project's \bin folder to the target computer and expect to have the VB program run without any issues I don't want to sound harsh, but, have you tried it Nothing bad should happen if it doesn't work. All ClickOnce Deployment does is install your application in such a way that only the main user can run it. It won't even install your application in Program Files like a ...Show All

  • Smart Device Development I can't install and use ActiveSync by some TCP/IP Isuue. Please Help.

    In some DesktopPC I can't do anything with ActiveSync, even installing it, it said "TCP/IP protocol" has gone missing or something. That DesktopPC I said can't access to any network anyway. What can be done on this - -; This forum is for development issues. There's special AS   news group you should post to. Thanks. http://groups.google.com/group/microsoft.public.pocketpc.activesync lnk=sg&hl=en ...Show All

  • SQL Server Instantiating ReportExecution2005 fails with forms authentication

    Greetings, I am using forms authentication with reporting services. When I Instantiate the ReportExecution2005 interface in a web app I get the following error: <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ReportServer/logon.aspx ReturnUrl=%2freportserver%2fReportExecution2005.asmx">here</a>.</h2> </body></html> I assume that the authentication ticket created in the forms login is not being reconized in the subsequent calls to the ReportExecution. Can I forward the login session authentication to rs ...Show All

  • Visual Basic keyboard navigation key

    Anyone knows how to enable the keyboard navigation key (the underline character for a menu or button) with code, I know how to do that from control panel. thanks, http://dotnet.mvps.org/dotnet/faqs/ id=showaccelerators&lang=en Best regards, Johan Stenberg ...Show All

  • Visual Studio Express Editions Web application...?

    Is it possible to create a web application using visual basic express edition I'm trying to create a web form using vb-express edition, please let me know if i need to install any additional components and also the URL for installation. Thanks, Balaji Hi liquid, I studied the bitmap you linked to and I'm not sure what is missing or broken. Could you provide details about what you're trying to do but can't Do you see any error messages thanks, Paul ...Show All

  • Microsoft ISV Community Center Forums Custom file description keywords: read/write in VBA via API

    In Windows Explorer, I can select a file, go to properties, and under 'summary', I can input keywords into the description, for use later when searching for the file. I would like to be able to read/write these file keywords via VBA. I assume I need to access the Windows API, but more than that, not sure what library etc. I would need to use. Can anyone advise me how do to this                   best regards,                         & ...Show All

  • Visual Studio Team System Installation problem

    Hi, I have MS Office SP1 & SP2 installed. Visual Studio seems to think SP1 is not installed. Here is the error log: [01/25/06,11:57:33] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install *** [01/25/06,11:57:33] VS Scenario: [2] Office 2003 Service Pack 1 [01/25/06,11:57:33] VS Scenario: [2] *** End of Blocking Component List *** [01/25/06,11:58:00] VS Scenario: [2] Failed to pass the Warnings/Blocks checks in CVSScenario::Start() [01/25/06,15:05:40] Microsoft Windows Installer 3.1: [2] Error code 1603 for this component means "Fatal error during installation. ...Show All

©2008 Software Development Network