fdefontis's Q&A profile
Visual Studio Express Editions Passing values through methods
How can you pass values from one method to another I have been storing values in labels and textboxes. Then, when another method needs the value, I initialize the variable to the text in the label or textbox. This gets the job done, but I would like to know the proper way to do this. Hi, To elaborate on what Saleh said. You must use Methods or Functions which returns values to pass valu ...Show All
Windows Forms showing sequential images in picturebox
I finally got my pics to open in a picturebox and now have to use msgbox to display the next image. Is there a way to do this without using msgbox Hi davco, Dustin_H seems to be on the right track, perhaps if you posted your code we could help you figure out what is going wrong. Scott Morrison The Windows Forms Team Microsoft Corp. ...Show All
Windows Forms percent
can't we use a percentage as width/height value for controls (and for fonts) and if not what is the solution to get the same screen for 800 x 640 , 1032 x 764, 1600 x ..... and so on not depending on the screen size ...Show All
.NET Development Show XML Items From Internet into Treeview
Hello: Well I need some help, i have the following xml file in a domain: < xml version = " 1.0 " encoding = " utf-8 " > < ListaDisco title = " Directorio " > < Category title = " Bar " > < disco id = " B1 " > < na ...Show All
Visual Basic F1 Doesn't Search Online Help
I'm new to using VB 2005 Express 8.0.50727.42; previously I have only used VBA for OfficeXP (VB6, it seems). Fresh install of VB and Ihave not installed the optional MDS Express Library. When I press F1 on a built-in function in my code, lets say 'left()', I get the all too familiar screen: "You have chosen to use local Help only for Search and F1 results, and the topic could not be found in local Help. This error can be caused ...Show All
Visual Studio On Stores, Editors & Models.
There are a number of posts on the forum now about loading and saving models, including how to load models into stores, using one store for many models, and havin transactions that span changes to many models. There is still one gap in the information as far as I can see, and that is the relationship between editors and stores. When a file is openened in the designer an editor is created for that file (I hope I have the terminology right, please ...Show All
Visual Studio Express Editions Trouble with the avalon 2005 ctp release
I installed the Visual Express C# beta 2 recently, with it I installed the .Net Framework Beta 2 (v2.0.50215) Then when I tried to install Avalon from my cd it said I needed to install the v2.0.50110. So if I uninstall one .Net Framework one product wont work, I would really appreciate any help with it, because I need to start working with Avalon as soon as possible. Danke! No - the last release of March 2005 CTP ...Show All
Visual Studio problem in setup with visual basic.net 2005 express edition beta 2
I encountered this problem when I tried to install it. To fix it I changed the option that I used to extract the files from the .img file to my PC with IsoBuster. You must of chose the VBD1>ISO option, I chose the VBD1>">>>" option (without the quotes) If you've understood what I just said it should work, If I typed it right of course :) ...Show All
Visual Studio Team System Undoing a changeset?
How do you back out of a changeset I was experimenting with branches and merging and I made on a change on a branch when I intended the change for the trunk version. BTW, I can see this being a problem because the VS editor MDI tabs only give a filename (not directory) and so does the solution explorer. It would be nice if there were some visual cue to indicate that a solution you have loaded is not the "primary" version you w ...Show All
Visual J# how to import org package in J#
how to import org package in J# . should i download any package for that VJ# supports only a JDK 1.1 level library, which doesn't contain any org packages. See the following page to know which packages, classes, methods etc. are supported by VJ#. http://www.ujihara.jp/CodeTips/VJSharp/en/jslibrary.html ...Show All
.NET Development OOP and VB/ASP.NET
OK, I asked this in a separate post , but I'll see if I can rephrase it. I'm trying to make my app more OOPish. My interface (that is, the HTML, the datagrid on it and the associated VB code) has objects that I want to expose to other classes & procedures. To do this, it seems to me that my interface should be its own class, which I instantiate once and then refer to from my core code. Where do I place this core code I on ...Show All
Visual Basic Visual Basic 2005 express edition beta
after i download and installed Visual Basic 2005 express edition beta, i couldnt able to create new project to test it out, Is it the way it supposed to be . i cant see anything in the dialog box... It was my fault, improper installation, i tried to uninstall and install back, i can see the entire project item. Sorry for the unnecessary question ...Show All
SQL Server DBSTATUS_UNAVAILABLE error
I have a pretty complex Data Flow that finishes with OLE DB Command. This calls a Stored Procedure with parameters (60-70 of them). The packgaes compiles OK and in run time, I get error below. When I go ahead and edit the field - remove it - save the package - add it back and re-run the package - it generates same error for a different field. When I re-assign all fields and re-run it again - it starts over to give me same error. Help! Erro ...Show All
Windows Forms please solve my problem
private void PRINT_Click(object sender, System.EventArgs e) { PrintDocument printDocument1=new PrintDocument(); PrintDialog printDialog1=new PrintDialog(); try & ...Show All
Visual Studio Team System Importing site template to be used by all new projects
Hi All, I have customized a project site with announcements, templates, uploads, etc... and have saved "site as template" (site settings->administration). Is there any way to make this site template the standard template that all new projects use when being created (This is the Project Portal Site, not the Process Guidance site). I tried exporting the process template for the project with the site changes fro ...Show All
