Tryin2Bgood's Q&A profile
Visual Studio Express Editions Can some one tell me how to find the default icon please.
Hello. Can some one tell tell me how to show the default icon in a ListView box please Av only bean learning programming about 3 or 4 weeks now, and am stuck on the this. Am making a cleaning program, the files and the path show in the Listview box, but I want the default icon to show as well. Your help will be very much apresiated. Hears wishing every one a merry Christmas and a happy new Year, and may 2007 be a good year for you all. Thank you The more i look into the history folder the more complicated it seems to get. Thanx again for your help Tall Dude. Chrs. ...Show All
Visual C# declaring abstract method that receives different parameters
i want to declare an abstract method, just formality since i can declare them with the same name in inherit classes without declaring the abstract in parent, anyway, the problem is that according to subclass type, it must receive different parameters. in both cases they are enum values, but different types of enums for each subclass. i can not declare a 'void' parameter, i dont know if i can declare for example a casting in a declaration, like: in parent abstract something(int someparam) in subclass something ((int) enumtype someparam) is this possible First I must repeats the others' statement that your design is not of much use, but nevertheless, this should work: abstract ...Show All
Microsoft ISV Community Center Forums Access Frontend vba changes
"I am new to this stuff so explain as much as you can.I am working on a project in which I have 40 access databases that are identical in and structure and purpose; each one is used by a different location. These databases all have to be combined in to one SQl database backend. So far I have been able to get the sql server table structure over, and I added a location ID to each table so that I can keep all of the data seperate.All at the same time I will need to keep the access front end, which will inturn read a file on the persons pc and allow them to only see data from their location. 1) how do I filter out the data on the access front end by location; so that I can add update and delete and create new records 2) How do I create a ...Show All
Windows Forms Related ComboBox with BindingSource filter
I have a form that shows 3 comboboxes and some more fields. These are Country/State/City. The binding source has only IDcity (not IDCountry and IDState) and somemore fields. I'm loading the main dataset and 3 more datasets for countries, states and cities. I've implemented on SelectedIndexChange on country and state combobox and did this for each one if (stateComboBox.SelectedValue != null ) { cityBindingSource.Filter = "IDState = " + ( int )stateComboBox.SelectedValue; } The filtering is work ...Show All
Visual C++ Does VC++ Express Edition support Refactor ?
Does VC++ Express Edition support Refactor like Eclipse & JBuilder do If not, will the Enterprise Edition cover this function fiNAL.Y wrote: Does VC++ Express Edition support Refactor like Eclipse & JBuilder do If not, will the Enterprise Edition cover this function Somebody asked for C++ refactoring back in December 2005. See http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=98711 to see what became of this request (and to vote on it). No edition of VS2005 has refactoring support for C++ ...Show All
Visual Studio Express Editions Including CSV files
I am ready to publish my little application, it reads CSV files. I want to include these CSV files in the install package. How do I go about doing this I want those files included, yes, but copied with the setup and put into a specific directory when intstalled. I don't think just adding them will do that. Please advise. Doug ...Show All
Windows Forms app.application Publish file
Hi, I know this has already been posted, but I need to get it clear in a simple way. The 'app'.application file is created when you publish an application to a web/ftp server, along with other files. The publish.htm page shows a button linking to the 'app'.application file and I can correctly install it, but a friend of mine (and maybe many more people too) get the 'app'.application file contents displayed in his browser. He has the .NET Framework 2.0 installed (installed automatically with VB 2005 Express), and I would like a simple solution to resolve this issue, without reinstalling .NET 2.0 (unless you are sure it resolves it). I also heard that it has to do with MIME types , but I'm not too familiar with this term to unders ...Show All
Visual Basic Infopath and Visual Basic 2005
I'm new to infopath, but i haveto say i like it. Is very simple to use to run queries rom sql data bases. But i was wondering if i could implemented on my visual basic application. Can I use infopath with visual basic Is there a way to open a form desgined by infopath within a visaul basic application Will I need to have infopath installed on the computers that open this form through visual basic im not an expert on this but perhaps try using the InfoPath SDK http://www.microsoft.com/downloads/details.aspx FamilyId=351F0616-93AA-4FE8-9238-D702F1BFBAB4&displaylang=en Implement this and use it into your solution. I believe the destination computers may well require the InfoPath app to be installed but do not quote me on ...Show All
.NET Development Sharing session data among applications using StateServer session mode
hi, i have two projects,let us say proj A and proj B. In A i have two text box user name and password.I am storing both the things in session like session["uname"]=textbox1.text; session["pwd"]=textbox2.text; response.redirect(" http://localhost/proj B/default.aspx "); in proj B i am trying to get the value from session like response.write(session["uname"].tostring()); response.write(session["pwd"].tostring()); the above two response statements returns null value. even i made the following changes in web.config file <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout=& ...Show All
Software Development for Windows Vista Can not debug project after installing framework 3.0 and extensions for VS2005
Hi, After installing framework 3.0 and extensions for vs2005, when i tried to debug a workflow project, it throws error "The assembly to be debugged was built with a platform incompatible with the current system". I did recompiled the project, changed all references to point to new workflow components etc. Any idea what could be wrong Thanks, Hiten Which version of WF are you using If you aren't sure go to the gac, find System.Workflow.Activities.dll and Microsoft.Workflow.VSDesigner, right click on them and click on the version tab. To get to the gac go to Start / Run and type assembly. ...Show All
Visual Studio Team System TFS and MS Project Field Mapping issues
I have found another issue with MS Project 2003, TFS 1.0 and Conchango's Scrum Plug-in 1.1, when trying to export a project to TFS, or connect to a TFS project from MS Project. These are all using a Scrum Plug in, but I do not believe they are related to the the plug in. I am talking to them separately. Here is the error message when trying to export fields from TFS to MS Project 2003 --------------------------- Microsoft Office Project --------------------------- TF82024: The following fields could not be mapped because the fields could not be found on the server:Microsoft.VSTS.Common.Discipline,Microsoft.VSTS.Scheduling.CompletedWork,Microsoft.VSTS.Scheduling.RemainingWork,Microsoft.VSTS.Scheduling.BaselineWork,Microsoft.VS ...Show All
Visual Studio Team System Can I develop custom rules in VS2003 using Fxcop 1.35?
I am trying to develop custom rules in VS 2003 and i am unable to add FxCopSdk.dll and Microsoft.Cci.DLL as references.I have downloaded 1.35 version of Fxcop. FxCop 1.35 is .NET 2.0 only. You will need to use a .NET 2.0 compiler, either via Visual Studio 2005 (or one of the free express versions) or via using one of the command-line compilers that ship with .NET 2.0 redistributable. ...Show All
Visual FoxPro [OT] Help in translation
Hello all, I need English native speakers’ help to correct the English text of my description of User-defined functions LCK Visual FoxPro and the several comments in the C++ and VFP source code. They will be disseminated as a free of charge download. But first I would like to tell you a bit about myself. I am an author of User-defined string functions. Each day my functions are downloaded on average by 30 people from around the world. More than 16 000 people have already downloaded my functions. My functions include versions for MS SQL Server (7.0, 2000, and 2005), MS SQL Server 2005 CLR .Net, Sybase ASA, DB2 and Oracle. I would like to bring to your attention that I found errors in the VFP, MS SQL Server, Sybase and DB2, which attests ...Show All
.NET Development ProcessStartInfo to execute vb script with certain user
I tried to use ProcessStartInfo to execute a vb script with certain user name. My Code: --------- ProcessStartInfo psi = new ProcessStartInfo(); psi.FileName = fileName; psi.UserName = userName; psi.Password = password; psi.Domain = domain; psi.UseShellExecute = true; Process.Start(psi); The Problem: ---------------- When I set UseShellExecute to true --> the error is "The Process object must have the UseShellExecute property set to false in order to start a process as a user." When I set UseShellExecute to false --> the error is "The specified executable is not a valid Win32 application." Any Help please Bishoy I discovered the runas command in command p ...Show All
Visual Basic Number commands
How can I make my program do different things (while running) by using numbers as the link, or so to speak (ie. Make it exit by pressing 3, open a dialog by pressing 4, change the menu by pressing 1 or 2 etc.) Thanks Certainly. Use a TextBox and implement the LostFocus event. The user would type a number and press Tab. However, that is kinda old-school thinking. Why don't you put buttons on the form with a descriptive Text property. The user will have no trouble figuring out what happens when they click the button. As opposed to having to remember what number does what... ...Show All
