Hermis's Q&A profile
Visual Basic How do I draw a colored circle on a section of an existing gif image?
I'm trying to figure out the system.drawing class. One thing that I've tasked to myself is the ability to draw colored shapes on top of an existing image(gif, jpeg, etc), then save the new image. Anybody know how to do this, and mind sharing how you'd do it I'm using VB 2005 Thanks for any help. Adding on the previous post - to open a file as a bitmap: Dim b As Bitmap = New Bitmap( " ...Show All
Windows Forms Packaging ActiveX in CAB using C#
Hi, I created a simple windows user control (i.e. a button with no logic), and am able to deploy, and copy the dll to my IIS, and am able to launch it via HTML: <object id="objectName" classid="http://domain/filename.dll#nameSpace.className"></object> That was working wonderfully, until I needed to package it in a cab file (so I can add other libraries). Using Visual Studio 2005, I added a CAB (Setup a ...Show All
Visual Basic First chance exceptions
A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in AxInterop.MSWinsockLib.dll I get these in VS2005 A First Chance Exception doesn't necessariy mean that your code will not work or is bad code. In most cases, it is just a means of flagging a message up to the devel ...Show All
SQL Server Basic question
I've instaled M Visual Web Developer studio 2005 ee and SQL 2005. Service is working, but i can't connect my project with serwer. ASP configuration tool(security) can't connect. Error message doesn't show any reason. Server menager can connect normally. Please help ...Show All
Windows Forms a datagridview and combobox problem
I am using VS 2005 Professional. I have a master-detail form on which I have a datagridview(detail) that is bound to a table. Within that grid, one of the columns displays values from another table using a combobox. Under normal circumstances this all works quite well. However, if you go to the new record at the bottom of the grid and click the down arrow of the combobox the autonumber field populates, as it should, and the master k ...Show All
Visual Basic Replacing Text?
In Form1, I have RichTextBox1. When I click on a menu item, Form5 show up. It contains two textboxes - one to put the text to replace and one to put the placement. But, when I click the button that is supposed to make the text be replaced, it doesn't get replaced. Here is the code: Form5: Public Class Form5 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Form1.RichTextBox1.Text.Re ...Show All
Windows Forms deriving from Panel and how to use it in form designer
i derived GlControl from Panel. that is panel accelerated with OpenGL. now i want to use it in forms designer. what i first did, was placing a Panel in designer and then in code changed its type to GlPanel. after compiling the app, everything&n ...Show All
Visual Basic Error during build of project
During a build of a VB2005 Beta2 project, it stops with the error below:- Error 1 Unable to emit assembly: Referenced assembly 'QCGIconComboBox' does not have a strong name I have recompiled the assembly under Beta2 but the problem will not go away. Has anyone got any ideas on how to resolve this issue Regards, Bill, Thanks for the reply. I have changed the security settings for the main project and the error has no ...Show All
Visual C++ error message
I recieve the following error message; program:c\program\\ common\\symant\\cfgwiz.exe is there a way to fix it This is a programmers forum. Not a support forum for specific software. Seams that this message belongs to a symantec product. Contact Symantec support. OTP ...Show All
SQL Server Changes in SP1 for SSRS 2005
Any link for all the changes in SQL Server 2005 Reporting Services in SP1 http://support.microsoft.com/kb/916940 ...Show All
.NET Development Hosting Remote Objects in a Windows Service
Hello Everybody, I'm trying to host a remote object in a windows service but i always get the same error while testing the remote object: The client actively refused the connection. I found out the reason why it was returning this error is because no service is listening to the portnumber used by my channel. The problem comes from the fact I can't keep the service hosting my remote object up and running. I can start it but it immediately ...Show All
Windows Forms Computer info
I need to find out following info about my computer: Cpu Name EthernetMacAddress IP Address OSVersion Do you have any idea how can I get them Thank you. You can obtain some of the information from the SystemInformation class ...Show All
Visual Studio Team System FxCop Blogs
Following is a list of blogs containing FxCop content and by FxCop team members. FxCop Team Blog http://blogs.msdn.com/fxcop Visual Studio Team System Blogs http://msdn.microsoft.com/vstudio/teamsystem/community/blogs/default.aspx Nick Guerrera http://blogs.msdn.com/nicholg/ David M. Kean http://davidkean.net ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Alpha Maps with the Sprite class
Does anyone know how i would use an alpha map with the sprite class i was using dated texture image editors... my only bmp option is 24bit I loaded the bmp into the dx texture editor and then loaded the alpha map and saved as dds. Thanks for the help Dustin_H ...Show All
SQL Server i created a login in SQL SERVER 2005 EXPRESS, but cant login...
create login dave with password='abc', default_database=tempdb when i use this account to login my sql2005, i got Msg 18452, Level 14, State 1, Server DAVID-398113F7C\SQLEXPRESS, Line 1 Login failed for user 'dave'. The user is not associated with a trusted SQL Serv er connection. why You have probably installed the server such that it only allows Windows Authentication, so you cannot connect with a SQL login. See the "How to: Change Serv ...Show All
