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

Software Development Network >> Ximena Cardenas's Q&A profile

Ximena Cardenas

Member List

Jason Shave
55Jim
reichard
RajVarma
Nate Skousen
Loek
Srock
Brian Rogers
LaurieD
powertechit
SMAlbright
Yuelin
Paul Reith
Niclas
ScuzziOne
L. Gordon Curtis
International
Jim Svoboda
DickM
TheRookie
Only Title

Ximena Cardenas's Q&A profile

  • SQL Server Deploy .NET Assembly with UDFs to a particular SCHEMA

    Is it possible to deploy .NET assemblies and the UDF functions therein from Visual Studio.NET into a particular schema postdeployscript.sql and predeployscript.sql are the things I dreamed about all the time . You should definitely include them into default template of SQL Server Project, because I was searching for this solution for two months until I found this post. I asked similar question on the TechNet and the answer was just ...Show All

  • .NET Development Microsoft JET Database Engine

    I recieve this error when I try to login to my site: Microsoft JET Database Engine (0x80004005) Unspecified error /Asp/Report/View/OpenDBConn.asp, line 17 Usually I would just have to restart the server and the problem would correct itself. Unfortunately that isn't working anymore. Here is the Code: <% Dim Conn ' --- Find Database Path --- 'DBPath=Left(Request.ServerVariables("path_translated"),InStrRev(Re ...Show All

  • Windows Forms combobox help

    I have a windows form with a combo box, a text box, and a button.  When the form load, I bind the combo box with a default dataset from SQL query. Everything goes well so far and I can see the results in the combo box.  ...Show All

  • Visual Studio Express Editions Getting combo box values?

    I have a menu which goes file > properties > colour > combo box and I have items in the combe box but in code how do you find out what the user selected. e.g if green was an item how do you say if green = true then Me. backcolour = green ...Show All

  • Visual C# Saved Data

    Ok. I have a problem. Basically I would know how to save data. I have 2 forms. The first form is where the main program begins. The second form has a textbox. If I put something in the textbox, I want the information to be saved even after I close the form. Can someone tell me how to do this. Hi, I guess you'll have to find a way to store the value and load it when your form initializes. You can store it in an external file (ini, config) or ...Show All

  • Windows Forms Confirming row deletions on datagridview

    Hi -- I'm trying to figure out a way to ask my users (via a message box) if they want the selected datagridview rows deleted. It's very simple if only one row is selected. But if many rows are selected, I don't know how to stop the message box from displaying just before each row deletion. Any ideas Bill It doesn't work that way. e.Cancel should be true, and then your solution will work, but only if the user ...Show All

  • Visual Studio Team System Help with some testing issues...

    #1 - How can I create a WebTest that checks to ensure the pages the test is hitting are using HTTPS #2 - I am trying to test a file upload page, but when I run it, it places a different path in the file upload entry box. It fails because the file cannot be found. #3 - I have a page that opens a new browser with a different page on the same web. After I close that browser, the 'recorder' is still on, but records no further actions on the original ...Show All

  • Windows Forms Search on webbroser

    I was wondering im making my first project and it's a web browser but what would i do to make it possible to search on the current website how would i go about doing that. anyone have an idea. I'm not quite sure what you are asking for.  If you mean to find a string within the current page, you have a couple of options. You can search within the WebBrowser.DocumentText: int m_lastFoundIndex = -1; ...Show All

  • Visual Studio Team System How to use VisitFor?

    Hi, I'm writing a custom rule where I want to inspect For blocks, and it seems that the VisitFor method fits the bill. However, when does this method get called I tried overwriting the Check(Member) method, and then call both VisitMethod and VisitBlock, but the VisitFor method never seems to be called. Ideas Throw maps directly to an IL opcode, so the abstract syntax tree raised from a compiled assembly can represent it. There is no 'For' ...Show All

  • Windows Forms Checkboxes

    All, I'm trying to change the state of some checkboxes. I have one that's not part of a group (chkAll) and then a group of checkboxes (chkRV1, chkRV2, etc). I have it where clicking chkAll will either check/uncheck all of the grouped buttons based on their state. Also, if one of the grouped buttons is unchecked, it causes the chkAll box to be set to indeterminate (i.e. a gray check mark). The problem is if chkAll and the other checkboxes are a ...Show All

  • .NET Development Recreating Custom Entity Classes in Web Services

    Hi Guys/Gals, Currently, I am facing some problems in recreating my Custom Entities after passing them out of my web services boundary. In my application, I have developed custom classes to represent entities in my business domain and when I exposed them as parameters in web services methods and have consuming ASP.NET projects access them via "Add Web Reference" in Visual Studio, the classes that were generated by the proxy on th ...Show All

  • SQL Server Re-Execution of For each Loop Container

    I have a For each loop container and inside the same a group of text files are loading to a table using bulk insert task.If there are duplicate files i dont wish to load it into the table. Duplicate check can be done by script task but how do i skip the files and repeat the for loop for the next files. That means i want to skip some files and load the other files in a for loop. How do i do that. Can anybody please help me. ...Show All

  • Smart Device Development Pulling environment variables off connect PC from Pocket PC

    I have an app written in VB for a Pocket PC 2003.  From that app I would like to check the connected PC's environment variables for the username.  Sort of a single sign on approach.  I haven't found any API or code that does this.  Has anyone done this before There's no API for that. If you really need it, please consider adding Web Service which would accept variable name and return its va ...Show All

  • Visual Studio Team System MSProject Fields Mapping Problem

    Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when w ...Show All

  • SQL Server How can I get primary key col and other two cols in the same table become one to one relationship.

    For ex. Table Match_List ( MatchID, UserID_A, UserID_B) constraints like MatchID primary key UserID_A <> UserID_B unqiue index (UserID_A,UserID_B) but I wish to exclude duplicated rows like 1,1,2 & 2,2,1, cause UserA to UserB, and UserB to UserA are the same thing. How can I get this You can create a view based on table Match_list Create view Match_complet as sel ...Show All

©2008 Software Development Network

powered by phorum