Software Development Network Logo
  • Smart Device
  • Visual J#
  • Visual FoxPro
  • Visual Basic
  • .NET Development
  • Windows Forms
  • SQL Server
  • Game Technologies
  • Visual C++
  • VS Express Editions
  • VS Team System
  • Microsoft ISV
  • Windows Vista
  • Visual Studio
  • Windows Live

Software Development Network >> Venkataraghavan Sheshadri's Q&A profile

Venkataraghavan Sheshadri

Member List

THizle7XU
nkbfok
timbop88
ChrisBryan
iPlexor
EHoward
SevilJC
aL_920
DaverDee
jcbatchelor
John R. Meek
wtsnet
Ackworth
Aurora-r
vignali
genuine_tuffguy
BlogusMaximus
Arjuna Chiththananda
Gord M
Patrick Demer
Only Title

Venkataraghavan Sheshadri's Q&A profile

  • Visual C# GDI form transparency problem

    I'm trying to draw a transparent form using GDI, by overiding the OnPaint and OnPaintBackground event handlers. This technique works well enough on the first draw,and it produces a nice result, however, on subsequent draws, it works less spectacularly. For some reason, the screen is never cleared, and when it redraws the new things are composited ontop the previous draws, making the transparent images darker and darker. Here is the contents of protected override void OnPaint(PaintEventArgs e) { Graphics g = null; Assembly assembly = Assembly.GetExecutingAssembly(); Point point = new Point(400,400); backBuffer ...Show All

  • Visual Studio 2008 (Pre-release) Data Binding and Threading

    I am data binding XML (XmlDataProvider) to the Content Property on a Label. When the XML changes the Label is updated. This works if the Xml is updated on the UI thread(I used DispatchTimer). If I use a worker thread (Thread.Timer), the label content does not update and I do not get any exceptions. I can get things to work if I use Dispatcher.Invoke and update the Xml in the delegate. Is ther a way to update the Xml on a worker thread without having to invoke I will post my code below. Steve < Window.Resources > < XmlDataProvider Source = " ..\..\Items.Xml " IsAsynchronous = " True " x:Key = " ...Show All

  • Visual J# Rebuild Issue with Object Test Bench

    I am able to create an instance of a class in the Object Test Bench.  But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method.  It does this even though I have not modified the code in any way.  I try to execute the method right after I create the instance. This seems to happen if you have multiple projects in a solution.  Is there a workaround Help! :) Steven Just for your information. I was having the same problem and changing the settings in the optio ...Show All

  • SQL Server Execute SSIS package from ".vbs" file

    I need to execute a SSIS package from a ".vbs" file on a computer that don't have SSIS installed on it. Thank You The only way to remotely execute a SSIS package is to set up a SQL Server Agent job to run the package and run that remotely. If you can find a way of doing that in a .vbs file then you're laughing. -Jamie ...Show All

  • Visual Basic Good articles on event handling in VB.NET

    I've started moving in to more advanced VB and I am presently having a look at event handling. I have tried to find some good resources on Google but event handling in VB.NET doesn't seem to be the stuff that people write about. On of my main questions is about the difference in event handling between C# and VB. Is it my perception or is event handling in VB a lot more basic I would appreciate it if anyone could point me in the direction of a good web resource or a book on event handling in VB. Thanks jjrdk I've been digging into the subject and have stubled across a major obstacle when implementing even ...Show All

  • SQL Server management studio object search

    Query Analyzer has the object search tool - F4 to access. Is there a similar tool in Management Studio I have looked around and been unable to find it. Thanks, RM I've tried SQLDBSearch it works fine and "Search by SQL definition (text)" feature is very cool, thanks to the author. However if you still like Object Search tool (Shortcut F4) you can point your Query Analyzer to an instance of SQL Server 2005 it works fine for me. I'm wondering why SQL Server team did not keep this feature in MMS and I hope the tool will be reintroduced in next release. ...Show All

  • SQL Server Problem about authentication of OLAP on web

    server : MS SQL Server 2000 olap : Analysis Service client : Excel save to .html connection client/server : workgroup I use Excel to retrive data from AS and publish to website by save file to HTML file The problem about authentication of OLAP is it's depend on Windows account . Example. If I would like to create new account to viewable data on client , I must 1.Create user (Windows account) in server and set to group that can view data 2.create user (Windows account) in client for user to login account then user can connect to AS database via client PC (only PC that has user account) , Right If I'd like to use ...Show All

  • Visual C# How to execute an operation at console application after specified time?

    How to execute an operation at console application after for example 2 seconds Edit: I want to get something like that: void Main() { Console.WriteLine("Something..."); Console.WriteLine("Write it after 2 seconds after writing 'Something'"); }   How to do that OK, I think that's better idea to use shorter code ;) Thanks again. ...Show All

  • Windows Forms GDI+ Error and (JIT) debugging message, help need

    Below is the error message, anyone here know what the problem cause this error how to fix it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Windows.Forms.MenuItem.WmDrawItem(Message& m) at System.Windows.Forms.Control.WmDrawItemMenuItem(Message& m) at System.Windows.Forms.Control.WmDrawItem(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolBar.WndProc(Message& m) at System.Windows ...Show All

  • Windows Forms mapping enter key !!

    I have a window's form with textbox (single line) and 2 buttons OK and Cancel I want the OK button to trigger when the user hits enter on the form. How do I acheive this TIA satch: To restate the obvious: don't forget to also set the CancelButton property, if you want to have the Escape key cause the form to close. (Generally, t ...Show All

  • SQL Server TEMPDB System Database

    Hi, There is a strange problem happening. I have MSSQL Server 2005 setup on a new computer. By default, this has created the system databases on the system. I have added 2 of my own databases. Even though the system is still not being functional completely, I observed that the datafiles for the TEMPDB database occupy the space. I have a 270GB Harddrive connected to this machine. Today when I connected to the server, the datafiles for TEMPDB is occupying 265GB of space out of the total space. Why is the database file occupying such a large space Could there be something wrong in the setup with MSSQL Server 2005 I have never seen this happeni ...Show All

  • Visual Basic ExplorerBar Control

    Hi, I am trying use an ExplorerBar control in my IT Asset Tracking project but to no avail. I downloaded the control binary from the following website : www.vbaccelerator.com/home/NET/Code/Controls/Explorer_Bar/article.asp and placed the DLL as a reference but the code in the documentation is C# and not VB.NET. Has anyone used this control or know of a good link where I can easily deploy this control to my project. Regards Dipendra Hi Dipendra, I'm not familiar with this control but if you can post the C# code you're having troubles converting in VB it's easier to help. You can take ...Show All

  • .NET Development Why Two Installers For Windows Service?

    One of the review questions in a C# MELL is: Why do you need to add instances of both the ServiceProcessInstaller and ­ServiceInstaller classes to install your service application This is a good question and I am unable to answer it.  The MELL gives the following in the "Answers" appendix: A service application can contain more than one service. The methods of the ServiceProcessInstaller class perform the tasks that are common for all the services within a service application, such as writing entries in the system registry for all the services within the service application. The ServiceInstaller class performs tasks specifi ...Show All

  • SQL Server Graph(Chart) showing data

    Hello I am making the switch from using MSACCESS to do required reporting to using Reporting Services to accomplish the same tasks. A requirment I have is that whenever a graph (chart) is created, it contain the underlying data in a connected and aligned data table. MSACCESS allows this by selecting the chart options and then "show data table". Is this ability included in Reporting Services in MS Visual Studio 2003 .NET If so, how can I enable it I currently can only enable the legend. Currently we are using: SQL Server 2000 (sp3a) Reporting Services (sp2) Visual Studio .NET 2003 Thanks for any and all ...Show All

  • .NET Development Calling RaiseEvent over Reflection?

    Hi, I have a Event on my class and want to call RaiseEvent using Reflection. I don't want to use a workaround method which calls RaiseEvent for me ... I tried calling my EventInfo's GetRaiseMethod but it simply return nothing. How can I do this   Thanks TheGetRaiseMethod returns null for all events declared with the event keyword as explained in the MSDN help for the same. The documentation apparently is not as verbose as it should have been and we will work on that. The GetRaiseMethod will return the method that was set through SetRaiseRaise method if you generate a method dynamically. If you need more help in this please ...Show All

©2008 Software Development Network