ykessler's Q&A profile
Visual C# Help
I cannot seem to create a profile successfully. Can someone guide me on how to create a profile correctly My error is COMException was Unhandled Error HRESULT E_FAIL has been returned from a call to a COM component public partial class Form1 : Form { RTCClientClass _rtc = new RTCClientClass(); IRTCClientProvisioning userCreation; IRTCSession _session; //To create and initializes a session of communication. ...Show All
Windows Forms Printing C# ActiveX Control
Hi All, I have an ActiveX control written in C# (you can call it Windows Forms Embedded in Internet Explorer if you'd like). The control basically consists of a DataGridView control. What I am trying to do is upon the web page being printed, I would like to be able to have all of the records in the DataGridView printed instead of the page showing a square with a horizontal scrollbar at the bottom. I'm overriding OnPrint() in my ...Show All
Visual C# .
. Rob, This is from a larger project so I've tried to cut and paste the relevant bits. This took ages of trial and error to get working. Hope you can make sense of it. Cheers Steve The process is started from a class that also has a Windows form (to show progress). The sendclip method starts the commandline process which returns as soon as the process is started - as then events take over.&nbs ...Show All
Windows Forms How to creat nice flat control without highlight bug ???
I’m building control library which contains flat style controls. Elements of my library are highlighted when mouse is over and highlighting is off when mouse is outside of the control. The problem is in turning off the highlight. OnMouseLeave event don’t work properly In my opinion and because of that control is highlighted even when mouse is outside of the control. I thought that I fix this with IMessageFilter but problem still exist when cont ...Show All
Visual Basic Available Training
This is probably not the right forum for a training question so please point in the right direction. How do I identify classroom training possibilities for VS2005/ SQL Server 2005 , 2.0 framework, etc for my local area (Seattle) Thanks, Fred Herring Free for a limited time E-learning classes https://www.microsoftelearning.com/visualstudio2005/ Find training http://www.microsoft.com/learning/training/find/findcourse.mspx ...Show All
SQL Server SQL Server 2005 - move system databases
Hi, I am trying to move sys databases in the new install of SQL 2005 and am about to give up (I have successfully moved sys databases before numerous times on SQL2000...) I was going to move master and resource databases and have performed the following steps: - edited path to master data and log files, added trace -T3608, restarted the server - everything ok - trying to move mssqlsystemresource database, using alter database ...Show All
.NET Development Why is System.Net not available in my add reference list?
Subject pretty much says it all. I'm using Visual Studio 2005 C# Express. I went to add a reference to System.Net and System.Net.Sockets, but they simply aren't there. I tried reinstalling/repairing the SDK, but to no avail. I can't find any reference to this problem by googling it. I'm completely confused as to why this namespace isn't present. All work is halted until this issue is solved, so any help would be greatly appreciated! Thanks, Jas ...Show All
SQL Server Error after installing sp1
I started getting this after installing sp1 on my workstation and trying to deploy to rtm machines. The components giving this error are the data readers in the data flow. TITLE: Microsoft Visual Studio ------------------------------ Component with name "<name>" and class ID "{BF01D463-7089-41EE-8F05-0A6DC17CE633}" could not be created because an error was encountered during its upgrade to the current version. ...Show All
.NET Development How do you get the C# programs to Pause when you compile
I am trying to compile a C# program and see the result but the screen blinks and then cuts off real quick how do i pause this so i can see my result cin.ignore() you know doesnt work...so HELP Strange... Check the Text Size option in the View menu. It should be set to "Medium". ...Show All
Visual Studio Express Editions Which Visual Basic?
I'm new to Visual Basic. I'm familiar with programming from other languages, but I'm looking for a developement tool to make small apps for some of my clients. Currently, I've been getting by with AutoIt (http://www.autoitscript.com/autoit3/) and that has been working well for me. However, I'd like to get into developement more with Visual Basic and also have some ideas for Pocket PC apps. Which Visual Basic should I ge ...Show All
SQL Server How to script an excel datasource in sql job? (SSIS)The command line parameters are invalid.
I have a Sql agent job which will exeute a SSIS package. While, one of my data sources is an excel file. I scriptted the sql agent job and recreate on a test server, it fails with The command line parameters are invalid. . The command line has the following for the excel data source, and that is the place fails the job. /CONNECTION UserDataExcel;"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\myserver\UserData\UserData.xls ...Show All
Windows Forms binding combobox.text not compatible with arrow keys?
I have a combobox manually filled with a couple of items. I want to bind the combo to a dataset to store the value selected. As there is no datasource for the combo and no valuemember set, I am binding to the text property rather than the selectedvalue. Is this right Whilst this works fine when selecting an item from the combo using the mouse, if I use the keyboard (arrow keys), the text in the combo changes, but the change is not registered w ...Show All
Visual Studio Get Problem on Label
Hi!! I have problem while getting project on label. I am using Visual SourceSafe 2005. When i try to get project on label it does nothing. It works on get latest. Can any one tell me about this problem . Could you please be more specific, i.e. which version of Visual Studio do you use and whether it works when you do the same thing from SourceSafe explorer. thanks, -grigori ...Show All
Visual Studio Express Editions vb.net express Guided Tour Example fails?
Hi all, (2005 express vb edition with sql server 2005 express edition) I'm running through the Visual Basic Guided Tour...I like it alot. But, I have a simple problem. Under the help system Visual Basic Express -> Visual Basic Guided Tour -> Managing Your Records: Using Data in Your Programs -> Showing Information to the User: The BindingNavigator Save does not seem to work. I tried the next lesson: Adding or Modifying your Records: ( ...Show All
.NET Development UploadFile() Returns Error 403 from some server, Has it something to do with machine.config ?
I have written a program to upload file using UploadFile(), it works well with server A but returns an error 403 with server B. Can any one explain the reason I have got required write permission on server B. Am I missing some config parameters in machine.config file 403 can indicate a couple of different things. I have seen it when a server requires that the client supply a client certificate or when th ...Show All
