Answer Questions
Pavel Krebs VS2005: Any more CTP or RC builds to come?
VS Release Team, I've searched these forums and have even researched a number of blogs, but I haven't been able to find out when the next VS2005 drops will be. I'm currently using the July CTP for VS2005 Pro, and am tracking a number of issues with my current development project that I'm hoping will be resolved in future RTM builds, either within Visual Studio itself (e.g., Forms designer), or as a result to fixes in the Framework. Could somebod ...Show All
deyanp Tic Tac Toe Game
Hello there, Do excuse me but I am new to programming. Yes I realise that will annoy most of you but I am in need of some help. I am about a third of the way through the program and have got stuck at the creating of lines. I am able to put lines in horizontally and vertically but when trying diaogonally it seems almost impossible. I am using the Visual Basic 2005 Developers Edition (The free one off Microsoft). I just cannot seem to find t ...Show All
mdyoung Unable to create .NET class in VBA
I'm trying to use a .NET DLL from VBA, but i keep getting a error message in VBA: "Run-time error '-2147024894 (80070002)': "File or assambly name ClassLibrary1, or one of its dependincies, was not found." I'm running VS 2005 and I have selected "Register for COM interop" and "Make assembly COM visible" in the properties window for the project. The code is rather simple C#: namespace ClassLibrary1 { public interface IClass1 { bool getT ...Show All
Peter de Jong Just gotta have a moan
Jeez this is the pits. I hate, really, really ,really hate, trying to anything at all via IE in W2k3. Nothing works ever. You cannot visit a website without it moaning. You cannot turn off anythinhg without it turning something else on. Listen to interneat radio, you must be joking. Do some Microsoft e-Learning don't be silly you need Flash for that which IE has made sure you can never ever absolutely no matter what you try to do ,download ...Show All
Kate E Put Certain E-mail Address in FROM Field
Dear All, Please help me , I need A VBA code to always Put certain E-mail Into FROm field before sending any E-mail messages automatically with OUTLOOK Dawy You can use the "SendOnBehalveOfName" property: Sub MailMe() Dim outApp As Outlook.Application Dim outMail As Outlook.MailItem Set outApp = CreateObject("outlook.Application") Set outMail = outApp.CreateItem(ol ...Show All
Nic Butler macro for creating chart in excel
Hi all, I'd like to write a macro in for excel to create automatically a chart, i have no experience in this field. I use the following code: Sub Macro1() ' ' Macro1 Macro ' Macro recorded 8-6-2006 by CTW ' ' Keyboard Shortcut: Ctrl+m ' ActiveSheet.ChartObjects("Chart 1").Activate ActiveChart.ChartArea.Select ActiveChart.SeriesCollection(1).XValues = "=Sheet1!R1C1:R2C1" ActiveChart.SeriesCollection(1).Values ...Show All
Telmo Moreira Setting ASP.NET Configuration in IIS
hi, im currently working in setup and deployment project using custom installation with System.Configuration.Install; a have already created several custom installation classes, but i have one problem. my deployment includes 2 different versions of .NET which is 1.1 and 2.0. i have created everything including modification of web.config, installation of databases, and Creating Website, Virtual Directory and Application Pool ...Show All
metaza Error in partner program signup form
I am trying to sign up for the Partner Program, however the first page has several errors: 1. State dropdowns are empty. This one doesn't seem to be critical. 2. I get "invalid telephone format" no matter how I type my phone number. This one is a show stopper. Anyone know how to fix it Thanks very much, jheske@mindspring.com.NOSPAM FYI: this turned out to be a machine-related issu ...Show All
Ozone92 Dump data into 2 databases automatically
Is there a way to dump data into 2 databases automatically So when I enter in data through an MS Access Form, it loads the data into a Table in that database, and then also loads the data into another Table in another database (or Excel file) Essentially, single entry to dual tables. Thanks, Mark Hi Mark, There a couple of ways you can do this. The simplist would be to create a linked table in the ...Show All
Lea41263 Does the VBA save word as XML???
Hello! I'm really needing to know if there's any VBA code able to save a Word document as an XML doc. Any sample is appreciate. thanx Marcos Hercules dos Santos There an XML format called WordML that lets you save a native Word document to an XML document. The XML file thats produced contains a lot of XML that you might not want or need but you can perform transformations on it or use DOM to extract what you need or to r ...Show All
AlxSharp Problem with Applying Filter in MS Project 2003
Hello. I have problem with applying filter in MS Project 2003 using VBA. I often use FilterApply Method to filter tasks or resources. But FilterApply Method has next 4 arguments: Name , Highlight , Value1 , Value2 i.e. 2 ( TWO! ) values for using with interactive filter. But my purpose is to Apply Filter "Using Resource in Date Range... " which has 3 ( THREE!!!) values as interactive arguments: Name of Resource, Start ...Show All
Learner.example I need to install ACTIVEX so I can be able to Download.
Every time I try to download the CursorMania it says you do not have ACTIVEX. Please help me. Which browser and version are you using -brenda (ISV Buddy Team) Per our support engineer: You need to allow the browser to download the ActiveX control. I can't post a sample screenshot but you should see a pale yellow bar just below the browser address bar and just above the actual web page. Click the yellow bar to install ...Show All
Colin Bowern handling volume control in C#
Dear sir, I have one trackbar control in my application. i want to adjust the windows voulme control thru trackbar control. give the solution for this query Hello Brenda, I found a sample code to control the system volume. You can ask our buddy to try it. using System; using System.Runtime.InteropServices; namespace PhidgetTest { public class AudioMixerHelper { publ ...Show All
Doug M New to VB
I have to do a project in VB Excel. I don't write code and it has been over 10 years since I took any programming classes. I have books on VB but I don't know where to start. I need to have our main invoice spredsheet update automatically when we get new invoices at the end of the month from our printing service. I know what I want to do but not how to code it. I would appreciate any advice. Thanks, Melissa ...Show All
Zdliang Excel VB problem
Hi, I am a new VB user and I need some help. I have a worksheet with a combo box that references a list of items on another worksheet. See my code: Private Sub ComboBox1_Change() Worksheets("Sheet1").Range("A11").Value = Me.ComboBox1.Column(0) Worksheets("Sheet1").Range("B11").Value = Me.ComboBox1.Column(1) Worksheets("Sheet1").Range("C11").Value = Me.ComboBox1.Column(2) ...Show All
