Mitchell S. Honnert's Q&A profile
Windows Forms Trapping CTRL + B etc events
How do I go about trapping multiple events like CTRL + B, CTRL + U. I know there is a way using ProcessDialogKey but am not being able to work that out. Any help would be great Thanks Sergey - that's what I was look ...Show All
Visual C# Binary Data & .Net Sockets, URGENT
Hello every one, After 2 hard week of work, finally i accomplished an reliable server and client classes which look like the VB Winsock, those 2 classes are reliable, also server enable multiple connections, as i test it accept 5000 connection and Handel them, The base is MSDN & good socket samples. When i try to create an demo app. on these 2 powerful classes, all goes fine, i faced an problem in sending files, as I'm using one channel only ...Show All
Visual Basic microsoft vb 2005 express edition beta (how do i make it so my "menustrip" will ...
in microsoft vb 2005 express edition beta ( in the Menus and toolbars the "menuStrip", i made a buttom with copy how do i make it Copy) i know that you have to click it 2 times and wright in the code. If you want to copy a textbox contents then you can use My.Computer.Clipboard.SetText(Textbox1.text) Then you are simply copying the text. When you retrieve it you can Ctype it to integer. ...Show All
SQL Server Search
I have asp.net C# web application I want to search jobvacancy details using jobrole. if user did not select any value I want to select all the details including null values. this Jobvacancy table has JobRole feild and it allow to insert null values, this is my stored procedure [CODE] CREATE PROCEDURE JobVacancy ( @JobRole varchar (50) ) as Select NoOfVacancies,JobRole from JobVacancy where JobRole LIKE @JobRole + '%' [/CODE] when I u ...Show All
Visual Basic How Do I make a link?
I am trying to make a button on form1 to link to form2, and I do not know how to do that, please reply if you know. As you've asked on a VB forum, I need to make some assumptions. 1. I assume you're not using ASP.NET 2. I assume you ARE using VB.NET. A form is just a class - the forms designer gives you a graphical view, but everything you do there goes into the InitializeComponent method, where all those GUI controls are create ...Show All
Visual Studio ReportViewer - Local Mode - Parameters
Hi there! I've Googled this and searched extensively, and am having a problem finding a good description of how to do this. I have a database with several tables that I need to report on. I'd like for the users to be able to generate custom reports based on specific criteria, which can include data from multiple tables. I'll design the page with the available criteria, but it could contain any number of combinations of criteria to generate ...Show All
Visual C++ This application has failed to start because the application configuration is incorrect
Hi, I am just starting programming using Visual C++ 2005 Express Edition. I have had some limited practice in other languages and older versions of C++, so I have some idea whats going on but not much... Anyway I made a short program which perfroms a bubble sort on an array of numbers which the user enters (I know its nothing to write home about but its a start), it works fine on my PC and when I sent it to a freind who also had VC++ 2005 Expre ...Show All
Visual Studio Team System Visual Studio Team Foundation server compatibility with Visual Studio 2003
I work in a company with four developers using Visual Studio 2003 Professional - we need a new Source Control and Bug tracking system. Is it possible to use Visual Studio 2003 with Team Foundation Server I realise we would have to buy Foundation server seperately as well as 4 Client Access Licences, however, this would still be significantly cheaper than 4 copies of the Developer Team Edition. Much as I would like all the ...Show All
Visual C# zip hole folder
How can i zip a hole folder with SharpZipLib The folder that i am ziping.. may contain some other folders too.. and those folders can contain too some foldrs and files.. Please provide some example... Thanks in advance You can download source code and samples from here . They also have a forum that hopefully will give you quicker response. ...Show All
.NET Development Setting Environment Variable from VB.NET
Hello, I have an Environment variable named "PAR" which has value "plan". Now i open 2 command prompt.. In first command prompt.. I run my exe which uses Original Environment variable.. In Second command prompt. I set the value for Enviroment variable as "planned" and for the execute the my exe which uses new Environment ...Show All
Visual Basic Combobox and printers
How to fill a combobox with all the printers avaible Here's one way: Call LoadPrinters(ComboBox1) Public Sub LoadPrinters( byRef Combo As ComboBox) Dim psPrinters As String Combo.Items.Clear ' Find all printers installed For Each psPrinters In System.Drawing.Printing.PrinterSettings.Instal ...Show All
Visual Basic How to display login form...???
Can anyone help me out, this is urgent ... I have created a login form, how can i display the login form each time when windows start up I mean i want the form to be display once the windows logon form is displayed... or anyways i can replace the windows logon form with my login form p/s: sorry for my bad english explaination ... Thank you Grant, you really provided so much info for me.... i think i'll learn from there .... i'm still ne ...Show All
Windows Forms Making a .net Grid
Hi , im currently designing the architecture of my coming grid for .net and i just want to ask all of you what grid (for .net or whatever) that you think is the best and easiest to use my current implementation is beginning to resemble th ...Show All
Visual C# Help? undating value on monitoring form
I am trying to write an application that keep tracking of computers system information in LAN using WMI. I have one problem that I want to create a form that will launch a thread and scanning and shows the current status of scanning (like current scanning computer, how many computers left, time eclipsed). I have created “a class object A” that scans and holds all the information. How do I pass the updated information to the form every time when ...Show All
Visual Studio Undocumented add-in option
going to tools -> options -> Environment.add-in there is an option for enabling add-in components from a url. Does anyone konw how to setup this feature In Visual Studio 2005, you can register addins using the old way (through registry + COM) or through an xml file (.addin files). One of the things you can set in the .addin file is the location of the addin assembly which can be a URL (e.g. http://www.website.com/myaddin.dll). See th ...Show All
