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

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

Tabas

Member List

Boris Zakharin
danni123
AndyWillig
DarthCoder
Logan1337
friendz
blindi
REspawn
kblackwell
shyamkumar
Dave Waterworth
Nataraj
johnx
pjmvn
Koruyucu
Marcel Wauters
Fluxtah
Wouter Veugelen
Giritharan
jen0andy
Only Title

Tabas's Q&A profile

  • Visual Studio Team System Team Explorer Integration

    Hello! I have a German Team Suite installed and the installation of the German Team Explorer went fine. Since I want to work with LINQ May 2006 CTP I installed the English version of VS Express (else LINQ install is not possible ...). How can I get Team Explorer integrated in VS Express And is it possible to use the LINQ May 2006 CTP in my German TeamSuite That would be best :) Regards CSharpNewbie22 Hello! I did read that the January CTP of Orcas doesn't have all the functionality of the May 2006 CTP, but the March CTP of Orcas should have it. Will there be a LINQ version soon that doesn't require to install Orcas A LINQ version that installs along VS 2005 TeamSuite And has all the functio ...Show All

  • .NET Development The status of a running process

    Does anyone know of a way to determine if a process running on the local machine is hung, or not responding I'd prefer to do this in C#, anyone "Hung" is a relative term, the process could just be busy in a loop. If you are looking for something similar to what Windows XP does when it displays "Not Responding" in the title bar, try using the WaitForInputIdle() API function. ...Show All

  • Visual Basic How to assign objects dynamically...

    Suppose I have an object reference... Dim Control1 As System.Windows.Forms.TextBox And I have a string Dim s as String. Now, s contains the name of an existing TextBox on one of my application's form. Suppose s="TextBox1" Now, my question is how do I assign the TextBox represented by 's' to the refeence 'Control1' Thanx ahmedilyas for that wonderful tip. Just how could i forget indexers.... Anyways, thanx 4 d tip. And yes RayV, ahmedilyas' point is significantly simpler. However, ur suggestion might help me out in some other area.... Well, lemme check out those tricks.... ...Show All

  • Windows Forms Data bound Form Dirty Flag

    Hi all, is there a "form / dataset dirty" flag that i can check before a user closes a form that contains bound data which will allow me to either auto save / warn user many thanks Try Validate() theBindingSource.EndEdit() Dim dt As DataTable = theDataset.theTable.GetChanges() If dt IsNot Nothing Then ' Save changes If MessageBox.Show( " Save " , " Question " , MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) _ = Windows.Forms.DialogResult.Yes Then theTableAdapter.Update(theDataset.theTable) End If End If Catch ex As Exception ...Show All

  • Windows Forms Currency Manager NoNullAllowedException

    I am using a currency manager to pass data from one form to another. The parent form contains a dataview which is populated by running a query to select specific items from the dataset. The child form is a data entry form. So far, everything seems to work fine except for one issue. Whenever I launch the child form, the textboxes are filled with data from the currently selected item in the dataview (in edit mode) or are all blank (in add mode). The problem occurs when there are no items in the dataview. For example...if the dataview contains at least one row, launching the child causes no problems. However, if the dataview has zero rows, the child form launches and throws a "NoNullAllowedException" in the following line: thi ...Show All

  • Visual C# The considered solution.

    That will only work if the array is a squared array (same height and width). I figured it out lastnight, atleast it has worked on everything I have tested so far. currentShape is the original array and rotatedShape is the new array. The new array's width and height must be opposite that of the original's (if the original array is [3,4] then the new array will be [4,3]). Then its a matter of incrementalling walking through the x and y coordinates of the new array while only incrementing the x coordinate of the old array and then decrementing the old array's y coordinate. // Use our 2D array to rotate the game piece. bool[,] rotatedShape = new bool[currentShape.GetLength(1), currentShape.GetLength(0)]; for (int y = 0; y < rotatedShape.Ge ...Show All

  • Software Development for Windows Vista Question about FileRender

    Hi, 1. How can I play a YUV file with format YUV 4:2:0 2. Can I render from file that I am writing to at the same time (with delay of-course) Thanks, Yaniv Using graphedit can help determine if the problem is your code or something directshow related. There is an article here ( http://www.gdcl.co.uk/articles/ ) which describes in detail how DS determines which filters (if any) can be used to play a specific file (the Introduction to parsers article at the bottom). You might also check out some of the downloads at http://www.gdcl.co.uk/downloads.htm . ...Show All

  • Software Development for Windows Vista Loopback Adapter on Windows Vista

    Hi, all Im using msmq multicast for development (WCF). my application works fine with MS loopback deriver on XP but it doesn't work with Vista. The message i send to queue with multicast addr will appear at all (neither in my queue or dead letter queue). but once i connect to a network, everything is fine. for non-multicast message, it works as usual with both network connected and loopback.  anyone has any idea if it is a Vista bug or i missed anything thanks a lot oaix Update: the missing message later appear in dea-letter queue after the timeout. Any input will be appreciate, im getting crazy by this after trying it for past 5 hrs! ...Show All

  • Visual Studio Express Editions Drag Objects

    I want to drag a button on a windows form, it has to move with the mouse. But i don't know how to do this. I searched Document Explorer but it's hard to find what i want. Please help... Bogas Corp Here's one quick solution (rather a work-around): private void button1_MouseMove(object sender, MouseEventArgs e) {      if (e.Button == MouseButtons.Left)      {           button1.Location = new Point(button1.Location.X + e.X, button1.Location.Y + e.Y);      } } ...Show All

  • SQL Server How to organize calculated members in Analysis Services 2005

    I am creating many calculated members for a cube with several measure groups.  The problem I am having is that when browsing the cube, all of the calculated members appear at the bottom of the measures area.  I would like to organize them into the folders under the measure groups where they belong, but do not see a way to do this. Does anyone know if this is possible Thanks! He Clayton, To find the "Calculated member properties page": - Go to the tab "Calculations" - Click on the icon "Calculations properties". this icon is just onder the "Calculations" tab. - Per Measure you have to indicate the DisplayFolder or the Measure Group. Su ...Show All

  • Software Development for Windows Vista Workflow Monitor Exceptions

    Hi folks, I am unsing the workflow monitor to track the execution paths of of my workflow, running, completed terminated.On some wokflows I get a messagebox saying "Data is Null. This method or property cannot be called on Null values". When I debug the Workflow Montior I see a " first chance exception of type 'System.Data.SqlTypes.SqlNullValueException' occurred in System.Data.dll" in the debug output. I also have noticed this Exception seems to happen for Workflows which have tracked an Exception Event. What should I do to suppress or to correct this problem Thanks Peter Do not do Thread.Sleep() within an activity. If you need to wait for another activity subscribe to ...Show All

  • Smart Device Development Using FolderBroswerDialog class example in unmanaged C++ code

    Hello I would like a FolderBrowserDialog in my application which is written in unmanaged C++ using wince 5.01 Smartphone SDK. I read that it's not possible to use managed code in unmanaged C++ wince projects so I wonder how I should solve my problem. My plan was to use the example from http://msdn2.microsoft.com/en-us/library/5db6b0zy.aspx but since I'm not able to use the C++ example ( I get the /clr error because it's managed ) I don't know which way to go. Is there anyway for me to perhaps create a C# or VB project containing the example code and have that compiled into a lib that I include into my unmanaged C++ project or perhaps linking it directly somehow What other options are there for me to obtain a FolderBrowserDialog in my app ...Show All

  • Visual C++ DLLs unloaded

    Hi, guys: I have a COM component. It uses several third party DLLs. Recently, I noticed that after the DLL holds the COM component is unloaded from the memory, the third party DLLs can stay in the memory, and when recreating the instance of the COM component, the third party DLLs will not be reloaded. Sometimes, this will cause GPF. My question is why the third party DLLs can stay in the memory, and how can I unload them Thanks, Zhen It looks like the third party DLLs are not COM components. They are implicitly linked to my COM component. I am pretty sure the COM component is the only one references them. My codes do not call LoadLibrar() as they are linked implicitly. Yes, the setting S ...Show All

  • Visual Studio Express Editions Creating a server using TCP/IP

    Are there any tutorails that will help me make a server and a client in using VB 2005 and .NET Thanks http://msdn.microsoft.com/vstudio/downloads/101samples/default.aspx should have a sample or two in the base class libraries samples (group 1) Best regards, Johan Stenberg ...Show All

  • Visual C# Override Onpaint

    What does it really mean when overriding the OnPaint event example if possible. thank you I don't think we can use override OnPaint(). protected override void OnPaint(PaintEventArgs e) { } he is my onpaint. but I believe that the PaintEventArgs is only valid for forms and not panel. ...Show All

©2008 Software Development Network