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

Software Development Network >> Upender R. Sandadi's Q&A profile

Upender R. Sandadi

Member List

Alan Foster
chicoamaral
Mcrwire
kasl33
Dmitry Vasilevsky MSFT
jimmimacc
Michael McCormack - MS
patri_ar
Rioch Mulhall
roadragedsb
JPaulraj
panacea911
shware
JPC16
davidhhhhhhhhhhhhhh
jbog91
zhengjs
marit
Nat Raja
Áron Kolozs
Only Title

Upender R. Sandadi's Q&A profile

  • Visual Basic Image Editor

    How can I activate the image editor in a Visual Basic Windows application you can call Microsoft Paint using   System . Diagnostics . Process.start() ...Show All

  • .NET Development CommandBehavior.KeyInfo

    Hello, I have a connection using .Net Framework Data Provider for Oracle. When I try execute the follow statement: cmd.CommandText = "SELECT NOME, CI FROM (SELECT NOME, CI, ENDERECO FROM FUNCIONARIO) A"; conn.Open(); DbDataReader reader = cmd.ExecuteReader (CommandBehavior.KeyInfo); schema = reader.GetSchemaTable(); reader.Close(); conn.Close(); /******************************************************************************************/ ...Show All

  • Visual Studio 3 Editors within a package; installer problem

    In my application I've a 3 diffrent editors and I've place [ProvideEditorExtension(typeof(MyEditorFactory1),PackageConstants.MY_FILE_EXTENSION_1,0, ProjectGuid = MY_GUID_1, TemplateDir = ".\\Templates", NameResourceID = 106, DefaultName = MY_DEFAULT_NAME_1)] [ProvideEditorExtension(typeof(MyEditorFactory2),PackageConstants.MY_FILE_EXTENSION_2,0, ProjectGuid = MY_GUID_2, TemplateDir = ".\\Templates&quo ...Show All

  • Windows Forms DataGrid bound to IList: Column mapping

    Hello! I have a DataGrid and set the DataSource to a collection class, which inherits from CollectionBase. This works fine, but the DataGrid displays all information of the collection's objects. So I wanted to use ColumnStyles, but that doesn't work: Class Diagnosis &n ...Show All

  • Microsoft ISV Community Center Forums Access Link Table with Outlook Problem

    Hi, I'm having problem in create a link table that retrieve task from Outlook. It can create a table. But with nothing in it, except the %Complete data. The rest of field were empty. Does any have any idea about this Or, Would you mind to show me on how to create a link table in access that retrieve Task from Outlook , which including start date/end date Regards, David I don't think is possible as you can see from the above reply. What yo ...Show All

  • Windows Forms Still having trouble signing assemblies in VS2005 Beta 2

    I have not been succesful in signing assemblies in VS2005 Beta 2. First some info: I have a solution with (3) projects [2 of which are .dll's] I am using ClickOnce to deploy the program over the Internet. Security Settings are set to full trust. The program manifest is successfully signed with a valid authenticode certificate. Ok, back to the issue: I have tried to sign the assemblies by browsing to the .pfx file that, which is the same one ...Show All

  • Windows Forms DataGridView - slow

    Hi, this DataGridView is really giving me headaches like you can see in all the topics I start :) This time it's about performance. I'm using a DataBound DataGridView and performance for painting on it, etc. is good as long as it contains no data :) However, as soon as I load 10 columns in it with about 200 rows, performance really drops. Resizing the form that contains the grid becomes real slow even with column auto size off. Painting selectio ...Show All

  • Visual Studio Team System Custom Checkin policy error

    Hello, I made a custom checkin policy which just asks if you are sure to checkin (its a demo), i then place it in C:\test\ and register the policy under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Checkin Policies (With its path and dll name!). Then i go to the source control properties and add a new checkin policy, my policy shows up in the the dialog box, and executes the code in the public bool ...Show All

  • Visual C++ Newbie: Can't use WinAPI because included twice

    Sorry for this lame question, but I've spent hours trying to solve this ridiculous problem. I'm trying to use the Windows API GetGUIThreadInfo, but because (I believe) it is declared twice (in winable.h and winuser.h, which I believe are implicitly included) I cannot use it. I get an identifier not found error. What do I do so I can use GetGUIThreadInfo I haven't used C++ for a long time, and I'm not sure if I ever encountered this proble ...Show All

  • Visual Studio Express Editions Texbox Height

    Hi all, How can I set the hight of a single line textbox Best regards, inamar001 If your goal is to change the font, then this code should work for you. private void button1_Click( object sender, EventArgs e) { float currentSize; currentSize = textBox1.Font.Size; currentSize += 2.0F; textBox1.Font = new Font (textBox1.Font.Name, currentSize, textBox1.Font.Style, textBox1.Fo ...Show All

  • Visual C++ AFX_MANAGE_STATE To load DLL Resources screws up resolving of Parent hWnd

    I've designed an architecture which uses DLLs to expose types through common bases, creating instances using an anonymous factory-style pattern. I intend to mix window types and standard object types together as if they are the same thing - but the architecture will know, when creating an instance that one is a window whereas another is an object. The windows are piggybacking on top of the MFC windows, therefore I'm creating specific implemen ...Show All

  • SQL Server File storage with SQL server

    Hello, i'm thinkink about design of a new WinApp. In this app, i need to store files (xls, doc and pdf essentialy), i need to be able to open and modify it. I want to use SQL Server 2005 to store those file to be able to use replication process. Is it possible, is it a good idea Thanks a lot yes its possible and in most cases prefered. you would store them in an image field. programmatically, your app would open the file ...Show All

  • Visual Studio Team System I give up -

    I would REALLY like to bring up the Team Foundation Server to evaluate as a replacement for ClearCase and ClearQuest, but I can't get TFS to install. I have spent two days trying to resolve the issues and I am out of time. Microsoft: I realize that theses are not the final versions, but this process needs to be easier. By looking at the posts, a lot of people had the same issues. I installed the VS2008 ver ...Show All

  • Audio and Video Development What is the good IDE Tool for iHD programming?

    Hi, I'm totally new to this iHD / HD DVD world and I'm exicted that I found this forum. Hopefully I'll learn a lot from and contribute some opinions to this forum. My 1st question in iHD programming is what IDE tool should be used in programming iHD And my 2nd question is how to run / preview all 3 samples from HD DVD Programming Guide. Thanks, -mh Hi mh, Welcome, and glad to hear you're excited! :-) At t ...Show All

  • Visual C++ Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document."

    I have recently install VS 2005 Pro and I cannot get breakpoints to work properly in my C++ Win32 application. After compiling for Debug and placing a breakpoint, when I run my program the breakpoint indicator becomes a hollow circle with an exclamation point and I see the above message when I hover over it. This makes no sense to me because I have verified the following: 1. Yes, I have compiled for Debug. 2. Output for my program indic ...Show All

©2008 Software Development Network

powered by phorum