cpurick's Q&A profile
Windows Forms Bad coloring in GroupBox
Hi for all what I make is drag a group box control and change the BackColor to red THEN I have a very bad extra coloring space at the top of the control text Can any one help me how to remove this extra coloring space or Adjusting It ***** It is really annoying thing to see this Thanks for any help If you are talking about the space of color between the group text label and the top of the control (the space above ...Show All
Visual Studio Tools for Office Reopening bug for AllUsers?
Hi, I've followed this guide: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=360200&SiteID=1 and then I was able to install for all users...Hooray! However, today I've took a look at the list of my ComAddins in Outlook... And AGAIN it's not listed! And this is MORE than weird... Uninstalling, I can still use it inm my Outlook... Could someone tell me if it's experiencing the same problem Bye LastHope Hi, many users confirmed tha ...Show All
SQL Server SSIS Script Component
Dear all, Such a pain, I know. Yesterday I did a couple of questions regarding transformation rows and very kindly I obtained answer (Thanks Jamie and Michael) But now I face another stupid issue and is how to map source with destination columns inside Script Component Task. On my Flat File Source I’ve got defined thirteen columms (from Column0 till Column13); that’s fine. And then, I’ve got a sql table as destination with another ...Show All
Visual Studio Express Editions Passing data between multiple forms? urgent help needed
Scenario I have Form1 consisting of a listView control I have Form2 consisting of a chunk of code, that reads items from a folder and lists them in the listView control, belonging to 'Form1'; only i can not get it to work. On Form1, when i click 'Show Form2' i have: Form2 Child= new Form2(); Child.Parent = this; Child.Show(); On the Child form, when it pops up, i want to add items to the ListView control on Form1. how on earth do i do thi ...Show All
Visual Studio 2008 (Pre-release) WS-ReliableMessaging simulation
Hey! I made an application which simulates th e effect of messages getting lost in transmission between the client and the server. It shows how WCF’s reliable messaging facilities compensate for the loss. I've integrated the MessageInterceptor from the Lab Manual (Exercise 3): http://windowscommunication.net/collateral/pages/Lab2ReliableTransacted.htm My question: How can I simulate message duplication This exercise simulates only the lo ...Show All
Visual Basic Dynamically populating a combo box .?
I am trying to populate a combo box on a form based on the contents of a field within SQL. i.e. I read the data from the SQL field. In this case I return the string "Select * From Transactions" I populate my dataset and set the dataset as the datasource of my combo box. This works fine. However what I want to do is to use a where clause in my select statement such as "Select * From Transactions Where AccNo = '" & strAccNo & " ...Show All
Visual Studio Express Editions Rich Text Formatting Help
How do I create rich text formating buttons like centering text and making it bold/italic/underlined, also changing the font, font size and font colour Please help. With Fontdlg . ShowDialog () ' Apply the settings in the ' Font Dialog Box to the selected text rtfCode . SelectionColor = . Color rtfCode . SelectionFont = . Font End With MyRTF . SelectionAlignment = Horiz ...Show All
Visual FoxPro Registering a Visual FoxPro driver in SQL
Hi... Not sure if this is the right place but we have a problem registering a Visual Foxpro driver in SQL. The driver does not appear on the initial drop down list and so we have added it manually using regsvr32. All seems fine until we try to access the server when we get error 7403 Could not locate registry entry for OLE DB provider 'VFPOLEDB' Any ideas or advice gratefully received... Hope I have all the details, but it is happening ...Show All
Visual FoxPro Required help for foxpro after installation
I'm getting a System Error "Divide by Zero or Overflow Error" when I try to run FoxProw.exe on Windows 2000 . The program installs okay, but I can't get it running. Thanks in advance for your help ... Hi Malla, Please see my answer to your other post. There's a patch for your problem at http://support.microsoft.com/ kbid=102893 . ...Show All
Visual C# DllImport and enumerations
I have a dll that was made in c that I would like to invoke from C#. Some of the parameters want enumeration values to be passed to them. These enums are defined within the c project. Is there anything I can do with this Hi, You may either declare the int parameter where enumerator parameter is used, or you can redeclare the enum in C# code. See below: suppose that there are following declarations in your ...Show All
Visual Studio vs.net rc compiles; command line error BC30007
when compiling an assembly in the ide i have success. if run msbuild from the command line i'll get a BC30007 error regarding a missing reference to system.web.services.dll. the vbc command is identical between ide and command line. if i run the vbc command it fails as well on the command line. if i add a reference to the system.web.services.dll to the command line compile it works. obviously that's my solution.&nb ...Show All
Visual Studio Team System Is it still the plan to rename h.exe to tf.exe?
Just wondering because it just makes more sense and is easier to explain to people. tf.exe = team foundation whereas h.exe = hatteras, huh :-) ...Show All
Smart Device Development Can't deploy project to emulator or device in Visual Studio 2005 Beta 2
When I build a C# project and try to deploy it to the emulator or device, a message box always pups up and says "No such interface supported" and the deployment fails. A error message in the output window shows: "Error: The operation could not be completed". Can someone help me to solve this problem Did you have a previous version of VS2005 installed on this same machine It sounds like there a ...Show All
Visual Studio Express Editions Help me please
I am writing a simple class library with some http functions, so far I can send a request with user/pass but when I trie to see the response using this code(please dont laugh at it due to the fact that i'm 13 and havent been programing in c# very long) HttpWebResponse response = (HttpWebResponse)request.GetResponse(); StreamReader sr = new StreamReader (response.GetResponseStream()); result = sr.ReadToEnd(); sr.Close(); File ...Show All
Visual Studio Team System How do I delete a task?
In going through the walkthrough, I accidently created a duplicate of a task. Is there some way to delete it ("Delete" doesn't seem to work.) There is no support for deleting work items in TF. You may want to just change the state of the task. If you truly want to delete the task you will have to remove entries from WorkItemsAre, WorkItemsWere, and WorkItemsLongTexts tables in TfsWorkItemTracking da ...Show All
