Scorpion1118's Q&A profile
Visual Basic How to pause execution in a Form?
DOes anyone know how to pause execution in one form/method until another form/method is through then finish its own program. I want to be able to switch to another form, run some execution, then take the results to pass back to the original form and let it finish execution. WHen I try it, it will switch over and even pass info back, but the original form will fishish its sub-routine with out waiting for the results. Know it sounds confusiong. What is sounds like is that you want to display a form in front of another and then pass the results of the new form back to its owner. Have a look at the Form.ShowDia ...Show All
SQL Server Replication of Assemblies
I have a question: how is it planned to replicate changes made to the assemblies and to the CLR functions or UDT Will Visual Studio deploy change of the Assembly as ALTER not DROP/CREATE ...Show All
Visual C# How to change the color of a substring?
for example: string newStr = "The color is red"; label1.Text = newStr; output: The color is red Hi icemart525 you want this to work in Web Application or Desktop Application Rags ...Show All
Windows Search Technologies Internet - Troubleshooting
Internet - Troubleshooting. Problem: A user of an windows xp desktop can't access the internet through his/her internet browser.The LEDs on the NIC are on. Could anyone tell me the steps to follows to troubleshoot such a problem. The wall connection to the network works. So the problem is only at the desktop. The PC is on a LAN. Hi, My name is Bill Connors – I’m a Program Manager who has just recently joined the Windows Desktop Search team to work on improving the Forum user experience. This particular question doesn't seem to relate to the Windows Desktop Search forum so I'd like to suggest that you visit ...Show All
Smart Device Development Can't debug CF v1.0 on WM 5.0 device or emulator.
When I attempt to debug a VS2005 VB program which targets the compact framework version 1.0 on either the WM 5.0 emulator or an actual WM 5 device (Dell Axim x51), I get an error message which says, "Unable to start program '%CSIDL_PROGRAM_FILES%\abc\abc.exe'. Not Implemented" If I run the program without debugging (ctrl+F5) it works fine. Also, if I create an identical program with version 2.0 of the framework it debugs fine on the emulator. I've been searching all over for some clues to this. I have re-installed both VS 2005 and the WM5 SDK. (Yes, I did have VS 2005 beta 2 installed; but I followed the uninstall instructions ...Show All
Windows Forms 2005 RTM: A circular control reference has been made. A control cannot be owned by or parented to itself.
Well, dang. I had re-done a form that was causing me other problems with the designer. All seemed fine, I went home, and returned to the form this morning to find this: A circular control reference has been made. A control cannot be owned by or parented to itself. This form has a few split containers on it. This instability is very frustrating. Anyone else ever see this I am seeing the same problem... I have a mock Outlook style UI with nested split containers, etc. It worked fine in the designer and I can build it however when I execute it I get a nasty popup saying there is a serious issue and t ...Show All
Visual Basic Problem extracting URL from Favorites showdailog, used to work
Revisiting older code that used to work, now in VS2003 Getting: “The process failed: System.ArgumentException: The path is not of a legal form”. In the following code below the user would click on a URL from a (show)dialogbox displayed. I would then take the selected URL’s path via FavoritesFolder.DirectoryPath really (FolderNameEditor.FolderBrowser .DirectoryPath) and parse the file to retrieve the http URL. Obviously there has been a change – the path now looks like: C:\Doc…\name…\Favorites\abc com.url, and because of the ending description the Path is considered invalid (I think) and the .DirectoryPath= “” (blanks) ...Show All
Visual Basic Object Test Bench not working
I tried unsuccessfully to create an instance of a class (Test01) on Object Test Bench from class view. The class is simple as can be. I can't figure out why I can't create an instance of it on OTB. The class is as follows. Public Class Test01 Private _name As String Public Sub New() End Sub Public Property name() As String Get Return _name End Get Set(ByVal value As String) _name = value End Set End Property End Class Error Message: Create Instance Failed Error Details: Name '_XotbX_001' is not declared. Sacha, This forum is mainly just for questions on the tools included with ...Show All
Visual Studio Express Editions Problem with bootstrapper breaking connection
I have had problems with the downloader (bootsrapper) for VS Express breaking the connection and not being able to complete the download. There is a solution: disable the power-saving functions on you machine. Downloads will then work fine. ...Show All
.NET Development Certificates
I know that Visual Studio can handle .cer Files which only contain the Public Key of a Certificate. So, if I install one of this certificates, it's normally never installed in the Personal certificates section, because there I should only install my certificates which have the private key integrated also. Certificates with private key are normally installed from a .p12 file (a PKCS12 Certificate Store ). For Authentification with Certificates to a Web Service I need a personal certificate with a private key (installed from a .p12 or .pfx file ) . So I need to install the com ...Show All
Visual Studio Express Editions Express install lockup
Hello! I've downloaded the visual c++ express installer only to find that it locks up during its "Setup is loading installation components, this will take a minute or two" part. Keep in mind that I have no proir 'beta' versions installed on this machine. In fact it's a fresh install of winxp pro with all the updates. Machine: Amd64 3000+ 1024meg ram ATI Radeon 9800 Pro and a pathetic keyboard w/out the space bar :) Let's keep this one going and see if anyone comes up with a solution. I'm getting exactly the same problem with both Visual Basic AND C++ Express installs. Basically, the progress bar gets as ...Show All
Smart Device Development Pocket PC Alaram Application
1) i want to make an application which runs in background. 2) takes input (time & date) from user. 3) and at the specified date it start playing any sound. inshort i want to make an alarm application for pocket pc using C#.net any body can tell me how to do it Use the date/time picker control to select the date/time. Create a time that fires every minute or so. On the timer's tick event, if the DateTime.Now == the date/time selected by the user, play a sound. Note, you'll need to P/Invoke to native code to play your sound (.NETCF doesn't expose a sound API). Your event will also not fi ...Show All
Windows Forms Terrarium Challenge
What happend with the Microsoft Terrarium Ecosystem Challenge http://www.windowsforms.net/terrarium/contests/intl%20contest%20-%20may%202003/rules.aspx Where are the names of the winners No, I never did post the names of the winners as the challenge ended quite some time ago. ...Show All
Visual Studio Team System Can't create new team project
Hi, the problem has already been described in this forum: trying to create the first team project the wizzard fails due to a Sharepoint connection problem. And I tried (probably) all of the solutions: - changed to NTLM authentication - permission for reporting services - permission to Sharepoint services Some hints that might be interesting: - the SharePoint Virtual Server List shows Default Web Site with an installed Version but Administration and Team Foundation Server with Version "not installed". Is this okay - accessing the site http://myserver:8080 (the url of the Team Foundation Server) as administrator on the server is forb ...Show All
.NET Development Best Way to Copy Data From Server A Table A1 to Server B Table B1 w/ C# and ADO.NET
Hello ... new guy here ... thank you for your patience. I've seen lots of ADO.NET examples (including the 101 C# examples), but I have not found one "exactly" like this...and I'm looking for the best practice... Here's my environment: SQL Server A has a database that contains table A1 SQL Server B has a database that contains table B1 Table A1 and B1 have an identical structure (columns, datatypes, etc.) Rows periodically flow into table A1 from various SQL Server sources. I would like to create a C# application (VS 2005) using ADO.NET that simply copies the rows in A1 (the source) and appends them into Table B1 (the target) on SQL Ser ...Show All
