ammukarthik's Q&A profile
Software Development for Windows Vista New Windows Vista Developer Story: Search & Organize
As promised, the latest chapter in the Windows Vista Developer Story has been posted on the Windows Vista Developer Center . Abstract : Learn how to improve your Windows Vista applications using built in support for Live Icons, Rich Preview, Search Folders & Stacks, extending Search to new data and file types, Navigation & Filter Controls, improved Search & Indexing, Filtering, Data Sharing, and Breadcrumbs. Link : ...Show All
Smart Device Development wse3 runtime
There is also a runtime available from wse3. Means this that everywhere you want to deploy your application, this has to be installed Also on the compact framework ty I'm not quite sure what exactly you’re asking and what do you mean by "wse3". Please clarify. ...Show All
SQL Server Using MS Access 2003 Project with SQL Server 2005
I continue to receive an error that states "The version of Microsoft Access doesn't support design changes with the version of Microsoft SQL Server your Access project is connected to. See the Microsoft update website for the latest information." I'm using Access 2003 that I ran a database through the Upzinging Wizard with a copy of SQL Server 2005. I have searched the Office Update pages and can't locate anything that helps, alt ...Show All
SQL Server Adding SDF data into a Listview - C#
Hello everyone, I finally got the SDF file on my pocket pc, and now am having trouble loading the data into the listview. I am not sure where I am going wrong, but the code is listed below. Any ideas Thanks so much, everyone. private void LoadList( string szSQL) { // Clear out anything that might already be in the list CollectionList.Items.Clear(); // save off the SQL Statement m_szCurrFilter = szSQL; ...Show All
Visual C++ Reference dll
I'am learning VB.NET and VC++. I created a dll in VC++, but VB.NET didn't recognize it as a reference dll. So my question is how do I make my VC++ dll, a reference dll try looking at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconconsumingunmanageddllfunctions.asp ...Show All
Visual Basic Settings the Process Priority Level of the app
The program I am making requires a bit of thread time since it is meant to hold a lot of controls and objects, but I've been stuck on setting the process priority level. I've tried the System.Diagnostics.Process class and same with a bunch of the thread things, but it didn't work. If you know how to set the process priority class for your current application please post here. Thanks, Tanner Actu ...Show All
Windows Forms App doesn't release resources when closed
Hi, I have a windows app that takes data from a couple of web services. I have noticed that when I close the app using wither the close box or the exit menu (me.close code behind) that although the app visually closes it still holds memory ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
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 res ...Show All
.NET Development Warning in VS2005 that an object is being used before it has been assigned a value.
I'm getting warnings that I don't understand for DataReader and Command objects, and I don't know how to use them in a manner to avoid the warnings. Please help. I have several procedures like the following, and the warnings point to the Finally block where I close the DataReader and Dispose the Command. How should this be restructured Thanks you Public Sub MySub( ByRef pageIDs() As String ) ' returns an array of all Pa ...Show All
SQL Server How to launch programatically a SSIS package?
Dear all, I wrote this post others times but the answer did not satisfied so that I'd like to know if really anyone has ever used or experienced with this possibility. No by .Net language rather than Vb 6.0 or ASP or even instanciacing DMO library. According this link http://support.microsoft.com/ kbid=817248 it seems possible but I haven't idea if possible keeping in mind that it has been made by yourself no for others... So that, I mean, ...Show All
.NET Development Problems...does anyone know what nnnom.dll is?
Please e-mail me if you can help me fix this computer. mrjahayes@hotmail.com Hello, I'm running Windows XP Professional and I don't have it installed on my machine. I did a quick MSN Search and it had a few links: http://search.msn.com/results.aspx q=nnnom.dll&FORM=QBHP One poster implied the name of the DLL was "Winlogon Notify". It might be a 3rd party WinLogon plugin, but I have no firsthand knowledge. Have you looked at the publis ...Show All
Visual C# Help? undating value on monitoring form
I am trying to write an application that keep tracking of computers system information in LAN using WMI. I have one problem that I want to create a form that will launch a thread and scanning and shows the current status of scanning (like current scanning computer, how many computers left, time eclipsed). I have created “a class object A” that scans and holds all the information. How do I pass the updated information to the form every time when ...Show All
Visual Studio Team System Error 28100. Error Loading Event web server Team Foundation Server Trial Version
I'm getting the above mentioned error in the final stages of the TFS install when installing on the application tier. Everything has been going ok until the last step of the application tier install. I'm doing a dual-server installation. I've doubled checked the security accounts I'm using including the local policies that should be set for each on the application server. Here is the error message in the msi log file: Failed to load EventS ...Show All
Visual C# Working with database data in textbox controls instead of datagrid?
I've learned how to display/update data from a database in a datagridview control. But when working with one row at a time, i would prefer to make a nicer GUI, with textboxes/checkboxes etc. Are there any easy way i can achieve that Reading and displaying is one thing, but what about updating Does anyone know where i can find any tutorials that demonstrates working with data in other controls than the datagridview Example: A GUI with a button ...Show All
Visual Basic Function CInches
Hi i was using this code in MS Excel and was working fine but i need to use it in a small application i'm making in Ms visual studio 2005, if any one can help thanx. '\ This function converts a string like 5'-6 1/4" to a decimal number '\ of inches that can be used in calculation. Function CInches(Text_string_containing_values_for____Feet_Inches) '\ These values are used to examine the input string, one character at a time ...Show All
