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

Software Development Network >> Krishna Tangriala's Q&A profile

Krishna Tangriala

Member List

Qiming Lu
Colby
Igor_G
Rashad Rivera
CUIllini
Cwoja
MatsSu
Zeeshan Ali
fjahnke
vishal srivastav
Tom T
yerra
CommanderG
Kevin.Ji
ActiveBrian
Sanjay Gupta
Ed Mason
Simon dotnet convert
Janthegroat
Viral
Only Title

Krishna Tangriala's Q&A profile

  • Visual Studio Team System Uninstalling SDK samples

    Hi I've built the SDM SDK samples and after playing with them I now want to uninstall them. Using control panel->remove software which runs the WiX uninstaller created for each project doesn't get rid of the icons still showing on the toolbox... is the uninstalling process supposed to properly get rid of registry entries I was expecting the uninstaller to totally clean any samples traces in VS... am I wrong Uninstalling the msi with samples (that Wix uninstaller you have mentioned) will remove all of the files and registry keys. The issue is that the VS toolbox caches a prototype the first time it is ...Show All

  • Smart Device Development formatting a datagrid

    Ok - I have a datagrid bound to a SqlCeDataAdapter grid.DataSource = myDataSet.Tables(0) I want to apply a dataGridTableStyle to format the grid nicely ts.MappingName = "procedureHistory" Dim procedureDate As New DataGridTextBoxColumn procedureDate.MappingName = "procedureDate" procedureDate.HeaderText = "Date" ts.GridColumnStyles.Add(procedureDate) etc etc for the other colums grid.TableStyles.Add(ts) But it doesn't work - the grid still has the default formatting -  I guess it's cause the datasource.tables property just references an index, and this doesn't correspond to the ts.mappingName perhaps To go back a st ...Show All

  • SQL Server Hr=80004005 ERR:OpenDB failed getting pub version 28627

    I am getting the error " Hr=80004005 ERR:OpenDB failed getting pub version 28627 " in the SQLCESA30.LOG log file in the "C:\Program Files\Microsoft SQL Server 2005 Mobile Edition\Server\SqlMobileReplication" directory - the directory set up as the Virtual Directory in Internet Explorer. This occurs when I try to set up a .sdf file to be replicated to a SQL Server 2005 Mobile database (I'm following the instructions from the Microsoft Tutorial - http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/med302_msdn_sql_mobile.asp ). In the UI, when I attempt to set up a new Subscription (setting up my publication goes ...Show All

  • .NET Development Alertbox title

    How to give a title in Alertbox in javascript Guhananth regards ...Show All

  • Software Development for Windows Vista WF Virgin

    Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim Take a look at the sample in Samples.zip which can be found under %ProgramFiles%\Microsoft SDKs\Windows Workflow Foundation\, if you have the VS Extensions for Windows Workflow Foundation instal ...Show All

  • Visual Studio Custom coloring using MPF

    The documentation mentions the following for creating custom colorable items: - Set RequestStockColors to 0 or leave it untouched (Left it untouched) - Define your own ColorableItems in the constructor of LanguageService - Override GetItemCount and GetColorableItem methods of LanguageService I followed the above steps and still the custom colorable items do not show up in Fonts and Colors property page on Options dialog box. I made sure that the names of the colorable items are different from the existing ones. I am using October RTM version of SDK. What else needs to be done Thanks in advance.   ...Show All

  • Smart Device Development highlight DATA

    HI I have a combobox and content many data inside, How can i highligh some of the data backgroud colour Is there method i can do it to highlight the only the important data in the combobox Hi! There is no easy way, but you can do this - handle DrawItem and MeasureItem events, so you can draw items as you want (and set DrawMode = DrawMode.OwnerDrawFixed). ...Show All

  • Windows Forms Sticky question

    What's the best technique used to see all the events and the order in which they execute during the life of a winform carrying labels, textboxes, checkboxes, and dropdownlists, etc  Thanks.  Hi, Are you suggesting that Validating and Validated events never fire on a form That is the behavior I am getting as of now, even I Call Form.Validate() I can call ValidateChildren() and force all children to validate, but still Form.Validating and Form.Validate ...Show All

  • Visual Studio Is there a roll-up installer for .NET 1.1 and .NET 1.1 SP1?

    My product redistributes the .NET 1.1 installer (dotnetfx.exe), in case the user does not have .NET installed. The .NET 1.1 installer is about 20 MB. The .NET 1.1 SP1 installer is about 10 MB. Is there a cumulative, roll-up installer that combines both .NET 1.1 and .NET 1.1 SP1 thanks, chris ...Show All

  • SQL Server Generating a PDF type report and embeding fonts

    When a .pdf file is generated by reporting services, does it embed the fonts used into the .pdf , or is there any way to tell reporting services to "embed all the fonts" Thanks in advance. Hi Sunny -- No, the PDF extension does not do font embedding...There is no way to force this behavior, either.  ...Show All

  • Windows Forms My computer loads slow from the splash screen

    My computer  loads slow from the splash screen and applications  occasionally freeze. When the computer loads from the splash screen the splash screen flickers. ( Could this be hardware problem I was told that my video card  could cause boot problems also.Could this be a virus or malware issue )I'm running XP Home. I ran Norton Anti-virus and Stinger a ...Show All

  • SQL Server Issue with Export to CSV

    Dear Anyone, Whenever we export reports to CSV, it seems that the column headers in the CSV fileb are the actual column names in the select statement we used in the data set and not the column names that are in the report. Is there a way to reflect the column names in the report to the CSV file rather than the actual physical column name in the report Thanks, Joseph As there is no explicit binding in RDL between the data columns and the header columns, CSV export uses the names of the controls in the export. You can either change the textbox name or you can override the name using the DataElementName property (on the data tab of the te ...Show All

  • Visual Basic Help needed for beginner

    I am writing a program, of which part is to copy all files, folders and subfolders from a provided source location to destination. When I run the code as shown below, if there are more than 2 subfolders in depth, or the source is on a CD then I recieve the following error: "An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll." "Additional information: Access to the path 'C:\New Folder\Autorun.inf' is denied" I do have NTFS permissions to the folder and I am the local admin. Does anyone know why this is happening   strsrc is D:\ (a win2k cd) and strdest is C:\new folder. I hope some ...Show All

  • Visual Studio Express Editions move to specific value within MS Access DB

    pry already been asked on these forums, but havent quite found "my answer". Here's the problem, in VB6 I could move thru a DB and extract my required data from a specific field. Now, I havent found a way to do that without using a control on the form. Heres the specifics.... Im using Visual Basic 2005 Express Edition, I have a MS Access DB with 100 rows and 10 columns. My first column is an autoID, ie, 1 to 100. I want to be able to move down to a specific row programmatically (to a specific number) and then extract the data from the column of my choice into lets say, a textbox. Can someone plz spew a quick example of ...Show All

  • Visual Studio Express Editions HAD Beta 2 But do not have uninstaller

    I had beta 2 of VB.net Express and Web Developer. I don't have the uninstaller anymore, but I do have a lot of registry items to remove. Some of them are easy, of course look for v.8.0 and for Express 2005, but I want to make sure I get them all. Does anyone have a list of what I need to remove And to make sure I didn't forget any files, anyone have a list of the files to delete Or, even better, if anyone has the beta 2 to install so that I can use the uninstall method, that would be great. The two methods posted do not work. I use that special uninstaller, and it can't remove anything, probably looking for an uninstaller that no longer exis ...Show All

©2008 Software Development Network