WALLACETL1's Q&A profile
Visual Basic Change textbox height in Vb.net 2005
It's impossible change textbox height in vb.net 2005 In vb.net 2003 it was possible and the worst is that each control with the same font has diferent heights like combobox and text box. ...Show All
Software Development for Windows Vista ASP.NET WS Workflow - raising events in beta 2 - web.config file setup????
Hi guys, I'm in the process of migrating some WF Beta1 to WF Beta2. I've currently got a WS that exposes a Sequential WF (ran the WS Publishing Wizard on this). In Beta 1 - I could happily add my Custom EventService to the Web.Config Runtime, Services section (saves instantiating in code etc - no good for a WS) In Beta 2 - I've noticed we have to wrap EventService objects in ExternalDataExchangeService (from memory). Question of the day: How can I specify this in Web.Config Cheers, Mick. Mick, This is a known issue, and unfortunately, in Beta2, you cannot specify ExternalDataExchange services in the web.co ...Show All
Visual Studio Team System Windows SharePoint Services is not configured as recommended by Team Foundation Server.
I have tried everything to get TFS up running and i can't install the Beta on the server. Im runnning Windows 2k3 server and i have installed SQL server 2005 and the share point services. I tried to install everything as the help file describe. But when i run the TFS setup the error message says Windows SharePoint Services is not configured as recommended by Team Foundation Server So i have tried to uninstall the sharepoint services and then reinstall it. I have tried using the UI and also the silent mode as they describe in the help file but i have no luck. In the document it states to use the server farm option. however i do not get thi ...Show All
Software Development for Windows Vista Segoe UI
Please make the lower case i not a circle dotted lower case i...reason is its so hard to read at lower sizes...vertical 2 pixel dot is now a 1 pixel dot for the lower case i ... this also looks ugly on large scale type... if you dont want the dot in the lower case i readable then you might aswell make the upper case I look like lower case l... Well we use "hinting" to bulk up problem areas in various characters at small sizes (no need to redraw outlines) - in fact we're doing some extra work on some of the punctuation where ambiguity can be a real problem under grayscale (not ClearType) - but no plans to do this on the i or j wher ...Show All
Windows Forms I am new, can anyone help me?
Hi, I am new to terrarium. Is there anyone who can help me with the following problems: - Where can I find tha "farm" - My terrarium never make a connection with the internet, the server is set to "http://www.terrariumgame.net/terrarium" thanks in advance!! Eddy I have Zone Alarm Pro, and this is how you do it: Open ...Show All
Visual Studio Express Editions Designer view won't work!
When I try to switch to designer view I get an error report dialog::: "Microsoft (R) Visual Basic Compiler has encountered a problem and needs to close. We are sorry for the inconvenience." After the error report dialog, I get a messagebox that says "More data is available" I can still compile projects and they work fine, but I can not view the designer. I have tried reinstalling Vb.net express but the error still occurs. Anyone know how to fix this I figured it out... I was putting my Private Subs in the .Designer.vb module. Once I moved all my own code out of the .D ...Show All
Visual Basic Bug ? Class '[class name]' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
I use CodeDom classes and VBCodeProvider to generate code and create assemblies. After the upgrade to Visual Studio 2005 Beta 2, I started getting the following error. Class '[ class name ]' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): Note that there is no member name following the error message. If I create a project and add the generated files to the project, it compiles fine. Is this a possible bug Please help. Thanks... Could you test this on the Visual Studio 2005 RTM and post a bug on Microsoft Product Feedback Center if you are still expe ...Show All
Windows Forms Granting more trust with the control hosted in IE
Hi all, I've written a .NET control that is hosted in IE. For some reason I have invoked some platform API in my control, so I need a full trust to run this control. In my own machine I can get into the .NET configuration tool to give the program full trust. I know that my users can do this as well, or they can execute a pre-wr ...Show All
Visual Studio Which files of a VB project under source control?
I'm using subversion. But I guess this is not important for the issue. So which files of a VB project should be (at least) under source control Or which ones definitly not I know from VB6 projects that there are a lot of unimportant files (vbw, exe, obj, ...) . But I don't know which of the VB-VS2005 files are similar. So can anyone give me some hints please Thanks in advance, Rober In VB6, vbw files are auto-generated if they do not exist. I'm looking into removing those from source control, as they are always being flagged by Subversion as changed if I even open the project (saving the project is ...Show All
Software Development for Windows Vista VS 2005 final release vs. Windows Workflow Foundation
Can anyone (from Microsoft) tell me when a working beta of WWF for the final release of Visual Studio 2005 (8.0.50727.42) will be available Hi Andreas, Unfortunately the workflow debugger still has some problems in Beta 1.2. This is a brand new debug engine integrated with Visual Studio 2005. To avoid the failures for now you can set break points in your code beside source code and debug your application. Setting breakpoints in your C# or VB.NET code uses the standard .NET debugger that shipped with Visual Studio 2005. Regards, Paul ...Show All
Windows Forms Order events are fired in form
I don't know if I'm perhaps following bad coding practice, but here we go: I've got an application that is dynamically opening child forms. In the form_Load event for one of my forms, I am populating some combo boxes. That works beautifully. Here's where it gets interesting: The combo boxes have sorts and filters applied when they are loaded. All three combo boxes are related to each other. I would like to figure out a way to change the text showing in the other 2 combo boxes whenever a user selects (or types) something in one of the other two combo boxes. This would be done using a combobox.findString with a string based on a query to ...Show All
Visual C++ C++/CLI language design questions
I'm doing another C++/CLI project that involves porting some of my native C++ classes so that I can mix both native and managed code. And I'm hitting the same issues often enough to wonder about a few things about the C++/CLI language design. One of the major changes from the old C++/CLI syntax to the new one is that you cannot have an unmanaged class member of a ref class. e.g. class U { ... }; ref class M { U u; // causes C4368: mixed types are not supported }; This is because memory locations for instances of M can change, and there is a risk of using the address of u somewhere in unm ...Show All
Visual Studio Express Editions Which option to select?
I'm thinking of getting started in Visual Studio because i want to know how to make programs and aplications. I've got some knowledge about c and basic but i dont know which language chose now. Could you please tell me what are advantages of Visual c++, c#, basic and advantages betwen Express and Standard versions What do you suggest When sing the .net framework to develop applications it is basicly the same and the language is only a matter of choice. When you compile the code the end product looks and runs the same. As for the differences between the standard and enterpr ...Show All
SQL Server How to align text in a table cell?
hey, guys, How to align text in a table cell From the xml file, for a table cell, it has "<TextAlign>Center</TextAlign>", is there a Valign setting, like the valign in CSS or html There is a "VerticalAlign" style property available. Thank you, Nico ...Show All
Software Development for Windows Vista windows vista
how can i download windows vista and what is the procedure because i am browsing the microsoft web for 2 hrs i am a genuine windows xp user. There's no public beta available yet. It's available only to MSDN subscribers. ...Show All
