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

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

Angedinoir

Member List

peace4theapes
sathupadikesavan
CaverDave
nickrogers
Rafayel
Whit Nelson
mri
Pete Cotton
Moonlight Sonate in C#
shettydeepak
bswaters
BrianBrian
hpdvs2
VB-Newbie
mwharton
Harold
alansnoog
ThomasB.
Wilfred Tang
TGA251
Only Title

Angedinoir's Q&A profile

  • Visual C# accessing variable of one window form to another

    Hi, 1. I have defind one variable with some value to one window form and I want to access this variable to variable in another window form. 2. I have defined one dataset (bound with some database) into one function defined into one form. I want this dataset should be accessible with bound data from any point of the application (may be another form). Please assist me. Thank you First of all, the first form should know the instance of the form that contains the dataset, so when creating the form, you put it somewhere accessible in the first form. namespace WindowsApplication1 { public ...Show All

  • Visual Studio Compiled exe Crash but run from Visual Studio 2005

    Hi, I encounter a "strange" execution problem : when i run my application from VS2005 (using F5) it's working fine : no exception, no error, nothing. If I open the .exe in the /bin/debug/ directory , my program close itself when I click a button. But i still have no exception, no error, nothing : I just get back to windows. Someone already saw something like that Ok, I found : It cames from an error making a P/Invoke ; a wrong SizeConst size in the Marshaling using [ MarshalAs ( UnmanagedType.ByValTStr, SizeConst = XXX ) ] . I still dont understand why VS2005 didn't trow a lovely "Ac ...Show All

  • Visual Studio Team System FxCop == Microsoft Development Guideline ?

    Does FxCop use the Microsoft Development Guidelines defined here : http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpgenref/html/cpconNETFrameworkDesignGuidelines.asp Thanks. Clement No, some of those guidlines are considered "wrong". I don't think FxCop strictly follows any one published set of guidelines; but, Framework Design Guidelines would be the published guidelines that it follows most closely. ...Show All

  • Windows Forms dynamically creating a ContextMenuStrip

    ok, I am wanting to dynamically create a context menu strip using an existing menustripitem from the form, I used to do this by creating a context menu and merging the differant main menu item i need to the context menu then when the user click the context menu it just fired the main menu item code. The problem I am having is that if I use context .Items.Add( this .child2ToolStripMenuItem); then the main menu strip item is removed from the main menu strip. Is there a way around this or do I just need to do this a differant way I'd create the ContextMenuStrip, then share it with your menustrip assig ...Show All

  • Visual C++ Help ID generation not available for ActiveX Control

    Hi there, Well we have been using an ActiveX control in VC6 for quiet a long time and generating help ID for them but , when We start using newer versions of VC Studio the Option for generating Help IDs for ActiveX control is not displayed and we have difficulty using Context Sensitive Help, If there is any work around Please help us out. Regards Usman Mahmood Yes this is still an issue can I have any work around for it or .... Regards, Usman Mahmood ...Show All

  • Windows Forms Hide or cancel the printing window when printing

    Hi From a window form, I'm printing using the PrinDocument object.  All is right but just one thing I want to correct.  I don't want to see the little dialog box with the cancel button when I 'm printing.  Thanks you ...Show All

  • Windows Forms VB2005 - Listview Column Sort

    I'm having a problem that is cited fairly commonly on the net. I've tried various solutions and all of them have the same problem. I'm trying to do a column sort. String variables sort nicely. However variables that are integer variables don't sort at all. The order is very messed up. There is some sorting but not based in the full magnitude of the sorted integers. Can anyone help me with this. I've tried several ways of doing this, beginning with MSDN examples and they all have the same failing. Hello, plz could you tell me how can i get the selected item in a listview (multiselect disabled) i wanna use it on an other form (form2)... ...Show All

  • SQL Server Error during FormsAuthentication.RedirectFromLoginPage

    Greetings, I created a custom security extenstion that worked great - except every call to FormsAuthentication .RedirectFromLoginPage would result in a "The return URL specified for request redirection is invalid." error type message. I reverted back to windows security with no problem. Then used the Microsoft Forms Security example thinking maybee I had improperly implemented the interface. When the forms security example provided by microsoft was configured I still get "The return URL specified for request redirection is invalid." error type message. Here is the actual query string when loging into ...Show All

  • SQL Server Layout Issue

    I have a dataset that goes like this 1 2 3 4 5 6 Using a table control, report preview appears as above. I want the report to look like 1 2 3 4 5 6 How can I generate a report like this Thanks Is there any other control I can use to get the desired output. Thanks !! ...Show All

  • Windows Forms is it timeout?

    hello i write a simple winform app to test the NTD(no-touch deployment) feature of dot net,after deploy it to the iis server,it works well,i can invoke it from either commandline or ie browser. but i found that after it is started up ,i IGNORE it,that means i don't operate it,after a wile,it is automatically closed.why,are there some .net configuration to&n ...Show All

  • SQL Server Stored Procedure Not Retieving Data

    I have a stored prodecure that runs on my laptop (XP SP2) but does not run out on a production server (2003). The stored procedure takes 2 parameters. When I simply run the query I get a result set, but when I execute the stored procedure with the same parameters the data is not grabbed (no error). There are other stored procedures in this database that run fine, it's just this one that is giving me a problem. Any suggestions Thx. Can you post the code Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All

  • Visual Basic CREATING MODULES

    I AM TRYING TO USE A MODULE TO CALL SEVERAL FORMS IN VB2005 EXPRESS. THE PROGRAM LOOKS LIKE THIS: MODULE MODULE1        DIM form1 As New Form1        DIM form2 As New Form2               Sub Main()          MsgBox( " This is module" )           form1.Show() ' trying to call form1          form2.Show()        End Sub End Module Public Class Form1  &n ...Show All

  • Visual Basic VB vs C#. How capable is VB compared to C#?

    I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. Here's my background ( being totally honest ). I am self taught, I learned C++ back in the late 90's. From there, I moved to C# because ASP.NET is the best platform availabl ...Show All

  • Visual Studio Tools for Office Getting even weirder...

    Hi; I built a VS 2005 simple Add-In, tested it, and it worked and I could break into it in the debugger. I then did the same in VS 2003 and it also would run and I could set breaks in the debugger, but it required winword.exe.config set to .net 1.1 I then went back to the VS 2005 one (deleted winword.exe.config). Now when I try to run it, breakpoints I set in the 2005 Connect.cs (the projects & dlls have different names) break in the 2003 connect.cs. And the 2005 AddIn gives me the message that it was built without debug information (it IS the debug build) and therefore breakpoints won't work. If I go in the registry and remove the 2003 ...Show All

  • Windows Forms Visual Studio 2003 Locks Up After Building with No Error Messages

    When I compile a project in Visual Studio 2003 Visual Basic .NET the IDE will lock up or freeze and I cannot see my application.  If I press control alt delete I can see that the program has been built but I cannot see it.  My only solution at this point appears to be to reinstall Visual Studio 2003 from the ground up.  Ho ...Show All

©2008 Software Development Network