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

Software Development Network >> Antonio Budano's Q&A profile

Antonio Budano

Member List

momark
PhilW
tomha128
Bruce Voris
Chris R.
David Gustafson
Maria Shneerson
Andru
Amazon Mother
toastman
imran_517
Nestos
Automater
Amjath
Vishalbhambure
Roberson
Maddinel
John Mark Howell
Igornachov
hunchback
Only Title

Antonio Budano's Q&A profile

  • .NET Development Creating a Web Based Application from Microsoft Access

    I have a Microsoft Access database that I use for construction management. It works fine on a local network. Is it possible to place it in a web based environment and access it from the web. If possible how is it done Yes this can be done. It works just like any other database (such as SQL). In your web application's data layer you would simply use the appropriate data provider to talk to the Access database in ...Show All

  • Visual C# How to check string is number or not in C#

    Hi! Enveryone: I am new in C#. I want to check whether the user input to a text box is a number or not. What is the string function to check it I do not want to use try and catch. Thank you very much! CLC In the TextBox_TextChange check the charater by using the following code for (int i=0; i<this.textbox1.text.length; i++) { if (char.IsDigit(this.textbox1.text )==false) ...Show All

  • Visual Studio Team System Certification?

    Hi group, Just discovered this forum.... Been programming MS for only 5 years so I couldn't have known this I'm planning a new personal certification track. Since I want to move to the functional part in due time I'm thinking of the following: MCAD.Net + MSF I want to take the MSF exam instead of ITIL and/or ASL. Is this a good idea or should I also certify for ASL and ITIL TIA Welcome to the forum! Certific ...Show All

  • Visual Studio The operation could not be completed. Unspecified error

    I installed latest Visual Studio June CTP, but found that I could not start debugging VB/C# projects. The error message is: The operation could not be completed. Unspecified error Does anyone have this same problem or any solution Carlos: You are right. I am runing VS 2005 Beta 2 on Windows 2000 Pro. orbit: Do you mean CTP July (not June) Where can I download it Could not find links on MSDN. ...Show All

  • Visual Studio SourceSafe, VS.NET 2003 and Stored Procedure Versioning

    Hi, Any Help I am version controlling my stored procedures via .NET IDE & VSS. Background: ================== I have VS .NET 2003, Visual SourceSafe v6.0d and MS SQL Server 2000. When one wants to version control their stored procedures, they can do this fairly easily through the VS.NET IDE. As an FYI - If you care - Here is an old sample of how to do this http://weblogs.asp.net/fmarguerie/archive/2003/02/24/2880.aspx ...Show All

  • SQL Server Query the Full-Text Words List?

    Hi Guys. I’m doing searches in a DB and am using the Full-Text Indexing. CONTAINS() will only process strings (words!) three letters or more in length. Even though it can do substring searching, it will only do this if it recognises the parameter as a word . So take this code for example:           Dim mySQLStatement As String = "SELECT TOP 100 Description, Price, Stock FROM Products W ...Show All

  • Software Development for Windows Vista COM Security issue on Vista Beta 5308 release!

    Hello. I developed a COM object in Windows Vista Beta 5270 release which registered with Sync Center. I used as a model the sample code from Windows Vista SDK. It all worked fine until I installed the new 5308 release of Windows Vista. Now, the code fails when trying to register the dll. This is the sample code that fails: hr = CoCreateInstance (CLSID_SyncMgr,NULL,CLSCTX_SERVER,IID_ISyncMgrRegister,(LPVOID *) &lpSyncMgrRegister); if (SUCCEED ...Show All

  • Visual Studio 2008 (Pre-release) WPF apps slow for some reason

    Everything is slow for some reason. I tried Max, and that ran decently (aside some weirdness I'll explain below), but I try running some of the sample code and other stuff I compile on Visual Studio, and it's unbelievably slow. I tried the samples here  on XamlPad... I can click on a button at a rate of about 2-3 times a second, and my CPU usage will jolt up to 100%. Most other sample applications run just as slow. Max runs okay, except tha ...Show All

  • Windows Forms How do you get the My Documents directory?

    This may be an obvious question, but I'm going to ask it anyway. I'm writing an app in which I'm providing the ability to export data to Excel. When I display the Save Dialog box, I want to set the default directory to be My Docu ...Show All

  • Visual Studio Express Editions Getting the ID from a newly entered record

    I hope this describes what I am trying to accomplish, on a form I want users to enter information in fields that will be used as header information then enter information in fields that will be detail records and each of the detail records need to have the ID = to the ID of the header record. I created a simple form to try and test this but I need a little help if someone could be so kind it would be most appreciated. Private Sub Form1_Lo ...Show All

  • Visual Basic lost the import dll: error 126

    Please I need some help I keep getting a message, Import:dll missing or error ect. it says error 126, but I do not know how to re-install it if I can download it. Guessing here: do you have a Declare statement in your program that references "import.dll" If that is the case, you're working with a 3rd party DLL. You need to put it in a folder so that .NET can find it. Putting it in c:\windows\system32 would certainly work ...Show All

  • SQL Server SQL Server 2005 Dev Ed Install Problem: DVD Will Not Run At All

    I cannot install SQL Server 2005 Developers Edition. Steps to Problem: 1. Take DVD-ROM Entitled "Microsoft SQL Server 2005 Developer Edition ". 2. Insert DVD-ROM in DVD Drive. 3. Observe nothing. 4. Bring up Windows Explorer. 5. Right Click on DVD Drive (Labeled SQLDEV). 6. Observe popup menu appears. 7. Select Autoplay. 8. Observe nothing. I investigated using Windows Explorer. On the DVD-ROM, in ...Show All

  • Smart Device Development capturing web form values in WebBrowser class .net compact 2.0

    I realize that .net 2.0 compact framework does not support the Document property in the WebBrowser class, which is the straightforward way to, say, detect whether a checkbox in a web from is checked.  I've tried what was suggested in http://msdn2.microsoft.com/en-us/library/ms229657 ; however, it doesn't work as advertised.  Even when I used the exact code snippets as shown, the Url property of the WebBrowserNavigatingEventArgs was nul ...Show All

  • SQL Server This message could not be delivered because it is duplicate

        When I send message from Server1 to Server2,I found the error "This message could not be delivered because it is duplicate" in SQLProfiler on Target, why message can be duplicate who can help me     My environment is :     Instance1 on Server1,Instance2 and Instance3 on Server2,Instance1 and Instance2 is a sqlserver2005 cluster,message is sent from Instance1 to Instance3. AFAIK, there ...Show All

  • SQL Server KB913580 related problem

    I hope this is posted in the correct forum. I have Linked Servers that are used to query Access databases that reside on a file server. This has been working for a long time, until I applied KB913580 which references the Distributed Transaction Controller. I am running SQL Server 2000 on the same desktop (development environment) from which I am accessing the Linked Server. The file server is on the same LAN segment – there is no firewa ...Show All

©2008 Software Development Network

powered by phorum