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

Software Development Network >> The Poodle's Q&A profile

The Poodle

Member List

dshirah
jtw2006
Glen Bartlett
Manuel Basurto
KoMas
robosport
Ivanaq
112ilias
Steven Kelly
UNSPOKEN
Urash
Diegota
Orphaned Zombie
Steve Shrimpton
Geek cra451
qureshi
marsalaz
MattMcla
Twazok
Markusx1a
Only Title

The Poodle's Q&A profile

  • Visual Studio Tools for Office Hosting a web page in Action Pane (MS Word 2003)

    Hi, Does anyone know if it is possible to host a web page in an Action Pane of Word (through ActiveX control or otherwise), in such a way that events (e.g. button clicks, page navigations) could be captured and routed back to the application For example, a web page that contains several forms, a submit button and a cancel button is residing in the Action Pane. If a user fills out the form and presses Submit, this triggers an event inside the Action Pane and some changes occur. Likewise with Cancel. The idea is to merge the web app functionality with the MS Word, so that a user does not have to open a seperate window/run a diff ...Show All

  • Visual Studio Package Load Failure with /NoVsip

    Hi all, To deploy our DSL we requested a PLK and followed the Deploying a DSL walkthrough. When starting the exp. environment with option /NoVsip in the debug settings all works fine (we also deliberately created a package with an erronous PLK/package combination and then the exp. environment with option NoVSIP didn't start, as expected). When installing the package and starting VS with devenv /novsip a Package Load Failure occurs. To make sure we didn't deploy an old version of the package (with an errounous PLK), we removed all assemblies containing the package and then rebuild the solution. What might we be doing wrong < ...Show All

  • Windows Forms System.BadImageFormatException executing Custom Action in setup project

    We recently migrated from VS2003 to VS2005. We have an installer project that calls a custom action from our setup project. It used to work great in VS2003 but VS2005 is giving the following error when the MSI attempts to execute the custom action portion of the setup (occurs at the very end): Exception occurred while initializing the installation: System.BadImageFormatException: The format of the file "XXCustomAction.dll" is invalid. In the MSI, our custom action is listed under "Install" as "Primary output from XXCustomAction (Active)". The output shows "XXCustomAction.dll" as the only output. ...Show All

  • Visual C++ About:『Multimedia Timer』 Problem

    I know a function ,SetTimer() ,can do the same job with Multimedia Timer. But SetTimer() is low prioioty and not accurate enough that I  want. So, i choose Multimedia Timer . I readed the usage of Multimedia Timer in the MSDN. And then i use it in my code. No double,some error occur,and i don not know how to resolve it. Problem is on : UINT TimerID = timeSetEvent(100, 0, (LPTIMECALLBACK)TimerProc, 0,TIME_PERIODIC | TIME_CALLBACK_FUNCTION); The third parameter is Callback function which is called when timer is expired. And Callback function i define : void CALLBACK TimerProc(UINT wTimerID, UINT msg, DWORD dwUser, DWORD dw1, DWORD dw2) ...Show All

  • Windows Forms Selecting a value in a datagrid using datagridbuttoncolumn

    Hi The following VB6 code (excerpt) allows me to specify a value, given it's row and column position in a flexgrid (flxGrid). Private Sub Command1_Click() Textbox1.text = flxGrid.TextMatrix(flxGrid.row,flxGrid.Col) End Sub How do i do this in C# 2005 using a datagridbuttoncolumn If i have missed any posts in this regard, please let me know Thanks Christopher Usually it is better to access data through the data source that the control is bound to, rather than through the control itself. Is there a reason why this wont work for you Maybe if you posted more details on what you are trying to do... ...Show All

  • Windows Forms How to create statistical charts in Windows Forms dynamically?

    I got a requirement to create some statistical charts dynamically. The data comes from a database, and user can choose the different chart type to view the data, such as pie chart, bar chart and column chart, etc. Do you know how to make it in windows form  pls help me out! Thanks in advance, Sleepless Look at the Image and Graphics&n ...Show All

  • Visual Basic Painting Program Problems

    I'm writing a paint program for a project, and for every little thing I try I get an error. One method says I don't define parameters and another says the parameters are not the same as the MouseClick event. I don't have an argument to put in so I can't. Please Help! Here is the code I have: Private Sub PictureBox1_MouseClick( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseClick Call pset() End Sub Sub pset( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs, ByVal f As System.Windows.Forms.PaintEventArgs) Dim X As Si ...Show All

  • SQL Server VB Code to add data to SQL as new row

    I've searched everywhere. I have 3 textboxs, a calendar, and 2 time controls successfully connected to an SQL Express database via a TableAdapter. The default VB code keeps updating to the first line of the db. I want it to start a new row in the db when I save the data. What VB express code/command does this I can't use the save button, I need to use code. Thanks. I ended up using the following: (I'm using VB Express 2005) Dim dr As DataRow = Me. MyDatabase DataSet. My DataTable.NewRow()         Me. MyDatabase DataSet. My DataTable.Rows.InsertAt(dr, 0) The "0" on the ...Show All

  • Software Development for Windows Vista vista 5231 - HAL.dll is corrupt or missing

    Hello, I have attempted a multiboot installation with the following configuration: Drive 1 / Partition 0 / XP Professional SP2 [60GB] Drive 1 / Partition 1 / Vista 5231 [12GB] I have launched the installation via XP. After the first reboot the system reported that HAL.dll is corrupt or missing. I have checked the temp folder where the setup files are ( C:\$WINDOWS.~BT\ ) - HAL.dll is nowhere to be found... Suggestions Any help would be much appreciated! P.S.: I didn't have any problems when I installed Vista 5231 on virtual PC ...Show All

  • Visual C++ Visual C++ and Visual C++ Express

    Visual C++ and Visual C++ Express.... I was wondering, what is the difference between the two Which one is easier to use Advantages/Disadvantages The IDE is the same. Express has no: MFC/ATL Data designer Resource Editor for natove propgrams remote debugging, SQL Debugging. Needs a separate SDK install. See http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx ...Show All

  • Windows Forms DataGridView with all TextBox Events!

    Is it possible to have all textbox events (keydown, keypress, ...) in datagridviewtextboxcontrol. I read the C# exsample, but I don't undestand C#. I progrmming in VisualBasic, so I ask anybody for VisualBasic smple code! Thank's. ...Show All

  • SQL Server Rollback in a trigger??? (explicit/autocommit transactions)

    I’m using triggers for some more advanced integrity check. The problems is that the same trigger can be run from explicit transaction (this is when I start transaction from .NET) and as autocommit transaction ( very rare, only when we do some maintenance directly with SQL statements). Currently if I want to rollback transaction from trigger I only issue RAISERROR statements, then .NET application catches this error and generates rollback. But the problem is if trigger is raised from some SQL statements outside .NET application (normally some maintenance work direct from SQL manager ) in that case error is generated but there is no r ...Show All

  • SQL Server SQL2005 Database Schema without Assocated Owner?

    I was quite happy to see that schema names and database users had finally been separated in SQL 2005 and used it to finally clean up a mish-mash database that hosts a number of tiny unrelated applications. I created a new schema for each little section, and the schemas are all owned by dbo. There is no associated user with the schema. Really it all works great... ...except... from an ADP project in Access! If an object is in the dbo schema, or in a schema with a matching user, then everything works fine. All of the objects that are in schemas without a matching user, have the name of some random user in the database list For example, the tab ...Show All

  • Visual C++ Old "Wizard Bar" from VC6 on the toolbar?

    I'm coming from VC++ 6 to VC++ 2005, and am trying to find a way to put what was called the "Wizard Bar" in VC++ 6 onto the toolbar in VC++ 2005   I would like a drop-down choice of all my global functions readily available.  I see I can get that list from the "Class View / Global Functions", but that isn't always visible.  Can you put that global function list on the toolbar somehow   I also see that each source code file has a list of available global functions within that file, but I want to see a list of functions from all files in my project. Thanks for any help, Mark Beiley http://www.beiley.com ...Show All

  • Windows Forms Custom Panel-Type Control

    When I place a TableLayoutPanel on a blank form, and then add a Button to the top-left (0,0) cell, the following code is generated: // // tableLayoutPanel1 // this .tableLayoutPanel1.ColumnCount = 2; this .tableLayoutPanel1.ColumnStyles.Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms. SizeType .Percent, 50F)); this .tableLayoutPanel1. ColumnStyles .Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms. SizeType .Percent, 50F)); this .tableLayoutPanel1.Controls.Add( this .button1, 0, 0); this .tableLayoutPanel1.Location = new System.Drawing. Point (43, 61); this .tableLayoutPanel1 ...Show All

©2008 Software Development Network