nicg's Q&A profile
Windows Forms Can't post pics when in MSN groups
I recently downloaded Explorer 7 and now when I try to open the picture icon to copy, paste and insert while in an MSN group it will not open up large enough for me to access it. There is no way for me to drag it open. Any ideas Hi, This forum deals with only Winforms programming related issues. Thank you, Bhanu. ...Show All
Visual C# JPEG Image compression
How do i create a function that takes a jpeg image and compress it even more, and save it again i have tried to search for an answer but can't find the solution, is there a class i can use en .net like the system.drawing.image links i found, but they are in C and using gdi http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdicpp/GDIPlus/usingGDIPlus/usingimageencodersanddecoders/transformingajpegimagewithoutlossofinformat ...Show All
SQL Server SQL Server 2005 Express and SQL Server 2005 Side-By-Side OK
Thanks in advance for any help provided. I attempted a search for this answer but did not find it. I have one machine that I am using for my development. As a result, it is my webserver and my test client machine. So, can I have SQL 2005 Express and full SQL Server Developer edition installed on the same machine without issue I have a client application that will use SQL Express for some data. This client will interact with webserver (whic ...Show All
Visual C++ HELP with Extended MAPI, doesn't send mails
Hy, i have the following problem that I am writting a small Win 32 Console Client which should send auto generated messages through extended mapi. The problem is that the messages are not sent and when I open Microsoft Outlook the messages are in the Outbox folder ... perhabs someone can tell me what I did wrong. Code: #include "MAPIXController.h" typedef HRESULT (STDAPICALLTYPE HRQUERYALLROWS)(LPMAPITABLE lpTable, &nb ...Show All
Visual C# Distribution and .Net Framework
For the last month i had been working on a sudoku game. Was using VB 2005 express edition. After all was done, tried to pass it on to others. Then only got to know that .NET framework should be loaded on the other PCs also. Then I read somewhere on net that if you use Visual C#, ou dont face this problem. I tried converting my project, but even in Visual C# its giving the same "Initialisation error 0xc0000315". So wat is the solu ...Show All
Visual Studio Team System Error deleting work item field
We created a field incorrectly and we would like to remove the field this way we can recreate it correctly. We tried to delete the field using the command line tool witfields: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies>witfields delete /s:mtlapplication4 Incycle.Common.BugPriority Result---> Incycle.Common.BugPriority cannot be deleted - it is used by the following project(s): Test ...Show All
Visual C# Can't "save project as".
I'm trying to do something pretty simple. I have a large, complex project. I want to save it under a new name, so that I can make changes to it (changes that I wouldn't want to risk screwing up my original project). I cannot for the life of me figure out how to do this in the C# IDE. There seems to be no option. Saving it as a template isn't what I'm looking for. I want to duplicate the project so that the old version is safe, and there se ...Show All
Windows Forms uploading files to a web server
Does anybody know how to create a user interface that will allow the user to select a path to a file on their computer, and then copy it to a specified path on a web server I believe it uses the system.net.webclient namespace, and I think I heard something like you need to create one program that runs on the client computer and passes the file, and another program that runs on the web server that accepts the file and puts it in the correct spot, ...Show All
Windows Forms Run a program in the background
How can i run a program in the background I've putted 0% oppacity but when i press alt+tab it shows that there is something running. Thanks, Guilhreme Run in the background in what way Have no UI at all Just not show up in the alt+tab display You may want to look into running it as a Windows Service or perhaps adding a NotifyIcon (so as to give the user some way to get to your running app) and hiding any for ...Show All
SQL Server Seems like permissions issue with OLE DB connections
Hello, I've created quite few packages using OLE DB connections with dataflow destination as SQL Server Destination. The OLE DB connections using a windows login works fine when connecting to SQL Server Destination table(data flow destination) . The OLE DB connections using "sa" fails when connecting to the exact same table to "SQL Server Destination" but it works fine with "OLE DB Desination" even though it is t ...Show All
Windows Forms PropertyGrid & TypeConverter
I have a PropertyGrid and a list of person in my application. When the user clicks on a person from the list, the properties from that object populate in the PropertyGrid. I got a variable in this object that is CarOwned, which is a Car object. I want the PropertyGrid to show a ComboBox so that the user can specify a car from a list (CarCollection). This list will never be the same, depending of the person. I know I have to derive from TypeConv ...Show All
SQL Server What are the current best practices for standardizing report layout and appearance?
I am accustomed to the Actuate enterprise reporting system in which it is very easy to define reusable page formats that standardize things like page layout, margins, logo placement, page header and footer formatting, etc. You just drag and drop a page layout from your component library to inherit from it, and ensure that all your reports have the same consistent format. What if any features and tools are there to accomplish this in 2005 Reporti ...Show All
.NET Development DataSet V2: Merge problem
Hi all Look like the Dataset still have some problems. We converted our app from 1.1 to 2 and some code was no longer working. The case: From a non typed datatable, convert it to a typed one. How to reproduce the bug: ------------------------------- 1) Create a project. 2) Add a new Dataset (keep DataSet1). a) Add a new DataTable (Keep DataTable1) b) Add a new DataColumn (Keep DataColumn1) 3) Add a new Window form. a) Add a button. b) ...Show All
SQL Server where can I download SQL 2005 Beta 9.00.0852
Hi, I need SQL server 2005 Beta version 9.00.0852. Please can any one let me know that where I can download that. Complete version . I have a hard time to find Thanks in advance Why on earth would you want Beta 2 RC1 of SQL Server 2005 I can practically guarantee you that you are going to have such a difficult time finding it that it probably aren’t worth your time to try. Not only is it quite out dated, it is unlikely that ...Show All
Visual C# Implementing System.Collections.Generic.IEnumerator<T> GetEnumerator()
I'm a bit new to enumerations at the generic level, so bear with me. I have a foreach loop that I'm trying to navigate through, but my enumerator isn't working properly. I'll have to post the code to give all of you a better idea of what I am trying to accomplish. This is in my application: RobotParts rods = new RobotParts<Rod>(joint); //joint is an object being passed in foreach (Rod rb in rods) { // Do Stuff } ...Show All
