Melissa_Janet's Q&A profile
Visual Studio Express Editions Display names of computers on a network in a combo box
I know that this must be posted somewhere, but I can't find it. Hopefully this won't make you mad as this has probably been asked many times: I need to display the names of computers within a network in a combo Box. I have recently restarted to do a bit of programming and I have forgotten nearly everything, so please excuse me if I don't know what you mean. Last post of this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=215715&SiteID=1 has the code. Add a reference to System.DirectoryServices to your project and imports System.DirectoryServices in your code file. ...Show All
Windows Forms Icons and images
Hi all, I was hoping that someone might be able to point me toward a website/product that sells a bunch of icons/images for me to plug into my app (and also my website). I have come across some but they are slightly too expensive and not comprehensive enough. I appreciate anyones help, thanks. I don't know what you consider too expensive b ...Show All
Windows Forms I'm going nuts here...
Trying to find a control that will display nicely formatted text (preferably HTML) dynamically on a Windows form. Does anyone know or have experience with such a beast I have searched all over the Net and found lots of "browser" controls, but I don't want a Web browser - I just want to display nicely formatted text on a Windows form!! Like this: Dim sbText as New StringBuilder() With sbText .Append("<p><b>This is a bold statement!</b></p>") .Append("<p>This is a not-so-bold statement.</p>") End With Me.SomeCoolLabelControl.Text = sbText.toString() Any help here would be ...Show All
Visual C# Can't See te Massage in C# application
I am new to C#, I have a basic problem in windows application. I create a form and put a button on the form. On click of the button I wrote MessageBox.Show("Hello"); When I run it the Message Dialogbox is popping up, but I can't see the Hello Messages in it Could any one help me Why is this happening Khan Do you have McAfee anti virus installed That's a known problem with McAfee: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=55345 ...Show All
Software Development for Windows Vista Questions about workflow instantiation/constructor behavior
I have a sequential workflow, and notice that its constructor is getting called 2 times. Why is this And while I haven't created a state machine workflow (yet), I saw another post that said that these types of workflows had their constructors called 3 times. What's up with this I set a breakpoint in my workflow constructor, but the constructor code executes without hitting the breakpoint. It eventually hits my breakpoint, but not before executing is at least one time without breaking. I'm guessing this is related to (1) above. Why does this happen 1. It appears that the first time we use C ...Show All
SQL Server sql server management studio nov ctp
I have vs2005 prof. installed along with sql express RTM I installed management studio nov ctp when I try to launch it, nothing happens any Ideas Thanks I installed SQL Server 2005 Express and Management Studio Express (CTP November). When I try to launch the management studio nothing happens....I'm very confused about it, because I tried to search a solution for hours, but I didn't find anything about it. ...Show All
.NET Development How to Pause or sleep the background worker thread
Posted - 05/03/2006 : 07:03:30 AM I m using the background worker thread to done the task. i m using this because my application required the update of the GUI based on the status of work so background worker thread will be helpful to me. Now the issue is that i have one button of pause/resume to pause/resume the working of this background worker thread. i haven't found any function of this component to perform this task. Kindly help me in this regard Thanks in advance i have checked this out but its stops my application. At backend the background worker thre ...Show All
SQL Server SSIS Sequence container,data flow task
I am creating a staging database in which I am loading required tables from 2 different sources. I have 30 different tables to load from source 1 and 10 different tables from source 2. This is the way I am doing, in Control flow task I am using Sequence container and in that I included the data flow task, the data flow task has source OLD DB connection from where I select the table and then destination OLE DB connection where I load the data. So for 30 tables I have one Sequence container with 30 different data flow task and each data flow task has OLE DB source and OLD DB destination. I wanted to find out if this is the efficient way ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ). I am having the same problem. Happens in both Visua ...Show All
Windows Forms DataGrid/DataSet issues
Hello all, I'm having a bit of an issue with a windows form. I have a DataGrid that is bound to a DataSet. I have buttons that allow items from the dataGrid to be deleted/changed/added. I was trying to allow all the changed to be made to the datagrid, then save the changes all at once when the user leaves the program. Here' ...Show All
SQL Server Error on Reporting Server - but only through the ReportViewer control
We are using the webviewer control. We get the following error when we try to export to EXCEL. InternetExploer cannot download ...n=OnlyHtmlInline&Format=EXCEL from app.webcobra.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later. This error comes up almost immediatly after it starts trying to download the file. It is a large dataset but it isn't "overly large". There are basically 44 records. The other wierd thing is that it works fine on our BETA servers but not on our Production servers. We figure this is a ...Show All
SQL Server how to install vs ctp June with SQL Server Express
VS CTP June include .net v2.0.50601,But the SQL Server Express (April or June) need .net framwork 2.0.50215.45. When I have finished to setup vs ctp june , I run SQL Server Express setup from VS DVD, I got the error (imcompatible beta components). Dan Jones MSFT wrote: There is a link to download the correct version of the .Net Framework for the SQL Server June CTP on the following page: http://www.microsoft.com/downloads/details.aspx FamilyId=1A722B0F-6CCA-4E8B-B6EA-12D9C450ED92&displaylang=en Before you install it you will need to uninstall the currently installed .Net Framework 2.0 Beta. Dan ...Show All
Visual C++ Visual C++ Linker Error (internal state, looks bad)
First off let me say that I am fairly well versed in C++ programming and even have had my fair share of time with Visual Studio 6, which is where I've encountered the current problem. It's possible I've got bugs in my source, for example, uninitialized memory or I'm using the incorrect lib due to lack of knowledge of Windows libs. But the error message I get is misleading if that's the case! I'm using some threads and sockets. So I linked in ws_w32, and sometimes I thought about linking in winsock2 instead. But that's it for the additional libs, beyond what Visual Studio automatically brings in (empty project, console app). I appended my ad ...Show All
.NET Development Proxy AutoConfiguration Issues.....
I am having some difficulties getting connectivity to external web sites through a proxy server using .Net Framework 2.0.5727 with Visual Studio 2005. I am also noticing that the same problem exists in the Microsoft Document Explorer, returning the error "Unable to connect to the remote server" for MSDN Online, Codezone Community & Questions search locations. The documentation suggests that the proxy should be automatically configured (unless configured otherwise) to use the IE settings. I have checked the app.config and machine.config and there are no entries specific to proxies (other than the initial settings in machin ...Show All
Windows Forms RDP connection Question
I am wondering if there is a way to set RDP to grap the current user's Username and Password and use that to log into a Terminal Server. Anyone have an idea of how to do this whoisfritz Generally this is done by the user when they set up the terminal server connection. When doing this there is an option to save the connection properties. When this is done the password is verified hashed and saved in the config. Then each time they log on using the new icon which they saved it will open the terminal server connection and log them in automatically. Doing this you can also have the system automatically start ...Show All
