timesscar's Q&A profile
Windows Forms Develop Application with Fax Out Function
Dear All, I am now design an application that want come with Fax function by VB.NET, as I found that there are "FaxControl" and "FaxCom" COM objects we can add reference to project. However, do anyone know will there has Fax .NET Control and some sample. My idea of that application is that: User Input Selection -> DataSet -> CrystalReport Document Object -> Fax Out. Thank you very much! '************** ...Show All
Windows Forms Adding a row to a datatable with a identity key.
Hi, I have 2 fields in a datatable. One is an identity column, the other is a text column. I cannot add to the id col, and also I cannot add a row if there isnt one. -Edward On a designer (form/component class) drag and drop&n ...Show All
Windows Forms ClickOnce publish without Certificate
Is it possible to publish using Clickonce without dealing with the pain of using a certificate Please tell me there is. I would hate to think Microsoft is telling me what I can and can't do with my applications... Hi, You need the certiifcate to sign the manifests. ClickOnce does not support manifest without valid signatures. Publishing tools like Visual Studio and MageUI can automatically create certificates for you. You don't have ...Show All
Visual Studio Team System rsLogonFailed when rendering reports
All reports have started giving this error. An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'TfsOlapReportDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E) I believe it started when the passwords were updated. I have changed the tfs password using tfsadmin ...Show All
Windows Forms Creating an excel stylesheet using C#
Hi, I have a jagged array containing some data. This data I want to display in different file formats such as in a text file, html file and in an Excel stylesheet. Text and Html files are no problem for me, but I have no idea&nb ...Show All
Visual Studio 2008 (Pre-release) Automation API and WPF
Has anyone managed to get this working I can get the automation api's to work with winforms but not WPF, any gudience, best pratices welcome. Figured this out, you need to run the winfx command prompt before you do this. See note 6.4.3 in the release notes. I just tried this from the standard command line and Sn was failing to find UiSpy.exe. ...Show All
Visual Studio Express Editions Can't use VC# express
I installed VC# express from internet. I use Win2000 profesionnal. I can't create a new project because there is no template in the create dialog. I tried to uninstall re install but no succes. I read similar problem on the forum, where they speak about Visual command prompt, what is it can somebody help me Thanks For those uninitiated as myself: 1. Open command prompt START --> ACCESORIES --> COMMAND PROM ...Show All
SQL Server Dataset’s
Im trying to make a dataset from a stored procedure. My problem is that RS wont use all of the rows returned. My SP returns 9 rows. Some of them are dublicates and some ar on of a kind. And it seeems that RS just displays one of each kind. No mater how many there are i the resultset. Ive read that RS cant handle more than one resultset, but i think that the result returned is just one resultset. If a run the SP in the Data tab it works just f ...Show All
Visual Studio Team System Profiler quits generating reports (or gets stuck on the same one)
I upgraded to Team System for Sd earlier this week from 2005 Pro in order to try out the profiler. I can get it ro run once or twice, and then it seems to quit. In my solution, I have a class library (Rancher) and console app (Rancher.Test). I used the Performance Wizard to create a session for the console app, and then added the class library as a target project. Instrumentation, no allocation gathering. I ran it twice with no problem and go ...Show All
SQL Server SQL Express user permissions?
I'm trying to build a web application using SQL2005 Express and Visual Studio Express. It all works OK on the local machine, but gives an error "Login failed for user xxxx\ASPNET" when used remotely. I can't find where I can set login permissions for SQLServer 2005 Expresss - can anyone help, please Thanks John This looks like a problem in the login control. The error reported probably has nothing ...Show All
Visual Studio 2008 (Pre-release) visualbrush and 3d
I am trying to set the material brush to a visual brush cant seem to figure out,why I dont see anything < Window.Resources > < VisualBrush x:Key = " qaz " Viewbox = " 0,0,100,100 " Viewport = " 0 0 1 1 " TileMode = " None " ViewportUnits = " RelativeToBoundingBox " ViewboxUnits = " Absolute " > < VisualBrush.Visual > < TabControl Height = " 100 " Width = " 100 " Opacity = " 1 " > < TabItem > ...Show All
Visual Studio Express Editions Q: URI datatype in DataSet
hi, How can i set a constraint to a column in my dataset as URI , what i know is that dataset is XSD file, and xsd has a datatype xs:anyURI, but i didn't find this datatype in the dataset datatypes ,is there any idea if that is not possible or not recommended how can i make constraint for textbox entery to be a valid uri or to convert the text that the user entered to uri will be thxfull for any help Hello again shak, ...Show All
Windows Forms Application Locks Up
I am developing an application using VB .NET and Remoting. When the application is not used for a few minutes it seems to lock up. In Task Manager is shows as running. Any ideas are appreciated! I d ...Show All
SQL Server Install Issue with September CTP
Hi All, I am able to install completely without getting errors. However, when I try to start the SQL Server Services, I am getting error - "Could not start the SQL Server Service on Local Computer". I searched further and find it odd that there's no such folder name "MSSQL.1" under Program Files\Microsoft SQL Server\. I believe sqlservr.exe runs under this directory, so could someone explain to me why would my install be c ...Show All
Windows Forms String.Format
I have a string, for example, "123abcdefg." I would like to format the string and assign it to a textbox. The format I would like is, for example "123-abc-d-efg." I have tried using String.Format, but such custom formats seem& ...Show All
