Hemanth C Murthy's Q&A profile
SQL Server How to present Time Series Chart on the Web
Help me!! 1. Can you tell me the way to present Time Series Chart on The Web by ASP.Net 2.0 2. I have a Time Series Mining Model. Its structure is: (Month datetime key time, Sales continous predict) When the query runs: select Flattened Predict(sales,5) from Model_Name The result is Month and sales in the future. But i wan also retrieve Month and Sales in the past . Tell me the way Thank alots!!!!!!! ...Show All
Visual C++ linkLabel_LinkClicked
With managed C++ what would I have to type on this linkLabel_LinkClicked code in order to make my link go to a website of my choice #pragma endregion private : System::Void linkLabel1_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^ e) { } }; } http://www.codeproject.com/system/newbiespawn.asp df=100&forumid=3298&exp=0&select=706737 ShellExecute is th ...Show All
Visual Studio Package Load Failure - VS 2005 Final Release
I just installed the VS 2005 final on a machine that has had no beta software installed on it (just the prior version of VS 2003 - which i removed before installing 2005) and when i started it i get errors about "Package Load Failure" or the "visual studio common ide package". I've found some post about this proble in beta 2 and they seem related to not uninstalling the previous beta correctly... but i am installing this brand new... why w ...Show All
Microsoft ISV Community Center Forums Important MS Partner Question
I'm giving serious thought to joining the Microsoft Empower ISV program, but I want to know for sure what version of MSDN and other software I'll get once MSDN Universal goes away. The Empower ISV website has been recently revamped, but it STILL lists MSDN Universal as the version partners receive. Since MSDN Universal is no more in about a month, what does that mean for active/new partners My compa ...Show All
.NET Development is Web service developed in VS 2005 can be accessed from vs 2003
I want to develop a web service in visual studio 2005(using ado.net with sql 2005) and then use this web service in visual studio 2003.Is it possible. Ofcourse.... ...Show All
Smart Device Development CCommandbar and AppendMenu with PPC2003 app in VS2005
Hi I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do a printout of the items in the menu after appending them, so I know they are there, but they never become visible. I've tried DrawMenubar but it doesn't make a diffe ...Show All
Windows Forms WindowsForm new controls
I'm looking for a link that show the new controls in .NET v2 with screen shot and description (I don't have v2 to compile and try them). Just a few of them: http://www.windowsforms.net/WhidbeyFeatures/default.aspx tabindex=5#Controls ...Show All
Visual Basic Save/Open file
Hi, i'm currently writing a program for .... and i want to save the textbox values in a file, how can i do this simply in vb6 you only had to open (filename) as input #1 print#1 (var) close#1 How to in pocket pc 2003 thanks you Kevin If you were using these commands in VB6 and wanted to do the self same thing in .net on PC My.Computer.Filesystem.WriteAllText(Filename, var, ...Show All
SQL Server Programmatic generation of History snapshots with varying parameters
When you call CreateReportHistorySnapshot it generates a snapshot of the specified report with only the default parameter values. How would I generate snapshots based on parameters specified at runtime I've done this before using a Linked Report. If you first call CreateLinkedReport() you can pass in the properties for the Report. Then Create a Snapshot of that. If that is not enough to get you going let ...Show All
Windows Forms Owner Draw ContextMenu
Hello everybody, I have a problem. I can create owner draw menu but only MainMenu. Contextmenu doesn't want to be created. Can anybody write sample of it Sorry for my bad English. I believe you have to set the OwnerDraw property of each menu item to True. Then what I usually do is create one sub to handle all of the items for example: Private Sub MeasureMenuItem( ByVal sender As Object , ByVal e As Meas ...Show All
Visual C++ error about"cannot be marshaled as an unmanaged structure"
i got a struct like: --------------------- public ref struct OutPacket{ int m_replyIndex; List<MainInfo^>^ m_mainInfos; }; --------------------- when i pass it to another process, i have to transfer it to intptr : --------------------- IntPtr pnt = Marshal::AllocCoTaskMem(Marshal::SizeOf(outPacket)); Marshal::StructureToPtr(outPacket,pnt,true); return pnt; --------------------- then i got a message: ********* err = {"Type 'C ...Show All
Smart Device Development mobile 5.0 native time events
I have tried to the State and Notification broker TIME event (under HKLM\System\State\DateTime\) to try and launch an application at a given time and cannot get it to work. I also tried to just launch an app that displays a MessageBox every minute and could not get that to work either. Any suggestions Here is an example of what I was trying to do: --------------------------------- HRESULT hr; NOTIFICATIONCONDITION nc; nc.ctComp ...Show All
Visual Studio Team System Getting sharepoint back after Beta 3R migration
OK, I've got Beta 3 Refresh up and running, but the sharepoint sites didn't take kindly to the database migration (apparently). When I try to open a project site, I get an error message: The virtual server that is referenced here is not in the config database. So, presumably something is amiss in the shareport configuration. So far though, I'm having a hard time finding my way through the Sharepoint configuration site. So - Which virtual s ...Show All
Windows Forms RegionMaster Controls Released
I've finally published a bunch of controls I've been working on for quite a while. Check them out in the control gallery at: <a href="http://windowsforms.net/ControlGallery/ControlDetail.aspx Control=219&tabindex=9"> http://windowsforms.net/ControlGallery/ControlDetail.aspx Control=219&tabindex=9&l ...Show All
Software Development for Windows Vista Custom activities to simulate user action and populate web page input fields and submit the page.
http://www.codeproject.com/useritems/WWF.asp ...Show All
