Software Development Network Logo
  • .NET Development
  • Visual C++
  • Visual Basic
  • Audio and Video
  • SQL Server
  • IE Development
  • Windows Forms
  • Visual FoxPro
  • Visual C#
  • VS Team System
  • Game Technologies
  • Smart Devicet
  • SharePoint Products
  • Microsoft ISV
  • Windows Vista

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

JoseBonifacio

Member List

Lovericky
slippyC
Jandost Khoso
mobigital
Tom McDonnell
houtexwebdev
Whoisit
JohnHadj
Vincent Hung
Jordy Boom
israelsaba
Ronaldlee Ejalu
mj_realm
AHTUNG
Ido Ran
Uncle Davy
su45937
ray_newbie_SSIS
Geoff Dupuis
Allaudeen_N_587b24
Only Title

JoseBonifacio's Q&A profile

  • Windows Forms Add grid to form control in Visual C#

    Hi, Simple question which I cannot seem to find an answer to. I just started coding in C# today and when I start a new project, and its attendant form, I can't seem to get the grid to show up on the form. M.S. KB, M.S. MSDN, google, all point me in the direction of grid computing. All I want to do is add the dots (grid) to my form so I can line things up. Can someone help me Steve Hi In your Form's property change DrawGrid = True , if u want to see the dots in the form, making it false will make the form without any dots. hope this helps. ...Show All

  • Visual Studio Team System Best Practices

    Is there a best practices document for setting up a TFS, vStudio 2003 project I have a multi tiered web project with about 6-8 developers. I'm looking for documentation on how to set up things like project path locations on the local development machine, how to organize things in TFS, etc. Things are a mess now with each developer having a different path configuration. For example, all but one developer has a D: drive. How do we setup solution files in vStudio to support that and still work correctly for everyone in TFS Some people like to work disconnected from source control. They log in to the TFS explorer and use that to check in/out. Others feel it's best to have source control integrated in to vstudio. I want devel ...Show All

  • Visual Studio Visual Studio Information

    Hi Community: I need to know if Visual Studio are compatible with MAC OS Tiger, I have several computers MAC’s and i want install Visual Studio in this S.O., is this possible Regards Do you want it to run natively on MAC OS Or is Tiger a virtual machine to run Windows in Native I would say: No. VM might work. What is S.O. -- SvenC ...Show All

  • Visual Studio Custom TargetEndStyle

    Hi,   Can anyone tell me how to create a custom Targetendstyle for a connector line Thanks Dan Hi Dan, You can create TargetEndStyles for connector by writing some custom code. If your connector is called MyConnector, you need to first mark MyConnector as HasDoubleDerived=true in the property grid for the connector and then regenerate the code by Transforming all templates. This will create a BaseClass for your connector named MyConnectorBase in the generated Connector.cs as well as the connector class itself MyConnector. Next, create a custom class (say MyLinkDecorator) that will be the Customized Target End Style for your connector. This class will inherit from Modeling.Sdk.Di ...Show All

  • Visual Studio Express Editions How to question

    Hello to All: How can I fix an error without using a try and excepiton block Below is my code and the lstProduct line is causing an "argumentNullExceptionWasUnhandeled" error. Is there a way to fix that. Any help welcome Loop Dim intCount As Integer For intCount = 0 To products.Length - 1 lstProduct.Items.Add(products(intCount).strName) Next Maybe you could check that products.length is not zero before you start the for-next loop. Also, what is the type of lstProduct and the products array ...Show All

  • Visual C# How to call static function in C#

    I want figure out how to call a static function...but none of the tutorials online give any good example i have this class using System; namespace WindowsApplication { /// <summary> /// Summary description for ClassData. /// </summary> public class ClassData { public static string sr( string str) { str = "Dee"; return str; } public ClassData() { // // TODO: Add constructor logic here // } } } Now how do i call it in the class...when i do public static class ClassData it gives me an error, so i put it like public static sr(string str) but i can not access the function without creating an instance of my class..this is how i called it in the clie ...Show All

  • Windows Forms Best way to select ComboBox item after binding?

    Hi, I have a County combobox in Employee details screen and I have bound a data source with ValueMember and DisplayMember from the County master tablewhich has list of all counties in s state. The ValueMember is county id and DisplayMember is the county name. I have the county id from Employee table and I need to select the appropriate county in the County combobox based on this county id. As counties can become inactive, I cannot just directly use SelectedValue property which is set to county id. I need to loop through all combobox items and check if the id exists in the list (from ValueMember) and then select that item if it exists. What is the best method to achieve this Thanks, Shyam He ...Show All

  • Visual Studio 2008 (Pre-release) Communicate Dotnet and j2ee application WCF

    i need links where i can find how to communicate between j2ee applications and dotnet applications using wcf. any tutorial or links supporting the above question are welcome. appericate your reply. pramod http://java.sun.com/developer/technicalArticles/glassfish/ProjectTango/ hth, Allan ...Show All

  • Visual FoxPro report tool bar

    After a report is generated and appears in a preview you get a small toolbar that floats undecked in full view of the info that you try to read. It was an annoyance until I had only 1 page in the report and once I moved the bar down the report page and believe it or not it DISAPPEARED behind the frame's lower edge. It was not a big alarm for me then since I had only one page but now I have many and the only way to flip pages as I can see is to get the toolbar back. I cannot possibly retreive it no matter what I try. When I moved the toolbar down I hoped that it would deck somewhere and become available as part of the frame but it is not what actually happened. The toolbar disappeared at design stage but the same form's report appe ...Show All

  • Visual Basic Convert string to AddressOf Method VBExpress

    I'm trying to take a list of names and put them into a ContextMenuStrip under the current item "Assign": [CODE] cmiAssign.DropDown.Items.Add( "Test" , tstimg, AddressOf cmiTest_Click) [/CODE] In place of "Test" is the person's name and cmi[Person's Name]_Click I can't find how to take a person's name as a string and get AddressOf to understand where to go on the click. Thanks! kramas, 1. The AddressOf Operator creates a procedure delegate instance that references the specific procedure. For example, the following example uses the AddressOf operator to designate the startup function for a thread. Public Sub CountSheep() Dim i As Integer = 1 ' Sheep do not count from ...Show All

  • SQL Server Merge Replication not replicating updates

    I have an issue that is only occurring in a production environment. The architecture is filtered merge replication between two SQL Server 2000 SP4 databases. The publisher is standard edition and the subscriber is personal edition. The issue is that is I update certain rows on the subscriber the data is not replicated to the publisher. Inserts and deletes seem to replicate correctly. The issue is specific to certain rows in some tables. If I update other rows the updates replicate correctly. The subscription has been re-initialized once and it did not fix the issue. The replication process indicates that there was not data to merge and the subscriber updates remain and are at that point different form the publisher row values af ...Show All

  • SQL Server connection problem

    Hello! i'm having a problem with my web aplication. I'm using a net 2.o login in my apliction and mssql express 2K3 server and app_data i have the aspnetdb where are logins for page. When i'm usinng a web form in localhost works fine but from the internet i'm getting a error : Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. This is just a piece of error, have anyone some idea what's wrong Could you please next time crosslink the answer to this post, as if another person will search for the answer to your problem he will find it faster. HTH, Jens SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Team System Some problem about the auto-hide

    Visual Studio 2005 gets no response frequently recently. I've tried the same process several times and come to a conclusion: 1. Move the focus to a auto-hide tab, for example, the solution explorer with auto-hide functionality activate. 2. Start running the test project 3. Change the focus to the main window while the test is running. At this moment, the auto-hide function is invoked, and whole UI just hangs there and won't response anymore. Maybe there are some UI locking problems on those test result entries. I've tested serveral times more. This problem doesn't occur in all test cases and not only occur while auto-hide. It seems to happen while the system is busy running test projects with higher loa ...Show All

  • SQL Server Excel formatting - currency & percentages

    Hi fellas, this is another one of those "RS to Excel formatting" questions :) I have reports with a large number of columns containing either percentages or currency figures. These numbers show up in Excel with the General format - how can i get Excel to recognise them for what they are I preferably want to keep the $ and % signs included, as it makes the report a lot easier to read if they are retained, so formatting the numbers as decimals etc. (as other answers have suggested) is probably a last resort. As a related question, is it possible to write a custom filter or renderer that can be inserted between RS and Excel Thanks for any answers/ideas! sluggy Thanks for the ans ...Show All

  • Windows Forms Control visiblilty of main form component after the close of pop-up win form

    Dear All, My problem here is that first I have a combo box. Upon selecting a value of the combo box its visible set to false. Then at the same location the visible value of a text box is set to visible=true. The problem is that if the value which is keyed in the texbox is below a certain range then a pop dialog or winform will appear for confirmation of acceptance of the lower value. Upon making the confirmation via the pop-up win form the control gets back to the main form. Now I want the combo box to be visible=true and textbox visible=false when the control is pass back from the pop up winform to the main winform. Thanks. Why I'm assuming you're using the ShowDialog method to show your pop-up ...Show All

©2008 Software Development Network