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

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

Anon

Member List

Ranu
Cristian Babu
daviddavid
Peter Brotzer
Pramod S Kumar
Ultan
avner ben-zvi
Diango
HedleySohn
Peej73
Sidney Buss
veeta
Venaddar
luvzlabz
J Gilbert
AE-Sol
Uttam Kr. Dhar
JaQoB
Smit
Christoc
Only Title

Anon's Q&A profile

  • Windows Forms binding Excel.Range object to DataGrid

    hi, I am reading values from Excel sheet. object "range" below has the values from Excel sheet from from cell A1 to K12 Excel.Range range = worksheet.get_Range("A1", "K12" ); Now how can I bind the range object to Datagrid Basically, i want&nb ...Show All

  • Visual C++ "potentially uninitialized local variable"???

    Hi! A program I've made has code similar to the following: int main(int argc, char** argv) {     bool b;     ClassForSomething* obj;     (...) ;     b = false;     try     {         obj = new ClassForSomething(...);         b = true;     } catch(AnException* eFailed)  &n ...Show All

  • Visual Studio Team System MSDN Academic Alliance

    Will TFS be available for universities via the academic alliance program I couldn't find any page with any information on that. Let me also state my opinion on that: I think learning how to organise team development, manage a dev process etc is a key component of any CS education. So, I think you guys should do everything so CS faculties can provide a TFS for all their students so that they learn how to use it. Along that line I believe you sh ...Show All

  • Visual Basic why my post is deleted?

    why my post regarding visual basic 6 is deleted it's ok for me if they don't like to answer my post. tnks a lot... Hi sirck, The users are adviced to report duplicates and cross posted questions to the moderators who take it off. Read the : "Should I cross post my question in multiple forums " section on that post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=7746 Regards, Vikram ...Show All

  • Visual Studio Changing report layout size dynamically

    I created a report of layout size 6.5in * 8.5in. When I print the report with out the report viewer (with no print preview) using my own printer functionality, it fits to the dimension of an 8.5in*11in paper size. However, when I use the embeded print button in the report viewer control (in PrintPreview layout mode), the report doesn't fit the 8.5in*11in size printer paper and hence fails to print it. Is there any way to dynamically change th ...Show All

  • Windows Forms Table Control

    I'm looking for a good table control, and can't seem to find one.  Something similar to Word's table output or VS.Net Html Table output.  Does anyone know of a good one ...Show All

  • Windows Live Developer Forums Msn Live questions!

    Msn live in the future will be free  when is the release date   and... will be integrated in the new windows Vista Windows Live (tm) Messenger will remain free. At this time, we do not have a announced launch date for the next version. -Scott ...Show All

  • .NET Development Strong Naming and Obfuscation Problem - Need Help!

    I am trying to sign my application, after using the obfuscator. First I must delayed the signing: < Assembly : AssemblyKeyFileAttribute("myKey.snk")> <Assembly: AssemblyDelaySignAttribute(True)> The problem is we must tell outside the IDE in the command console to stop checking the assembly. the syntax is: sn -Vr myAssembly.dll    <-- very nice I do not see any DLL when i build my application. Is ...Show All

  • Visual C# How can enable or disable mainmenu's items on MainForm from childForm ?

    When I click an item on menu on MainForm I set it's enable property is false to open a childForm. When I close childForm I want to set menuItem on MainForm is true to can choose it again but I couldn't do that. Please tell me how can I do like that Thank you very much ! You won't be able to access the menu from the child form, because the menu on the main form is marked as private. You should change the 'modifiers' property o ...Show All

  • Windows Forms Background image resources cause VS error

    I have a few buttons on a Windows Form that I am applying an image to (or a background image). Things look fine in the designer, until I close the tab for that Form or leave it and come back. Then I get the following error message and I cannot view the Form in the designer: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require co ...Show All

  • Windows Forms Binding custom objects to Data Grids

    Binding collections of custom objects to the DataGrid control works great, but I need a little bit more control.   1) By default all the public properties on the objects become visible columns in the grid, and the header is the name of the ...Show All

  • .NET Development Forcibly unload an interop assembly w/ blocked unmanaged thread?

    I have the situation where I think my 3rd-party unmanaged COM object, which has opened a critical system resource, is blocked on a thread or something. In C#, .NET 2.0, I call FinalReleaseComObject() on my object, which returns 0, and then set the varible to null. I tried forcing a garbage collection and it didn't work (I know, it's bad, but I'm trying everything). Watching it run via depends.exe, I see all my other 3rd-party COM DLLs unload ...Show All

  • Windows Forms Form event question please...

    Is there an event that fires when a form is minimized   I have a program that needs to execute code right before the minimize event occures. Thanks in advance, Devin Cool, that worked great.  Now if I can just figure out how D3D is crashing :( ...Show All

  • Visual Studio Express Editions FileSystemWatcher problem

    I have set up a FileSystemWatcher component in my program to watch a certain folder for new files. It is working fine except that it is firing 2 or 3 times whenever a new file is created in the watched folder, which is causing problems elsewhere in my program. Is there a way in which I can set the FileSystemWatcher component to fire only once for each new file that gets created I have tried changing the .NotifyFilter property to the various opt ...Show All

  • .NET Development why combobox invoke SelectIndexChanged twice on Initial ?

    in my case, i have a listviw which data is relate to the data which is selected in a combobox. when debugging, i fond that the SelectIndexChanged event invoked twice on start-up of my dialoge. though, it did no harm to my work, i just want to know WHY If you had a breakpoint on the SelectIndexChanged method, and then ran the following code...: combobox1.displaymember = "seeMe" ' won't fire the event now combobox1.dispalyvalue = "valu ...Show All

©2008 Software Development Network

powered by phorum