kycek's Q&A profile
Windows Forms Scheduled time-list..
Hi guys! Is there any control which can give me a scheduled day-list like theone in outlook Regards Fredrik Unfortunately, these things cost money to develop, and so the developers need to charge for them <g>. You may be able to ...Show All
Visual Studio Cannot Install Feb. Release
I can't install february community release. It seems to erroring out when installing framework 2.0. When I look at error log, it says that framework 2.0 is already intalled. I went through all the places I could find a trace of it (registry and filesystem) and deleted all taht stuff, but still no luck. What place does the installer look at Thanks. Do you mean the uninstall instruction only work for Beta1, not fo ...Show All
Visual C++ How to Create a .dll to be used in other Projects
Hello Everyone, I created a project Under Win 32 and even tried MFC dll to use in other code....I have a C# code, when I try to add that .dll as a refrence that its not a valid assembly nor COM....How can I create a dlll to use under my C# project... Thanks, Harsimrat Ironically there is no documentation......only the code they provide with it..... I can get you the code and .exe file or you can ...Show All
SQL Server Microsoft SQL Server Setup Support Files (English) -- Installation failed
I'm trying in vain to upgrade sql server 2000 to 2005 with great headache and pain. I (finally) have removed all Beta, and other incompatible version of .NET, Visual Studio and any other offending components, and made it to the first page of the install shield. The .NET 2.0 components installed fine - but I get a fatal error trying to install the SQL Server Set Support Files. I do have a log file - and have tired searching on the vari ...Show All
Windows Forms Data binding on a form (C#).
Hi All, I have a form on which every field except one is user enterable. This field is the key (Id value) that gets its value from calling an oracle stored procedure. In my code I use the btnadd_click event to assign the value to the& ...Show All
.NET Development RS232 (COM port)
Hi , how can I communicate(transfer data) with Datagrid in VB.Net Forms with RS232 (COM port) I want doing relationships from BAR code reader to DATAGRID in Vb Forms HELP ,and I‥m sorry for bad english If you searched the internet for 2 seconds you would have landed on http://www.gotdotnet.com/team/clr/bcl/demos/demos.aspx then look for Serial Port demo on that page. In general I highly recommend that you do some reseach before posting q ...Show All
SQL Server Derived Column from a Condition statement
I've found that there is no such thing as a Case Statement in the Derived Column task in the data flow objects. I've written a ternary statement instead. I can't seem to get it to work exactly how I want it to. For example AccountCategory == "E" 1 : 2 Works fine but the following doesn't AccountCategory == "E" CreditAmount : DebitAmount The CreditAmount and DebitAmount Fields are spelled correctly, the field type ...Show All
Windows Forms filtering a datagridview
I am trying to filter a datagridview based on the checked status of one of the columns. There are 2 checkbox columns in the datagrid: Booking and Cancelled. My code reads something like this private void btnFilter_Click( object sender, EventArgs e) { if (rbEnquiries.Checked == true ) { bsEnquiry.Filter = "Booking = false" ; } else if (rbBooking.Checked == true ) { bsEnquiry.Filter = "Booking = ...Show All
SQL Server Report Layout Troubles
I have created a tabular report that has four columns. Using the ruler at the top of the design page I have placed all columns inside my margins. When I view this report or print it the last column spills over to another page. I have designed this report to have portrait o rientation. Is this an issue or am I doing something wrong. Does the ruler at the top signify a location on the page Any help or ideas is greatly appreciated. Thanks -JW ...Show All
.NET Development Is it possible to manually control the assembly version numbers when creating & building a class library?
Is it possible to manually control the assembly version numbers when creating & building a class library The first two numbers always remain "1.0" The last two numbers seem to increment automatically. How can I change the first two numbers Is it also possible to control all the numbers Many thanks! - Kevin Kevin, Simply change the AssemblyVersion attribute (typically located in the AssemblyInfo.cs/Assembl ...Show All
Visual C++ C++ interface assembly not visible in other .NET projects
I created an interface assembly1 in VC++.net 2005 (debug configuration). By interface assembly I mean just 2 public interface classes within a namespace definition. The interfaces, methods and properties are marked public. Interfaces assembly1 references another interface assembly2 - with the same namespace wrapping its public interface definitons, methods and properties. Build them no problem. Now I add assembly1.dll as a reference in a VB.n ...Show All
Visual Studio Visual SourceSafe Internet... ?
Ok... I was just wondering... I need to implement the web pages of the SourceSafe all by myself ! Isn't any default pages for that Hopefully I'm wrong... Please tell me that there is some web-interface with SourceSafe without me having to do it all by myself... ok Moshe. I did install certificate either on the server or on the client. I tried to connect from another client machine and then I've got this error: "The SourceSafe web service ...Show All
Windows Forms locally open file with acrobat reader?
Programatically (in C# program) if I have a string such as "E:\foobar.pdf" which is the path of a local file, how can I locally open an acrobat reader and display the file. Not in a browser, not remotely, but locally. (There are  ...Show All
SQL Server Creating a Subtotal of select Groups
Hi, I am working on a new reporting system using reporting services, but I cannot figure out how to create a footer row which will only subtotal select group totals. If anyone has a method to do this please help! Nathan Hi, somehow related with the topic: Is posible to have something like: the sum of the ValueField from all the rows of DataSet2 that have CompareFiled equal with the current value of ComparedWi ...Show All
Visual Studio 2008 (Pre-release) An Existing Connection Was Forceably Closed by the Remote Host
I've just gotten WCF to begin working. I have about 15-20 different services - all of these were previously running as web services without a problem and I've just finished converting them all to run under WCF. All of the services except one are running fine under WCF. The one that is not running is giving me an error that says: System.ServiceModel.Communications Exception: An error occurred while receiving the HTTP response to 'http:// ...Show All
