Software Development Network Logo
  • Game Technologies
  • Visual Studio
  • Visual FoxPro
  • Microsoft ISV
  • VS Team System
  • SQL Server
  • Visual C++
  • Visual C#
  • VS Express Editions
  • Smart Device
  • Architecture
  • Windows Forms
  • Visual Basic
  • Visual J#
  • Windows Live

Software Development Network >> SteveTr's Q&A profile

SteveTr

Member List

BadgerT
FMartins
Aran
sha-d0w
HDVD
Krutika
Dummie
bin joy
circular
Missy101
Travis Ingram
mmg
Chorch
WildDog
Guy Serfaty
bcecile
orama
alpsinan
Jim Sn
Dean Phillips
Only Title

SteveTr's Q&A profile

  • Windows Forms DataGridView doesn't refresh when calling refresh multiple times

    Hi everyone, I have a big problem with the datagrid, in an optionsdialog I change the grid.RowTemplate.RowHeight property. After changing I call the grid.Refresh() method. This works normal, the grid get's invalidated and refreshes it's layout. Now the problem occurs when the user opens the optionsdialog again, when he changes the RowHeight property again. the grid doesn't refresh anymore, you see it flickering but it stays the same. When I check the property on the grid, it is set correctly! Looks like a big bug in the DataGridView! Of course I could unbind and rebind again, this works. But it's not an option for me because I lose Column s ...Show All

  • Visual J# Visual J# 1.1 not loaded after installing .NET Framework 2.0

    Hi, I have a Microsoft Office Excel 2003 addin developed on .NET Framework 1.1 which uses Visual J# package. It works fine when Framework 1.1 and J# Redistributable 1.1 are installed. However, when I install Framework 2.0 along with Framework 1.1 , it gives me the following error: Could not load file or assembly "vjslib Version=1.0.3300.0, Culture=neutral,PublicKey Token=b03f5f7f11d50a3a" or one of its dependencies. The same error occurs even if I install Visual J# Redistributable Package 2.0 . Please reply asap. Regards, sameerbhise sameerbhise wrote: Hi, ...Show All

  • Visual C++ How to add a custom property to a My User Control?

    I have created my own user control which appears in My User Controls list in VS 2003 (using managed c++). Now I want to add a custom property to it so the property appears in the Propeties window. For now, only the base class UserControl properties appear to be there. Any ideas Thanks! A control, when selected within the designer, simply lists all the public properties on that form within the properties window. If you need help on the language specifics about how to create a property in managed C++, then the C++ forum would be a better place to ask, as we only deal with programming Visual Studi ...Show All

  • Smart Device Development Quick replace question

    Anyone know how I can Replace an single string with two strings using VS2005/VB.net Example: find:  " End Sub" Replace with:  " Logit()"                           " End Sub" find: "end sub" replace with "Logit()\nEnd sub" Have a look at "regular expressions" int the MSDN ...Show All

  • Visual C# overriding ToString () method for enumerations in C#

    Hallo I have to override the ToString () method of an enumeration. How is the syntax in C# to do that Can someone help me Thanks Franz Franz, Unfortunately it's not possible to override ToString() on a enumeration. Instead, you need to provide a helper method to do this: public static string ToString(MyEnum value) { return "This is my customized ToString():" + value.ToString(); } ...Show All

  • SQL Server Re-Create All Indexes in database

    First, I'd like some help stablishing if it's a good idea or not what I'm thinking, and second is what would be the easyist way to achive the result. Background. We have a multicompany ERP system (200GB, 200+ tables). All data tables have a companyid, counter1id, counter2id, fields. Each table has a primary clusterd index on these fields in that order. And also has multiple other indexes that usually include companyid filed first. ( Note we have 10 companies, ids are 1..10, companies 2 and 5 are the most active, inserts, selects ). MY GUESS IS THAT THIS IS VERY BAD HAVING COMPANYID FIRST. AM I CORRECT LEADS TO AL LOT OF FRAGMENTATION VERY ...Show All

  • SQL Server Meta Data Services SQL 2000 "msdb database could not be opened"

    Hello anyone / everyone, If you are having trouble accessing Meta Data Services on W2k3 and SQL 2000 and get the error that the "msdb database could not be opened" I found that hot fix 912812 on the operating system is the culprit. Remove it and Meta Data goes back to working, although I am being asked to approve the ActiveX control every time the page refreshes. Hope this helps somebody, to took me long enough to track it down. If anyone has a resolution to the ActiveX question I'd love to know the answer. Thank you, Uncle Davy Use "Internet Options" in Internet E ...Show All

  • Visual Studio Team System Users can't configure their Project Alerts

    We are using TFS and we've having some issues configuring project alerts. I am the Project Administrator and I was able to configure Project Alerts for myself using Visual Studio 2005. I have checked the option 'My work items are changed by others' and I have specified my own e-mail address in the 'Send To'-field. This works just fine and I do get notified when something changes. However, I have two other users that are Contributors in the project (I'm not sure if this is related to the problem), but they're not able to properly configure their Project Alerts: They use Team Explorer to open the Project Alerts dialog box of our pro ...Show All

  • Visual Studio 2008 (Pre-release) IDataContractSurrogate at the service level?

    Hi, I need to be able to do "lazy" instantiation and serialization (depending on some custom context, I would be able to load or not load business object collections for example). Is it possible to plug in a data contract surrogate in a WCF service serialization process Or is there another way to do this Thanks Sounds like using behaviors to control the encoding process. I recommend this webcast regarding behaviors: http://msevents.microsoft.com/cui/WebCastEventDetails.aspx EventID=1032299313&EventCategory=5&culture=en-US&CountryCode=US Another option is to serialize and de-serialize the data ...Show All

  • Visual Studio Tools for Office Display Word document in Action Pane?

    How can I display a Word document in a control within an Action Pane I think I'll save a copy of the document in .MHT file format. That way I can display a rough representation of the document using the Internet Explorer web browser control. ...Show All

  • .NET Development problems connectiong to a SQL Server 2k DB using VS 2005

    some knowing issues about this topic i cant connect to a SQL Server 2000 DB in a remote computer with Windows XP PRO, using a ASP.NET Web Service App in Visual Studio 2005... my actual computer use Windows XP Home and VS 2005 v8 I'm getting crazy with this "little problem" my networks works fine and i can see the remote computer files and folders, either if i try to connect using the Client Components like Query Analizer i can connect without problems using the same credentials and information. any ideas this is a snippet of the code in TaskVision Web Service App // try to authenticate the user string use ...Show All

  • Visual Basic how to access the thirdparty website controls

    hello my spec is i need to logon to the thirdparty website and upload a file in that automatically by clicking a button in my asp.net page. is it able to do it plz help me its urgent plz Also if your talking about web site development because you are referring to you asp.net page. You may find that the guys and gals over at forums.asp.net are actually in a better position to help with ASP.NET web page development using VB forums.asp.net ...Show All

  • SQL Server Hiding a subreport - How to suppress the blank line ??

    Hi, I have a main report with several subreports in a list. If I hide a subreport that contains no data by using the "visibility" attribute, there s always a blank line left in the list. Is there any way to suppress that blank line Minimize the size(width and height) of the sub report to the maximum extent. sincerely, Amde ...Show All

  • Software Development for Windows Vista Problem with product activation for Vista build 5219

    Hello, I have just purchased Windows Vista Ultimate Edition build 5219, I have a problem with the installation. The code is incorrect. The code is:     GKFV7-F2D9H-QKYXY-777P3-4M73W Please help me! Send please a massage to my E-mail. boyekroeze@hotmail.com Ahh, how did you purchase Windows Vista It is not for sale and is only available to a select group Technical Testers, TAP, and MSDN subscribers. Its possible your activation limit has been reached. http://spaces.msn.com/members/adacosta ...Show All

  • Visual C# updating the UI with progress bar while Business Layer in process

    Hi I'm developing a windows based c# application. How do I update the UI with progress bar while Business Layer in process where my BL is in a seprate Machine in the same network. I tried by placing a thread to update the progress bar and at the same time BL function will also execute. But this doesn't seems to be working properly. can any one sugest any methodolgies for this Regards Karthik Uhmm, it "didn't work" because    OK, here it is... and yes, it works... TWO different ways!  Take your pick!     public partial class Form1 : Form     {  & ...Show All

©2008 Software Development Network