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

Software Development Network >> Si B's Q&A profile

Si B

Member List

Jackson Davis - MSFT
mwoehlke
mycall
Stefan Wenig
foobar-12
John Stallo MSFT
Mark Roberson
jjonessec
Alessandro Camara
RobertW
Keith Hill
Sander van deVelde
MSDev23
Earl Studios
Cristian_Carrasco
MatHobbs
Steven Yetter
R.D.
Stewart121839
Ibrahim Hafidh
Only Title

Si B's Q&A profile

  • Visual Basic listbox object display

    hi... using vb.net 2003... newbie here...  i tried searching the forums and could not find my answer...  sorry for the inexperience i am about to bring...  anyway, i am trying to build a listbox of objects and have a string displayed, but also store a tag as well to save the key info...  i initially used a treenode object, but it displays "treenode: ....."   i don't want "treenode" displayed... then i tried creating my own object, but it wouldn't display the text...  it would only say form1.listbox1.object....  in the listbox...  how would i get a string to display while storing the key info with ...Show All

  • Windows Live Developer Forums Integrate the MSN Messenger 7.5 into Outlook Express on Win XP Pro

    For some reason, it won't let me integrate the MSN into Outlook Express, even though I've uninstalled and reinstalled completely. Any suggestions Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

  • Visual Studio Express Editions Context menu click event help

    I have a notify icon in the system tray for my application. When I right click the icon, a menu pops up with 3 items to pick. Here's where I'm stuck - how do I make my program do something when I pick one of the 3 items on the menu ie. what is the event to catch the click on a context menu Here is my code so far: Public Class Form1 Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load ' Initalize the NotifyIcon object's shortcut menu. Dim menuList() As MenuItem = New MenuItem() { New MenuItem( "Menu 1" ), New MenuItem( "Menu 2" ), New MenuItem( "Exit" )} ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Transparent textures again

    Hi, I'm bringing the transparent issue once again to this forum, mainly because after of doing a lot of google searches, forum searches, etc, I still can't get transparency to work. I've created a png file that has transparency. I know it is correct, because I've opened it with the D3d texture viewer, and I can see the alpha channel. I've created a simple object and assigned the texture to it in 3ds max. I've loaded the object but the transparency isn't working. I'm already tried SetRenderState(D3DRS_ALPHABLENDENABLE, TRUE). I'm rendering with DrawSubset(). Any ideas Thanks SetRenderState(D3DRS_ALPHABL ...Show All

  • SQL Server Event handler bubble up problem

      The idea is that the severity 2 tasks are bubbled up to a single Event Handler. Tasks with severity 1 and 3 errors should not bubble up as they have their own event handlers. Lets assume the path between the inner severity 2 container and the severity 1 task is a failure path. There are two problems appearing: 1. If Task A with Severity 2 and Task C with Severity 1 both error then each error is recorded twice: a. Once when Task A with Severity 2 errors b. Once more when Severity 2 Error Container B errors (with FailParentOnFailure set to True) c. Once when Task C with Severity 1 errors d. Once more when Severity 2 Error ...Show All

  • SQL Server REceiving notification in windows application

    Hi, Is this possible to receive notifications from Notification Service in my windows application written in Framework 1.1 I am using SqlServer 2K. I want to create a notification when number of rows in a given table reach a specific limit. I want to receive the notification in my application and prompt user through my application's user-interface instead of sending sms or emails to users. Thanks, I don't have one off hand that I can post. Shyam Pather's book describes how to build one though. It's definitely worth the purchase price. HTH... ...Show All

  • Visual C++ another hook question

    Hi.. i wanna send a meesage to a application when me callback function of the hook is called.. but i also wanna pass it some parameters besides the original wParam and lParam.. typedef struct INFO { LPARAM lParam; // The original lParam UINT code; // the code (paramters of callback fnc HHOOK hhook; // handle to the hook } so it would be like.. static LRESULT CALLBACK msghook(UINT nCode, WPARAM wParam, LPARAM lParam) { if(nCode < 0) { CallNextHookEx(hook, nCode, wParam, lParam); return 0; } INFO f; f.code=nCode; f.hhook=hook; f.lParam=lParam; SendMessage(mForm,messageCode, wParam, f ); return Ca ...Show All

  • SQL Server The version of the linked measure group on the remote instance has changed

    Hi, I get this error: The version of the linked measure group, with the name of 'Currency', on the remote instance has changed... We synchronize the cubes from server A to B. The error appears after a few hours on server B (the production system). Processing the Curency cube (part of a linked measure group) solves the problem. The problem doesn't occur on server A. Any ideas Chris Where do you link you 'Currency' measure group to Is it liked to another measure group in the same database Do you change in any way the source for your linked measure group Edward. -- This posting is ...Show All

  • Software Development for Windows Vista Workflow Serialization Problem

    Hi to all, I have been using beta 2 bits for a couple of days and trying to upgrade my project with the new stuff. I've change a lot of things ( as you guys did in beta 2 :), but one problem still cannot be solved. I'm using the workflow designer control to change workflow definition. I have also a state machine workflow. If I load the workflow from file (xoml) no problem. But if I want to get a workflow definition from running workflow the serialize it and pass it to the workflow designer control I cannot edit the workflow. After debugging it seems that serializing state machine workflow it only serialize the root activity. Stefan, ...Show All

  • Visual Studio Team System tf.exe error message coloring

    When tf.exe (beta 3 refresh version) displays an error message the text is colored in yellow on black. My command prompt windows usually have black text on white background. Is it possible to let tf. exe display all output without changing the color, e.g. via an environment variable You can change or turn off the coloring by changing the settings in tf.exe.config (in the same location as tf.exe). Here is the list of display settings. Display.FallbackWidth Display.DisableColors Display.ErrorBackground Display.ErrorForeground Display.InfoBackground Display.InfoForeground You can turn off colori ...Show All

  • Visual Studio 2008 (Pre-release) Bind Scale to Slider

    I'm dabbling with Avalon and I've come across a problem. As a test, I want to bind the scale of a TreeView to a Slider, which has a Minimum and Maximum of 1 and 10, respectively. Now, I found out that I could not bind via the LayoutTransform property on the TreeView itself ("scale {Binding ElementName=slider, Path=Value}" does not compile). Instead, I tried this: < TreeView.LayoutTransform >    < ScaleTransform ScaleX = " {Binding ElementName=slider, Path=Value} " /> </ TreeView.LayoutTransform > This time, it was complaining that ScaleX needed a double value, which it was not getting. So I lo ...Show All

  • Visual Studio Express Editions Q: URI datatype in DataSet

    hi, How can i set a constraint to a column in my dataset as URI , what i know is that dataset is XSD file, and xsd has a datatype xs:anyURI, but i didn't find this datatype in the dataset datatypes ,is there any idea if that is not possible or not recommended how can i make constraint for textbox entery to be a valid uri or to convert the text that the user entered to uri will be thxfull for any help thx, fox after long time struggling with this artical i found out its for completing the uri from the history of your internet explorer and wasn't what i want, what i wanted was that something to complete the url pref ...Show All

  • Visual Basic to get data from ipadress:port

    for example ip adress:192.168.0.100:2533 I want to get data from this adress  then what did it send to in my datagrid How can I do or another solution Unfortunately because your question is rather vague it is very difficult to easily answer, instead I would suggest looking into how to do network communications in VB.NET with tutorials such as these in order to better learn to work with networked devices/servers. The Ultimate Socket Library VB.NET TCP Client - Server Socket Communications Using .NET Sockets (in C#) ...Show All

  • Visual C# Help! Access generic list data in App_code class from code behind

    C# newbie has a simple C# question here: suppose I have a list in PhotoManager.cs class under /App_Code. In photos.aspx.cs I want to call one item from the list data such as string skname, what should I do I know if you use dataset you will have something like this: dsCategory.Tables(0).Rows(0).Item("skname") but I don't know how to do it with List. I googled for a while still no luck. BTW, the GetCategory method returns single row of data. public static List <GetCat> GetCategory(){ ..................................... GetCat temp = new GetCat( ( int )reader[ "skid" ], ( string )reader[ &quo ...Show All

  • Visual C# C# - Maximum Project Name Length

    I just installed C# Express Version 8.0.50727.42 and I have difficulty debuging applications with a project name length of 11 characters - if they are less than that I don't experience this problem: Example: I created a new windows application project named: abcdefghijk and then immediately pressed F5. The following error is in the output window: The program '[688] abcdefghijk.vshost.exe: Managed' has exited with code -1073741819 (0xc0000005). Manually, I can go into the output directory (E:\Documents and Settings\Parents\Local Settings\Application Data\Temporary Projects\abcdefghijk\bin\Debug) and execute the abcdefghijk.exe and the applic ...Show All

©2008 Software Development Network