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

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

WoodyS

Member List

David Gallivan
RIHARD D ROBERTS
GARRY TURNER
Billy B
Abhi_7
b4r0qu3 1337 d00d
Jdjr2
Coder0xff
D. Choquette
Marcio Monego
Steve Lasker -MS
Xaero
Greg1
heguangm
Dark Yoghurt
Chifo
SngThk
The OAP
Screwy369
Mikener
Only Title

WoodyS's Q&A profile

  • Visual C# Resizing

    I have the following issue: When I want to resize he form and its controls. Does Autosize handle it all , or do you have to code all sizes manualy Ancher property changing to None does a bit but when I make the form smaller controls get hided in "Nowhere". It has to automaticly change the position and size.. ...Show All

  • Windows Forms how to pick up item from combo box and display detail in data grid?

    how to pick up item from combo box and display detail in data grid  From example, from customer combo box, I select a customer "John", I like data grid display order detail about John's order. Data grid is a dataset which is query based on two tables: order and customer. In order table, there is only customer's ID in it. ...Show All

  • Visual Studio Express Editions Opening a Help File from a C# Application

    I'm using C# Express B2, and I am very new to programming. I'm trying to have a help file (.chm) that I created open when the "Contents" option on the "Help" menu is clicked. I have added the help control to the project and set its namespace property to the location of the file. Now I'm stuck; I can't find the exact steps/code I need to make the menu item click actually open the file. How do I tell my application, "When the user clicks the "Contents" option on the "Help" menu, open the file "whatever . chm " Thanks again. That topic was a little beyond my level. What I really want to do is learn the concept ...Show All

  • Windows Forms MouseDown and Click Events

    I have an interesting problem.  I have built a form with a save button, and want to validate permissions before I allow saving the record.  When the user clicks the Save button, I had hoped to perform a permissions check, and then Cancel the click event if the validation fails. However, I have not been able to find a way to Cancel the Click o ...Show All

  • .NET Development Create new culture in .NET 2.0

    I want to create a culture like page.en-Student.resx.  So, I add a new file GlobalResource.en-Student.resx to the App_GlobalResources folder.  When I compile the web site, it give me the following error :  Error 2 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\personalwebsitestarterkit\3abf988f\2dae50a1\j5ycuigx.1.cs(28): error CS0101: The namespace 'Resources' already contains a definition for 'GlobalResource' /  Error 3 The namespace 'Resources' already contains a definition for 'GlobalResource' c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\pe ...Show All

  • Visual C++ errors LNK2001 and LNK2019 with VS .net 2005

    Hi All, I have succeeded in compiling a massive project, originally from vc6 to VS .Net 2005. Now, while linking I am having loads of linker errors with the above code. LNK20019 and LNK2001. Giving error msg that some symbol is not found. Actually, the library with the symbol has been already compiled as dll. I looked into the documentation. The errors may be caused by 1. use of Inline functions (2019, also sometimes 2001) 2. use of C Runtime LIbraries (2001) I dont know how to solve this problem. Can anybody tell me what should I do to remove these errors I know all the missing symbols are ...Show All

  • Visual C++ cli arrays(newer)

    Hi,    I am having a problem with cli::array's, here is an example of what I have. ref class A { private:    Int32^ i;    String^ s; public:    A(String^ s2, Int32^ i2)    {       s=s2;       i=i2;    } }; ref class B { private:    cli::array<A^ >^ a; public:    B()    {       a = gcnew cli::array<A^>(1)    }    void add(String^s, Int32^ i)    {    & ...Show All

  • Visual C# help neeed in creating triggers

    i want to creat a application in C# .net which changes data in the database. When ever the data get modified in the databse, it should automatically display the data. Can i use trigger for this If so how to implement that one in C# thanks in advance. by singam thanks neha, Suppose i have wriiten some triggers which will fire after i update the data in the database . if i update the data in the database through some c# application , will the trigger be fired automatically. thanks and regards, singam ...Show All

  • Visual Basic MaskedTextBox

    I want input a date null in maskedtextbox and do not work. In the DataGridView is ok. The control is datasource sqlserver 2005: Me .mskDate.DataBindings.Add( "Text" , wConstrutor, "Date" , True ) The mask: 00/00/0000 If in textbox control the date null is ok. Me .txtDate.DataBindings.Add( "Text" , wConstrutor, "Date" , True ).NullValue = "" Thanks for help. Marsenne Negreiros I did. This is a bug. The masktextbox return blank text incorret: "00/00/". Do not return the year. For solution make: me.mskDate.DataBindings.Add("Text" ...Show All

  • Visual Studio Team System NUnit Category Equivalent

    From what i understand, there is not a TS Test Attribute the equivalent of the NUnit Category . Am i correct Has someone added a custom add on for this What i want to do is flag each test with a category (something word looking as opposed to using "priority"), e.g. "always", "nightly", "weekly" to enable a class of test runs. I want to be able to access these tests from the mstest.exe command line and interactively by the 'Group By ' OR is the alternative to have a convention in your test description and use the "Filter Text" option under the "Group By" TAB to achie ...Show All

  • Smart Device Development Emulator times out when accessing sscesa20.dll

    When I access http://server/folder/sscesa20.dll from the server and a pocket PC (wirelessly) I get "SQL Server CE Server Agent", good. However, the emulator can connect to external web sites such as msn.com, but times out when I access http://server/folder/sscesa20.dll . I suspect it is an authentication and/or network card (virtual) configuration of the emulator. Any help would be appreciated. Sorry, this forum is for the new DeviceEmulator that ships in Visual Studio 2005.  You might try posting your question to one of the eVC or VS newsgroups, depending on what product your emulator came with. Barry ...Show All

  • Visual Studio Express Editions Unable to Download Registration Benefits

    I've been trying to download the "Build A Program now" document from the registration benefits portal but all I'm able to download when I click the button is a .aspx file called downloaddetails.aspx How can I actually download the document I'm looking for Try using Internet Explorer (not Firefox, etc.). ...Show All

  • Windows Forms CheckedListBox check state not getting updated in tab conrtol

    Hi, I have a ChecekdListBox in a tab control. When I am setting the checked state of my CheckedListBox, it is not updating properly if the control i hidden in the tab page. Run the attached sample. Click Check button. Now switch to tabPage2, notice that the checks are not placed. Now click CheckButton again, notice that the checks are placed. Is this a bug  ...Show All

  • Windows Forms ThreadStateException from background thread manipulating its control

    Hi, I came to this exception: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. and I don't know what to do with it. My application creates some Panels with a lot of components at run time (according to the database entries). Each panel takes a second or two to load so I decied to use multithreading and choosed the ThreadPool. Simply something like that: (for each page in Form_Shown) Thread.QueueUserWorkItem( <delegate to CreateFormPage> ) ... private Panel CreateFormPage( byte page) { Panel r = new Panel(); ...Show All

  • Visual Studio Cannot navigate to the location pointed to by a task (VS2003)

    I am using VS.NET 2003. I wrote a simple macro to enumerate the functions in a project or source file and output their names to the Output window. I also used the OutputTasItemString method of the OutputWindowPane object to create Task List items for each function, so that when I would click on a function name in the Task List it would automatically jump to the right location in my code. Well, navigating to the location point to by these tasks that my macro creates does not work. I tried it both by clicking on the task item and by calling the Navigate method on the TaskListItem object directly. I also tried it both while all source files we ...Show All

©2008 Software Development Network