urraca's Q&A profile
Visual FoxPro Fonts, Fonts and more Fonts.
Hi everyone, I have posted this quetion before, but I still don't have a reaonable solution. I have a whole bunch of reports which are created in FOXBASE. These are generated using simple commands. Initially we want to run them as they are. The problem is that no matter what font I try, it is not identical to the older 'text' font. Since we are printing on forms, we need the font to be identical. Is there no way to print something ...Show All
Software Development for Windows Vista SqlWorkflowPersistenceService exception using beta2
Hi, I've tried to created a web application using workflow. but there was an exception (array index out of bound exception) occurred when i tried to call 'startRuntime()'. Here is the code: --------------------------------------------------------------------- private WorkflowRuntime runtime; private WorkflowInstance instance; private AutoResetEvent waitHandle; and in button_click(): runtime = new WorkflowRunti ...Show All
SQL Server I can't access cubes from excel
I try to register the dll in a remote machine but I couldn't. Do I need to install something else in the remote machine Yes I have tried this with no luck. I think is a version problem, my server is April CTP. I'll try to install client tools in remote client. ...Show All
Microsoft ISV Community Center Forums Inserting information from a Userform to a text box
I have a Word document that asks for the same information several times. What I want to do is create a user form that asks for that info once then when I click add it puts it into the word doc in those specific locations. I thought using text boxes would be the best way to go. But how do I tell it that I want the info to go there Thanks Tiger Hi Tiger There are several ways of doing this. I've use ...Show All
Visual C++ Ref Class Question
Hello, I have a question regarding the way intellisense works with ref classes. I have a class like so: public ref class Man abstract sealed { public: public ref class Size { &nb ...Show All
Visual C# Word Automation -- what a bind!
Hi everyone, Before I go completely insane , can somebody please help me solve this single, simple problem: Using late binding, how on earth do I get hold of a single Section in a Word document I can get hold of the full Sections collection like this: object sections = theDocument.GetType().InvokeMember("Sections", BindingFlags.GetProperty, null, theDocument, null); ...but can I hell get at the individual Section objects that it co ...Show All
Windows Forms Binding System.Console with a TextBox
I am using VS 2005 best and .Net 2.0 How can I bind the System.Console to the textbox control so everytime something is written to the console with Console.WriteLine() or Console.Write() it will be displayed in my text control This method does work. I just implemented it in a couple minutes. However, I'm not sure if it is the "ideal" solution. I was struggling to use the Databinding properti ...Show All
Visual Studio install on same system as vs 2003?
install on same system as vs 2003 I have beta 2 installed on a Virtual PC 2004 virtual machine. Frankly, it is as slow as can be. I've given it 768 megs RAM. Every antivirus I've tried slows it down to a halt. Since a GO LIVE has be issued, I'd guess it is stable enough. In the virtual PC I had no trouble following the instructions and uninstalling previous versions. Is there anything with beta2 and sql server 2005 beta 2 that ...Show All
.NET Development .Net 1.1 vs .Net 2.0 issue
we have an application where the GUI/front end is in VB6, and the middle layer is in VB.net.... we have been developing using .Net 2003 from the VB.net side we are raising events for the VB6 to catch and operate on. In a lot of these events we are passing other info (objects/classes, string, integers, etc). So we are using the interops/marshalling heavily.... things are (were working just fine).... Then we had users who installed .Net 2 ...Show All
Windows Forms DataGrid : left bar visibility?
Hi, I'm creating a control that encapsulates the DataGrid. It is quite important that the left bar is removed (the one that displays an arrow if a row is selected) but i don't know how to do this. Is it even possible I've tried setting&nb ...Show All
Windows Forms how to control datagrid scrolling with two push buttons
I have an interesting user requirement for the project I'm working on. Our users want a datagrid to display the data (that's the easy part). However, they don't want scroll bars. Instead, they would like a "Next" and "Previous" button to control scrolling (i.e. if the datagrid would normally display 10 records per page, hitting "Next" would display records 11 - 20, etc.). If anyone has any ideas on how I can control scrolling ...Show All
Windows Forms Inherited Extender Property Defaults
I've created a new extender component which extends a "Participates" property to other controls on a form. If I drop that on a form (form A) along with a toolbar I'm able to set the toolbar's Participates property - no problem. Both& ...Show All
Windows Forms Implementing Combo Box binding programmatically
I have the following scenario. There is a combo box which can have 2 values BUY,SELL for B, S respectively. The database would store B or S but i want the users to see BUY or SELL in the form. Current Solution: The combo box is unbound. The items collection has BUY and SELL. I have programmed the bindingComplete event. When the binding is complete i convert the B/S in the binding source underlying list to BUY/SELL ...Show All
Visual Studio Express Editions C# sql submit button
Hi all m creating a Youth muster administration program in c# i need some help i have a bunch of text boxes with for text like last name first name ect, i want to create a button that i can press that will place all the information into a sql database, please be spcific cos im a noob. cheers ps also i would like to add a progress bar, for the submission proscess, details on how i can do that would be helpfull to cheers How ...Show All
Windows Forms RichTextBox control indent problem
Is there any way to make the default left indent becomes right indent I would like to align a series of numbers. richTextBox1.SelectionHangingIndent = _indentAmount; ...Show All
