Abijiths'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. You will need to make a Image or Bitmap. From that, you can get a Graphics, which you should Dispose of when you are done, that you can use to draw on the image. When you have finished drawing, you can use the Save method on the Image or Bitmap to save the changes. Public Sub DrawOnImage(By ...Show All
Windows Forms FolderBrowserDialog
Hay folks. Last evening I succesfully installed Visual Studio.Net 2005 Beta, so I converted my main project to it. Strangly enough this 2003 project on some files there was need to change line-ending to: Windows( ) <cr><lf> ( ) A bold translation made me deactivate some debug statements. However in one of my methods I use <strong>FolderBrowserDialog</strong> th ...Show All
SQL Server Error Number : 29503 The SQL Server service failed to start.
Is there a trick to getting this installed correctly Everything works great until it gets up to starting the service. Here is the complete section of my setup log file. SQL 2005 Standard. Machine : KINGSERVER550 Product : SQL Server Database Services Error : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually." -------------------------------------------------------------------------------- Machine : KINGSERVER550 Product : Microsoft SQL Server 2005 Product Version ...Show All
.NET Development simultaneous connections with Access 2003
Hi there, I just want to know, I'm using Access2003, and VB.NET 2003. I just want to know, does Access2003 support simultaneous connections Why use Access The data that will be stored into the Access DB won't be that much, and the Access DB will only be used by max 4 people, to manipulate DB data. Is that posible with Access, how do I go about, create the functionality for the simultaneous connections, and while the one person is busy on a spesific record to lock that record, so that another person can't access that record, while it's in use by anoher person. / Please Help. Thanx SJB ...Show All
Visual Studio Binary files randomly corrupted after check-in in VSS RTM (8.0.50727.42)
With VSS RTM (8.0.50727.42), when we check-in binary files (.lib, .dll, .pdb) the file is randomly stored corrupted. Our investigation discovered that it seems that the final part of the file is missing. 1) Checkout the binary file 2) Modify it 3) Check it in 4) Get the file The file is corrupted. We were not able to deterministically reproduce the problem; we are absolutely sure that no error is reported during checkin, nor within Source Safe explorer nor with OLE automation. We run analyze, but the database did not show any corruption. The OS is Windows Server 2003 Standard Edition SP1 for the server and Windows XP SP2 for the client. Chec ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;amp;H8013141e&amp;amp;
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ). Hi, João, This is a good opportunity (in the ...Show All
Visual C# ReportViewer Caching?
I've created a multiview with two views. The first view has two date parameter fields and a submit button. When the dates are populated and the button pressed, the ObjectDatasource gets the data from a stored procedure and populates the reportviewer in the second view. After this first execution, the report keeps displaying the same data whatever dates I put in as parameters. The code to get the data from the object data source is not being executed after the first time. And I ran Profiler..the stored procedure isn't being executed. I have EnableCaching = False on the ObjectDataSource. I would like the report to be populated with ...Show All
Visual Studio Installing my package on another machine
I have created a VSPackage with a PLK, and a full MSI installer for it. I have used the Managed project framework to create my package. The result is a single .Net assembly "MyPackage.DLL" and the requiredInterop.NativeHierarchyWrapper.dll dependency. Assuming all of the properr registry settings are being written and I am running devenv.exe /setup upon installation, is there anything else I need to distribute from the VS SDK with my package Thanks, Rod This post may help http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=179867&SiteID=1 Craig ...Show All
Windows Forms Adding a project data source
I am trying to use a DataGridView in a windows forms application. I did have it working properly displaying the contents of a list. Unfortunately recently the form editor stopped working (it produced errors saying that it could not find the class that the BindingSource was linked to whenever I tried to view the main form in my application) and I found that the only way in which I could get it to start working again was to completely delete the data source, the collection class and the DataBindingSource. Now I am trying to put things back to how they were and I am having problems. I have created a new class defined ...Show All
Game Technologies: DirectX, XNA, XACT, etc. dxut: keeping carent in editbox
sorry if im being a pest but one more thing is there a way to keep the Caret with in the editbox control if you type in the editbox control the Caret moves all the way off the screen, I have tried seting many different properties and mothing seems to work. thanks a bunch I was searching to see if there was a fix to this problem, and my question is this still going to show up in a sdk update ...Show All
SQL Server Programmability of parameter bar(layout/items)?
Hi all, does anybody of you know how to code and customize the parameter bar of the SSRS reports I know about putting code behind expressions but how is it with parameters How is it possible to... 1. define the layout of the parameter bar and the positions of the parameter items 2. make the parameter items user-specific Is it possible to define a report with the report designer and hand over data (parameters) by code-behind or a referenced assembly Thanks a lot for any help Best Regards Marc Thanks ... Can i find some article / sample code somewhere on how to build custom UI and use it as the Parame ...Show All
Windows Forms New Terrarium Toy!
OK, so it's not completely new. Some of you may remember that I had created a StatsViewer before (many moons ago). I updated it to work with the 1.2 Terrarium Server. This new version is completely rewritten and is much better behaved than the old one. StatsViewer gives you a nice GUI interface for viewing the progress of your favorite critters. Go to http://www.DavidAndAngela.ws/Terrarium to install it. Oh, BTW. In case you hadn't guessed. You can use that URL instead of the IP address in your Terrarium client. ...Show All
Visual Studio Tools for Office Drag and Drop with VSTO2
Has anybody managed to implement drag and drop between the Actionspane and a Word document I keep getting an exception whenever I call the DoDragDrop method on a control embedded in the Actionspane. I am using Visual Studio Beta 2. Thanks Johannes Stuermer Hi Johannes, I was able to implement drag and drop between a Microsoft Word document and the either a treeview control or text box control residing on the actions pane. Below is the code from my actions pane class that allowed me to drag a selection of text from the Word document and drop it into the text box control. Note that you will also need to e ...Show All
Software Development for Windows Vista Activites in different process
In WWF, can the activities run in different process or different machine than the workflow run time Is there any web farms we can set up for scalability issues Thanks Pravin Hi Pravin, Yes. Use a common Persistence Service between the processes to achieve this. Thanks, Srikanth. ...Show All
SQL Server Problems setting File Share Subscriptions in Reporting Services SQL 2000
I cannot get the Subscriptions to work properly if at all. I have set up a subscription to send to a file share folder, but the time and event passes without the subscription working. Under one set of circumstances I was getting attempted subcription delivery but had a problem with writing to the folder. I have now even tried modifying the RsWebApplication.cfg file to set default to FileShare as opposed to Email Delivery, but still get no subscriptions happening. Can anyone shed some light on how to get the subscriptions working. Ultimately I want to programatically create these, but first things first. I have set the Logon User ...Show All
