Software Development Network Logo
  • SharePoint Products
  • Audio and Video
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Microsoft ISV
  • Visual C++
  • SQL Server
  • VS Team System
  • .NET Development
  • Windows Vista
  • Windows Forms
  • Visual Basic
  • Visual Studio
  • IE Development

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

NeederOfVBHelp

Member List

ckoest
ING
gafferuk
lnkaye
Brake03
AlfonsAberg
zerovelocity
DDKCoder
James Alexander
JohnSLG
nhd
syhzaidi
Huckster
Cla82
Chris Honcoop
vua_rua68
Rajesh Kumar Revelli
TCK
CaseyB412
A.F.B
Only Title

NeederOfVBHelp's Q&A profile

  • Software Development for Windows Vista Undocumented information about the dialog

    http://support.microsoft.com/kb/q102589/ Q102589 How To Use the ENTER Key from Edit Controls in a Dialog Box Method I Doesn't seem to work on dialogs that were created by CreateDialog function. I wonder what to do to find out whether user hit the ENTER key in simple method. (Method II,III seem to be very complicated) .. And make a note on the document please.. It took very long to find out the problem there.. ...Show All

  • Windows Forms Fade

    How can I make a label "fade in" and "fade out" Preferably with a timer Thanks, The internal mechanism of 'fade in' and 'fade out' is the same, changing the opacity by the timer. An interesting demo on the topic: http://www.codeproject.com/cs/media/CsTranspTutorial3.asp ...Show All

  • Audio and Video Development Side Scrolling Chapter Menu

    I'm trying to create a side scrolling chapter menu and was wondering if anyone has solved this riddle script side. Basically I want to scroll through chapter images using left and right arrow buttons, so the menu would start like this: < #1 #2 #3 > Then by clicking on the right arrow button it would then look like this: < #4 #5 #6 > And so on. The version I have built simply replaces the images (#1 replaced with #4, #2 replaced with #5 and so on). But I would love to make them scroll so the new images come in as if they are all on the track moving left and right. I did try to solve the problem be creating on long block of all the chapter images, masked behind a div that was only big enough to show th ...Show All

  • Visual Studio Controlling and detecting what elements are droppable on the diagram and other elements

    Hi, I've created my first DSL which can accept DSRef items from the server explorer. To implement I followed some samples which are already described on the forum. In an overriden OnAssociated I bind the DragOver and DragDrop events and check for a CF_DSREF type. This is all working OK and I'm creating business objects, attributes and relations fromt the database metadata. My issue is that I managed to change something in the DSL which prevents business objects being dropped from the toolbox onto the diagram. So I'm looking for leads on which properties control this behaviour and where in the underlying DSL tools framework sources I can debug to get more knowledge of how this is implemented. Grtz, Harry ...Show All

  • .NET Development Compiled Regular Expression...setup during runtime...

    If one specifies that the regular expression should be compiled into the assembly, how does that affect a dynamic creation of the expression For example, the areas in red are specific to the string.format where a delimiter defined at runtime that is being inserted. Regex( string.Format ("( <= {0} |^)( :\") ( <Column>[\\w\\.\\- ]*)( :\") ( = {0} |$)", this.Delimiter ), RegexOptions.Singleline | RegexOptions.ExplicitCapture | RegexOptions.Compiled); Since it is generated at runtime...how, or if, does that affect that it will be compiled into the assembly Or am I misunderstanding compiled The documentation says the first time run it will incur a penalty... Specifies that the regular expression is compiled to a ...Show All

  • Windows Forms set the background color for a row in a datagridview

    Given; With Me.PropertiesGrid.Rows .Item(i).Cells.Item(0).Value = "Value" I would like to set the background color for that whole row. How do I do that Thank you, -Greg For Each c As DataGridViewCell In Me .PropertiesGrid.Rows.Item(3).Cells           c.Style.BackColor = Color.Azure Next   Regards, Kit kitg[at]microsoft[dot][-do-not.spam]com ...Show All

  • Windows Live Developer Forums IE7 Crashes in Vista

    I have just upgraded from XP SP2 to Vista Ultimate. Now IE7 crashes and only runs if I select "Run as Administrator". I have a recent HP dv5000 with Intel Dual Core and 2GB ram. After the upgrade IE worked fine but then all of the sudden it just stopped working. I get no error messages and nothing in the event logs. Does anyone have any ideas O yeah try one other thing b4 you do the above. Turn off the UAC "user account control" This will be found in the control panel in user accounts. It will be the last option on the left and will require a reboot. This as well shuts all the asking if you "are sure you want to continue" questioning. ...Show All

  • Software Development for Windows Vista How do I get my custom activities to appear in the toolbox?

    I have a project with some activities which all appear in the toolbox while I’m working with the project. Next I compile the project, open a new project, and reference the assembly from the first project. What do I have to do to get the activities from the first project to appear in the toolbox automatically I’m using the ToolboxItem as shown below: [ ToolboxBitmap ( typeof ( Page ), "ExtendedCodeActivity.ico" )] [ ToolboxItem ( typeof ( ActivityToolboxItem ))] [ Description ( "Like a System.Workflow.Activities.CodeActivity" )] [ Designer ( typeof ( ExtendedCodeActivityDesigner ), typeof ( IDesigner ))] public partial class ExtendedCodeActivity : Activity { ... } Should I use the ...Show All

  • Visual Studio Express Editions TableLayoutPanel Formatting Help

    Hi, I have created a TableLayoutPanel (TLP) in my application and I am having trouble formatting it to have the look I desire. I created the TLP in the form designer; it has 4 columns and 20 rows. The column widths are set to absolute 100; they should fit inside the TLP’s width of 450. It requires a vertical scrollbar, but no horizontal scrollbar. My difficulty is that the fourth column fills the remaining horizontal space (150) and both the Horizontal and Vertical scroll bars are present. I have tried to fool VB, but so far it is unfoolable! I have added a fifth column just to make the fourth column the correct width. This is a partial solution, but the horizontal scrollbar is my nemesis. Any suggestions ...Show All

  • Visual Studio 2008 (Pre-release) Triggers on TreeViewItems and escaping the routing

    I wanted to give a highlight to a TreeViewItem in a tree like this: <Style TargetType="{x:Type TreeViewItem}"> <Setter Property="IsExpanded" Value="True" /> <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="Cursor" Value="{x:Static Cursors.Hand}" /> <Setter Property="Background" Value="LightGray" /> </Trigger> </Style.Triggers> </Style> But when I do this the TreeViewItem parent gets highlighted along with the Item i've moused over. I tried IsMouseDirectlyOver, but that didn't work as I'm sure the mouse was directly over a TextBlo ...Show All

  • Visual Studio Team System Proxy reports "Service unavailable"

    When performing a forced get of a complete folder, using the proxy on a remote site, the following error occurs. " The source control proxy 'pgx206' is not responding, so the request will be sent to the main server ... HTTP code 503: Service Unavailable" According to VS's output window, some files were get successfully because the error is listed only after some files were replaced. Replacing W:\Main\TestFiles\foo.cs The source control proxy 'pgx206' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 503: Service Unavailable ...Show All

  • SQL Server Totals and Calculated members bug in SSAS 2005 (CTP3, SP2)

    I have created two calculated members in the Adventure Works cube: ---------------------------------------------- CREATE MEMBER CURRENTCUBE .[MEASURES].[ParallelPeriodSalesAggregate] AS Aggregate ( ParallelPeriod ([Date].[Calendar].[Calendar Year],1,[Date].[Calendar]), [Measures].[Internet Sales Amount]), FORMAT_STRING = "### ### ### ###" , NON_EMPTY_BEHAVIOR = { [Internet Sales Amount] }, VISIBLE = 1 ; CREATE MEMBER CURRENTCUBE .[MEASURES].[ParallelPeriodSalesSum] AS SUM ( ParallelPeriod ([Date].[Calendar].[Calendar Year],1,[Date].[Calendar]), [Measures].[Internet Sales Amount]), FORMAT_STRING = "### ### ### ###" , NON_EMPTY_BEHAVIOR = { [Internet Sales Amount] }, VISIBLE = 1 ...Show All

  • Visual C++ Database Connectivity??

    You're not leaving the CRecordSet opened all this time are you That's a big no-no, just open and close one quickly if you need to make updates. You'll get a specific error when you try to re-open the recordset when the connection becomes invalid. Just reconnect. I think the error is 0x80004005. ...Show All

  • Visual Studio 2008 (Pre-release) using WPF in MTA applications

    My application runs in MTA thread. WPF needs STA, so I created a new STA thread that creates and shows a window. This works, but only one time. If I start this thread one more time, I get this exception: System.InvalidOperationException was unhandled Message="The calling thread cannot access this object because a different thread owns it." Source="WindowsBase" StackTrace: bei System.Windows.Threading.Dispatcher.VerifyAccess() bei System.Windows.DependencyObject.GetValue(DependencyProperty dp) bei System.Windows.Controls.GridViewHeaderRowPresenter.CreateAndInsertHeader(GridViewColumn column, Int32 index) bei System.Windows.Controls.GridViewHeaderRowPresenter.OnPreApplyTemplate() bei System.Windows.Fr ...Show All

  • Windows Forms Host Controls in Windows Forms DataGridView Cells

    Hi all, I'm trying to create a new cell within the new DataGridView (.NET 2 Beta). For example, I'm trying to create a cell which contain a RichTextBox, I succeed with the appearance of the rich text box controll but there is a lot of irregular behavior. Does someone did it already(not particular with RichTextBox) and can send an example. Unfortunately Microsoft example in the link below doesn't accessible. http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxmclictl/html/e79a9d4e-64ec-41f5-93ec-f5492633cbb2.asp 10X in advance, Nir Oren Hi, I used the code above to embed a control of my own. It's a control based on a textbox, but which shows a form with a listbox underneath it to help the user input dat ...Show All

©2008 Software Development Network