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

Software Development Network >> madhukeswar's Q&A profile

madhukeswar

Member List

Sunny G.
denisemc
spoox2
claude_c
GEEEO
chiomike20000
damonbaker
msdnjota
Brad Peterson PSS MSFT
Balamurugan Rajangam
BURNxOUTx112
Sithlrd
jmsigler2
MarkAx
Lex007
mdooley
jmalaso
SPerkin
bruno
sswater shi
Only Title

madhukeswar's Q&A profile

  • Windows Forms Hierarchical DataGridView?

    Hello. I have two sample tables: company             company_id(pk)             name             location employee             employee_id(pk)           &nbs ...Show All

  • Windows Forms Binding Problem with arraylist

    What i am trying to learn here is that i want to create two currencymanager , one for dataset and another for (class) colAccounts   Class is as follows Public Class ColorRule Dim colorvalue1 As System.Drawing.Color Public Sub New(ByVal value As System.Drawing.Col ...Show All

  • Windows Forms Best Practice?

    Hi, I have a form which shows a datagrid with all users. If you press new user, a new form opens, you enter all info including password and close the window with save. Then the new user appears in the datagrid from the first window. S ...Show All

  • Visual Studio Express Editions Where is "press any key to continue."?

    I create my program by click File - New - Project from existing code. The program I created does not have "Press any key to continue" at the end to accept the key from keyboard. I want to make my program to have "Press any key to continue" at the end without adding any code. What can I do You can't - if you want your program to do something, you need to write the code to do it. Do you need h ...Show All

  • Visual Studio 2008 (Pre-release) Adding controls to container

    It is probably a stupid question but... How can i add a control to its container using Cider , let's say i have a wrappanel how can i drag a control inside it tried all alternative but got no luck...   For Canvas, DockPanel, Grid, StackPanel you should just be able to add the control as you would in Windows Forms using one of the following gestures: Click-Click - Add a control by selecting on the tool box (Click) and click ...Show All

  • Windows Forms How to refresh/reload form

    I have two child forms -- Form1 and Form2. Form1 calls Form2. When Form2 closes, it will return to Form1. How can I refresh or reload Form1 Thanks a lot!! :D one way you can do this is in the close event handler foreach (&nbs ...Show All

  • Software Development for Windows Vista Unable to setup windows Vista 5308 (error while displaying image selection wizard)

    Hi - I have tried to install the 5308 build on a (older) PC (AMD Thunderbird/512MB/ATI 9000) that I use as a test machine but I keep getting an error message immediately after entering the license key. The error dialog says "An internal Setup Error occurred while displaying the image selection wizard". After a while the setup program will abort and display another dialog "Exception Unknown Exception 0xe0000100 occurred at memory l ...Show All

  • Windows Forms Error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

    I get this error when calling begininvoke from a streamed tcp connection trying to update ui in another form: "Invoke or BeginInvoke cannot be called on a control until the window handle has been created." Has anyone had a similar problem and fixed it It didnt give me this problem when i called the code from the beginning of the 'try' keyword, yet it didnt update correctly there due to when it was called. Basicly, it has to be called w ...Show All

  • Windows Forms Using Clickonce to install MSI?

    Hey everyone, I'm not sure if this question has been answered before - so forgive me if it has already.... I was thinking of using Clickonce to install an MSI file (which would be installing services), and then using Clickonce to download new versions of the MSI file and install them.  I believe that the MSI files can configure the services (e.g. stop the service from running, install the new one, and start it.)  Does anyone know if ...Show All

  • Windows Forms Using the designer in my own applications

    Does anyone have links to documentation about the Designer architecture for the 2.0 version I'm trying to use it, and I've been able to build a simple application that enables one to design forms at runtime. But I'm having much trouble in figuring out it really works. So far, I found some code snippets online... Thanks. I don't know if there is official documentation on this yet, but this blog post may help you get started: http://blogs.ms ...Show All

  • SQL Server DataReader Source and ODBC connection to PostgresSQL

    Hi, I am trying to use the DataReader Source to import a table from a PostgresSQL database into a new table in SQL 2005 database. It works for all tables except one, which has over 80,000 records with long text columns. When I limit the import to fraction of records (3,000 to 4,000 records) it works fine but when I try to get all it generates the following errors: Source: DataReader using ADO.NET and ODBC driver to access PostgresSQL tabl ...Show All

  • SQL Server Cannot connect to SQL Express Remotely

    I have SQL Express April CTP (from VS Beta 2) installed on machineA, but I cannot connect to it from machineB using the command "sqlcmd -S machineA\sqlexpress -E".  This command works just fine from machineA. I have enabled the TCP/IP protocol for the SQLExpress instance through the configuration manager, and turned off the Windows Firewall on machineA. Any ideas on what I'm doing wrong Hi, ...Show All

  • Windows Forms How to char array convert to string?

    How I can convert a char array to its string equivalent. For example, see the VB.NET source code: Option Explicit On  Option Strict On Imports System Module Module1     Sub Main()         Dim chrM1(10) As Char        &n ...Show All

  • .NET Development Using a non-transactional SqlConnection within a TransactionScope

    Hi, I'm writing a resource manager. It's code will often be executed within the boundaries of a TransactionScope. The problem is that I would like to log all attempted actions on the resource to a database. Ofcourse all attempts that fail also have to be written to the DB. This means that I cannot let the SqlConnection I use to be executed within the transaction boundary of the resource manager... How can I make sure that this doesn't happ ...Show All

  • .NET Development Installer package (.msi) requires framework 1.1

    This is a follow-up to my earlier question. I am using Visual Studio 2003. When I build a Windows Application for Framework version 1.1, it is able to run with version 2.0 of the framework. I have tested this by using a config file with a <requiredRuntime> entry that forced it to run with v2.0.50727. The program functions perfect with this new runtime. So far, so good. Now I create a deployment project for my application. It builds a ...Show All

©2008 Software Development Network

powered by phorum