Bharath2k5's Q&A profile
Visual C# Can I make this run any faster?
I have created this threshold image filter, and although it works, it is still a bit slow. A similar image filter in Photoshop runs MUCH faster... what are they doing differently How can I make this run faster unsafe public void ThresholdFilterUnsafe( int intMidValue) { filteredImage = ( Bitmap )originalImage.Clone(); Rectangle filteredImageBounds = new Rectangle (0, 0, filteredImage.Width, filteredImage.Height); ...Show All
Visual Studio Team System Combo Editions
I do a majority of my development in C#, but I spend around 30%-40% of my time writing stored procedures or making schema changes and such. I do not really use the Software Architect or Software Tester edition functionality because the unit testing and modeling support within the Software Developer edition is sufficient. With this new edition for Database Professionals, will there be any cross-over features into the Software Developer edition ...Show All
Visual Studio problem in encoding " R " in VSS 6.0d
Hi, I'm facing problem for getting the char " R " in VSS from other system than where the file saved. The char " R " used in a file *. cpp , and checked in VSS 6.0d. When try to open this file in other system, this char " R " visible as " " . If open the file in same system where ever its saved then no problem. Seems encoding properties problem. Using VS .net 2003 and VC++ 7.1 How can solve thi ...Show All
.NET Development Multiple Attributes
Is this a bug in .NET or (more likely) a bug in my code I have an element as follows: <Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="1,55" MinimumSize="22,22" Name="ShowPW_Box" PackSize="a" PackSizeProp="0002/0001,xxxx/xxxx" ScrollExtent="168,22" Size="168,22" Style="/CommonElements.Checkbox.data.style" OnPress="Parent.Parent.WindowPage.Password.Password=(!Parent.Parent.WindowPage.Password.Password)" Activated="false ...Show All
Visual C# Voice Chat in C#
Welcome to Network Programming World! All Networks & TCP/IP, VOIP Programming & Video Conferences Solutions You Will Find: - C# Network Examples - C# Voice Over IP VOIP Examples - C# Video Conference Examples and More New C# Network Examples Everyday ! http://www.fadidotnet.org/online_book/Network_Programming_online.htm All This Just in www.fadidotnet.org thanks allot for your ...Show All
Software Development for Windows Vista Is there a filter or a known way to output only some frames of a movie?
Suppose I have an array of frame indices such as [0,4,5,6,10,15.. and so on] I would like that only those frames will be played on screen and all the others skipped. Is there a known good way to accomplish this Thanks in advance. No. Its not documented and I have not tried to figure out the methods. I assume that is has some control to change the number of frames that are dropped. It can be ad ...Show All
Visual Studio Express Editions Cannot create new projects
whenever I try to create a new project, the process (Creation) is failing. It appears a msgbox (vbcritical): "Absolute path information is required." importent informations: - OS: Win XP professional - no other releases installed before is there a option I didn't find until yet I only wish to create a new application. Please, can anybody help me ! I'd be thankful for each answer or idea. Hi, try to repair you install, or reinsta ...Show All
.NET Development help !!!! my database returs always old value's
hello , my name is jonathan maes , i am a student , for a work i make a invetary program in C# express edition , i work with - Acces database - databindings now what's my problem , well when i delete a record from my database en i restart my program , and i visualise the values he shows the value what i trough away , can somebody help me my excusses for my bad english you can mail me to maes.jonathan@gmail.c ...Show All
Windows Forms DateTimePicker problem
Hallo everybody My problem is DateTimePicker.When I "change value", example: From 10(hour):59(min) and Up i'm getting: 10:00 I want my DateTimePicker to increase "hour" value! Example: From 10(hour):59(min) and Up 11:00 What seems to be a problem Any idea how to "work" around this problem Regerads Gamb Do you change the value by hand or in code If in code, then you may tr ...Show All
Visual Studio Can't install Visual Studio .NET 2003 on Win XP Tablet Edition PC
Hi: I get the following message when I try to start the installation of Visual Studio .NET on my Win XP Tablet Edition PC. Visual Studio .NET Prerequisites Setup has detected that some of the system components that are installed on your computer do not match the versions required for Visual Studio .NET. You must install a different version of these components. Any thoughts how I proceed with the installation Thx, QC ...Show All
SQL Server Send Mail task error - Limit to number of chars in To line?
Hello everyone, I'm having an issue with dynamically setting the Send Mail task's to field to decent sized recipient list(approx 15 email addys). The strange thing is that this same package works fine if I'm using a list of say 4 email addys. I have double checked everything I can think of....list is seperated by semicolons, each address looks good....and have ran script tasks to check my variables along the path of the package but so far have n ...Show All
.NET Development connection string
In a windows application there is a App.Config In it I have included the following line. <configuration> <appSettings> <add key="ConnectionString" value="Server=localhost;DataBase=Northwind;Integrated Security=SSPI;Connect Timeout=5"/> </appSettings> </configuration> in a class module this is how I am trying to access this connection string: return Syst ...Show All
.NET Development Problem using SSL with httpWebRequest
I am getting the following error while trying to call a SSL enabled site using httpWebRequest. Exception Details: System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. Source Error: Line 83: Line 84: Response.Write("<font color=blue>Remote response goes here :D </font><br><hr width=100% color=red>"); Line 85: WebResponse wrs = wr.GetRes ...Show All
SQL Server Is this impossible?
SQL Database ID TypeOfReport Report DateOfReport I need to select a Type of Report, first by UserInputDate and then by all other dates The problem lies in... there may be dates > inputDate and < InputDate and I don't know how to do it with a single SELECT statement. I know it's easy to select report by UserInputDate and then do another query by All dates <> ...Show All
SQL Server SQL Server Management Studio Express CTP?
Ive succesfully installed the final versions of VWD Express and SQL Server Express and SQL Server Management Studio Express CTP. Everyhting is working fine except the SQL Server Management Studio Express, when i click on it in the start menu nothing happens at all, ive tried uninstalling, repairing etc but it still never starts up when its clicked on. Any ideas please Exactly the same problem here, double clcik ...Show All
