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

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

TWD

Member List

Dan9057
Michel Cariotis
tziganata79
Mr pinchy
ndRandall
Charl
Craig Murphy
!Carlo!
Little Green Frog
Pete Vranich
Orlin
gdwinslow
Pam B
Justinsfddsfsfd
amersa
Ran-Solo
Vahidiran
Peter Ibbotson
DuncanP
Mookey
Only Title

TWD's Q&A profile

  • Visual C++ sound player

    hello everybody : I need to use a sound player in my project, and I need to know which libraries should I use. I mint to ask : if there is a library that contains ( play, forword, puase, rewind, stop, scrolling bar, volume control, ... ) functions or objects or somethinf like that . ...Show All

  • Visual Studio Tools for Office Can I use outlook 2003 PIAs for Outlook 2000

    Hello I have pretty big solution in C# 2005, which works with Outlook 2003. I have to make it working with Outlook 2000 and Outlook XP. I do not want to build 3 different solutions for each Outlook version. Can I distribute Outlook 2003 PIAs on client machine with Outlook 2000 Will this work correctly I plan to determinate Outlook version in runtime and do not use classes and properties, which are not available on machines with Outlook 2000 or XP. Hi, I don't see why this will not work. We too have a similar solution in mind though we haven't implemented it as of now. Regards, Pavan ...Show All

  • Visual Basic 1 context menu for several controls

    I am tring to use the same context menu for several textboxes on my form.(cut, paste, undo etc) How can I tell which textbox was active when the menu was clicked Do I have to use a seperate menu for each textbox This is a bit of an old-school method, I know, and I'll probably get bagged out for it, but you could create a public Control Object and populate it with a reference to the specific text box in it's MouseDown event. Here's an example of what I mean: Public MyCont As Control Private Sub TextBox1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TextBox1.Mou ...Show All

  • Windows Forms DataGridView UserDeletedRow event does not always fire

    If DataGridView has only one row the UserDeletedRow event does not fire!  We have two boxes here that confirm this.  Can anyone else This isn't by design is it VS2005 Is the last row the new row Do you have AllowUserToDeleteRows set to true Which row is the current row when you delete Are these valid repro steps: 1) New WF app 2) Put a DataGridView on the form 3) Hook up the UserDeletedRow event (print a debug statement in the event handler) 4) In the Form's Load event, set the DataGridView's RowCount to 10 and the ColumnCount to 3 5) Run 6) Move focus down to the new row 7 ...Show All

  • .NET Development ADO.NET 2.0 minimum MDAC requirement

    Hi, does anybody know what is the minimum version of MDAC required to run .NET 2.0 applications Microsoft "recommends" MDAC 2.8 or later for server installations (from .NET framework download page). We have a Windows Forms application we plan to deploy (via ClickOnce) to a large number of workstations. The workstations have this software configuration: - Windows 2000 SP4 + some hot fixes - MDAC 2.7 SP1 Refresh - Oracle Client 8.1.7.x and a lot of other programs. We need to access an Oracle 8i database. I have done few tests and it seems there are no issues, but would be better to have some kind of official docu ...Show All

  • Visual Studio Express Editions Change Label.text from within a module?

    In an application I'm developing, I'm starting a thread from main form. That thread calls a function from within a module. In the main form, I want to update the text of a label while the function is executing. From within the function, I have a Do...Until statement. Inside the do...while, I have a char variable which changes value. I want to pass that value (single char) back to the main form.... Here's what I'm trying... Form1.vb has the label. I start the thread: t1 = New Threading.Thread( New Threading.ThreadStart( AddressOf Go)) t1.Start() Module.vb has the Go() function: Each y In strLesson Do Fo ...Show All

  • Visual C++ This is enough to make me go back to VC 2003

    After having used that flip program on my 6000 files to convert to windows file format and still getting the NOT WINDOWS file format error I flipped. What a horrible product 2005 is.. back to 2003 it is! Thanks for the feedback! Could you please log such blocking suggestion at http://lab.msdn.microsoft.com/productfeedback/default.aspx  so that we can get such issue tracked. Thanks in advance in taking the time to express your opinion. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio Team System Team Server - Settings - Security is disabled

    Occasionally when I bring up the Team Foundation Server Settings menu, all but the last option will be disabled, presumably implying that I'm not allowed to use those menus (but I'm an admin on everything). Closing and re-launching Visual Studio restores the menu to correct operation. Anyone else seeing this behavior I'll loop in the apt team members on this thread to confirm if this is a known issue or a new bug. Thanks for reporting this Carl. BTW, Dec CTP has been made available - you can check Jeff Beehler's blog for more on this. ...Show All

  • Visual Studio 2008 (Pre-release) Specify Active Directory Domain?

    Hi, I'm using NetTCPBinding with transport client credential type of 'windows'. Is it possible to specifiy (e.g. in web.config) the Active Directory domain that is used for authentication and authorization Thanks, Scott. Scott, You cannot specify the active directory domain. The underlying windows protocol contacts the appropriate AD. Is there a scenario that requires you to explicitly specify the AD domain Thanks, ...Show All

  • Windows Forms seeking help to find specific index in combo box in VB.net

    Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. I can't quite understand what you're trying to say. Do you simply need the count of the combobox items That's combobox.Items.Count. Last index is combobox.Items.Count - 1. ...Show All

  • Visual C++ Runtime error: Unhandled exception at 0x004cd752 in quikcomp.exe: 0xC0000005: Access violation reading location 0xffffffff

    Hi all, I am experiencing a runtime error that I am having trouble solving. I am extending a current application to include SSE intrinsics. During runtime, I receive the following error: Unhandled exception at 0x004cd752 in quikcomp.exe: 0xC0000005: Access violation reading location 0xffffffff Here is a code snippet: __m128 *mPre = NULL; __m128 *mDst = NULL; __m128 *mPost = NULL; curK = kHalf; do { curKChan = curK * chans; mPre = ( __m128 *)(imgBuf - curKChan); mDst = ( __m128 *)rowBuf; mPost = ( __m128 *)(imgBuf + curKChan); i = imageSize; do { *mDst = _mm_add_ ...Show All

  • Windows Forms Graphic Object

    How can I rotate the shape in the form an angle relate to X axis, and how can I save it in a Bitmap file I was going to try to figure this out myself but came across this article on VB Helper: <a href="http://www.vb-helper.com/howto_net_image_rotate.html">Rotate An Image in VB.NET Using DrawImage</a> I think I'll add it to my&n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Game Programming from Scratch

    I'm Professional in VB6,VB.Net 2003,VB 2005 and i want to start in game programming but i don't know from to start study. Some friends tell me to study DirectX, but i found it hard to self study and there is no books in vb and DirectX (Almost), Anybody have any idea to start in it in simple way Here are some Managed DirectX tutorials that have been ported to VB.NET: http://www.drunkenhyena.com/cgi-bin/dx9_net.pl And here is an Italian website with tons of more advanced MDX samples in VB.NET: http://www.robydx.135.it It may take some digging to find what you're looking for, but according to the admin, the samples are written and ...Show All

  • Windows Search Technologies Address bar error

    Hi All !! I hope someone can help, everytime I try to type in a URL in my address bar I get the error that IE must close anyone know how to fix this I tried reinstalling it and it still won't work, Thank you in advance for any help with this. Hi rolo11, Is this a problem you are having specifically with Windows Desktop Search It sounds like the problem you are experiencing is an Internet Explorer issue. As such, you would probably have better luck searching for your answer here: http://www.microsoft.com/windows/ie/ie6/support/default.mspx or asking your question at the appropriate newsgroup ...Show All

  • Windows Forms Provided organisms too large

    I've installed Terrarium for the .NET framework 1.0 and it won't let me introduce any new creatures or plants. The error messages tell me this is because the assemblies (provided with the download) are greater than 100k in size, which they are. They're all 4.5MB. Are they supposed to be this large How can I get them to load when they're way too la ...Show All

©2008 Software Development Network