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

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

ThamYT

Member List

Miccysoft
techiedella
Jamie Kurtz
Dortoh
iknowso
emeshuris
TomM
Eze..
Analog2
ukrob
Reymarx Gereda
globim
Fantacity
The Kalihi House
Jason D. Camp
Anup Shah
Mr.Nam
Arkiliknam
InHowes
JimKillian
Only Title

ThamYT's Q&A profile

  • SQL Server Error 1418 and Good Basic Setup Guide

    Hi, I'm new to DB Mirroring, and I am trying to get it going in a test enviroment between two SQL 2005 Dev Servers. I have followed documentation that I have found but cannot get past a 1418 error when establishing a connection between the servers initially. Does anyone know of any good step by step guides that I could look at, in case I have missed something stupid. Thanks in advance Stupots Hi, the easiest way is to run the sql services of all partners as local admins (domain user), then there should not be a great problem to establish a session. Furthermore make sure, that you mack a full backup and a transaction ...Show All

  • SQL Server SQL Srvr 2005 DTS

    Hi, I need help in creating a DTS in SQL Srvr 2005, can anybody help me doing this please   AC AFAIK it is indeed only supported in Standard and Enterprise, not Express.  You can connect to Express editions however. ...Show All

  • .NET Development Best Practice Architecture Question (Distribued Application Cache)

    Hi, Im in the process of developing a distributed application that has dynamic web menus and other components that are stored in my sql database. the menu is set at load time on the master page, and as you can imagine this will become a big problem having to query the db everytime I load the page. So I have created a cache to store the menu to save on db access. The question I have is: In which of my application layers should I place the cache query code basic overview of my app is as follows:         ---------User Interface---------------------     Web App     SoapProxies   ...Show All

  • Software Development for Windows Vista DrawThemeBackground and Glass

    I have a custom window class that supports tool windows that have a slightly smaller caption than the standard tool window class (similar to Photoshop). When theming is available, it uses the DrawThemeBackground API to paint the caption area and min/max/close buttons. My app is getting glass O.K. in all other windows, yet DrawThemeBackground is displaying an opaque caption area and plain ol' buttons. I'm guessing I need to do something more. I watched Jeff's presentation ("Great looking apps...") several times. I don't know if DWM is the answer to getting glass in my custom captions, but it did prompt me to seek out more informa ...Show All

  • Visual Studio Express Editions Finding out what a textbox contains

    Hi there. I am currently developing a small application to tell users what grade of security their password has. Now, to do this, i need to check what the textbox contains, like signs, numbers, how many lines they are and so on. I can understand the basic syntax for it: If Textbox1 = contains !"# %&/()= then metervalue = metervalue + 5 Well, that is what i have figured out, but i don't know the proper command to see if a textbox contains something. I know how to check if the content matches a word or a number, but i don't know how to check if the textbox contains letters, how many they are and so on. If anyone can help me ...Show All

  • .NET Development ASP Webparts

    It looks as though personalization info of webparts is saved in a SQLExpress DB local to the Web server in the APP_Data directory.  We want to use this feature in a Web farm scenario with multiple web servers.  Can this be done Hi, You can configure the database where this information is stored using the administrative web interface provided for your website. For more details visit: http://www.extremeexperts.com/Net/Articles/ConfigurationManagementinASPNET.aspx Goto to the Provider tab to configure the database. Regards, Vikram ...Show All

  • Visual Basic Control codes - how to type them into a programme

    Here I am struggling to get my PC to talk to an electronic sign board (junk from an old callcentre that will now do service as a score board at the school I teach at). Background: I am able to have the sign working using it's own software, so it does function. Unfortunately this is a SCO UNIX box that runs a mass of other things, with the sign being a miniscule part of the functions. This footpring is too big! Problem: I have the protocol for initialising it, and was able to capture some of the control codes via hyperterminal. The code I captured is <Esc>, also known as hex 1B or 0x1b. the captured character looks like a le ...Show All

  • SQL Server Designing Charts - Adding combined bars inline with series

    Ok, I am trying to figure out how to create the chart below. What is stumping me is the first set of bars. That first set basically is a sum of the other sets (Illinios + Arizona). Is this possible all in one Chart and how http://www.webfound.net/bars.jpg ...Show All

  • Software Development for Windows Vista How to use the roles in WWF?

    first, I add a roles in the "statemachine"->"state"->"HandleExternalEvent". now I want to do the following things: In the application form which uses above statemachine workflow, how to check if the login users is part of the roles then, if it's true than do the event. Now i know that WWF have the "System.Workflow.Activities.WorkflowRols" and "WorkflowRoleCollection()", but i don't know how to use it , and i can't fine the example about "roles", please tell me how to use the roles in WWF,thanks. There are two Roles samples under Technologies\Roles ...Show All

  • Visual Studio Team System FXCOP support for .NET version 1.0

    Hi I am .NET developer. I have a limitation in one of the application softwares i am working on. It uses .NET 1.0. Does FXCop supports .NET 1.0 Thanks Rajaraman.S   Rajaraman Soundararajan wrote: Does that mean to analyse .NET V 1.0 assemblies using FXCop we need to have .NET 1.1 installed. That's correct.   Rajaraman Soundararajan wrote: Are there no older versions of FXCOP that are available that directly support V1.0 Previous version used to support .NET 1.0, however only the latest version is listed on the FxCop download page . You only need to have .NET 1.1 installed on the PC that is used ...Show All

  • Visual C# Change CommandText to an existing dataset

    Hi: Ok i have 1 dataset in my application, inside the dataset I have a TableAdapter with the SQL Statement " SELECT mytable.* FROM mytable " in the SelectCommand. then I want to change this CommandText programaticaly using a user textboxt to this TableAdapter. for example " SELECT name,email,note FROM mytable WHERE id=45 " How can I do this stuff --- To create the tableadapter I used the dataset designer, not programaticaly You can modify the Dataset.designer.cs file and make the SqlDataAdapter to public. Then from your class u can programitically access the table adapter and can change the comman ...Show All

  • Visual C++ Creating a tabbed view in an SDI

    Hi,       I just want to know how to create a simple tab in a SDI document. Are there any good examples of this I found one in the www.codeproject.com but it was too difficult to understand. Much obliged! "I suggest switching to a CFormView view and use the designer to drop a tab control into the view" Is this the only way to do this Is there no code where I can add the tab ...Show All

  • SQL Server Using AMO to manipulate cube calculations

    We have a cube with a bunch of calculated measures that were defined using BI Studio. I'm now looking at using AMO to manipulate the calculations (enumerate, modify, add, remove, etc). But what I see in the AMO object model is one MdxScript object with one Command object. That Command object has one very large Text property, with all of the calculated measure definitions munged together in one giant string. Not too easy to manipulate programmatically. Is there anything that I can do to make this easier to deal with Or is this just the nature of the beast with calculations, and I need to munge around in the giant script Is there some best pra ...Show All

  • Windows Live Developer Forums Problems with Messenger Beta 8.0

    I received an invite to messenger beta and I’ve intalled in my computer. When I connected I realize that all my contact were gone !!! And appear a message saying that I have do add more contacts !!! This problem is related to my passport My email is from gmail. Can be that Anyone knows Thanks. Rodrigo, It sounds like you experienced server problem with the beta server network. You should log in again and you contact list should appear. Moving to the beta from MSN Messenger 7.5 should not cause your contains to disappear. -Scott ...Show All

  • .NET Development Datalist footer controls

    Hi. I am using a datalist (ASP.NET 1.1) and I have a simple command button in the footer. What I want to do now is invoke that button when it is clicked however I cannot seem to make it work. It was working fine yesterday and left it at that but now it isnt. Any ideas on how to call that button in the footer of a datalist     ive also just noticed that nothing else works!!!! I have an editcommand and deletecommand, they were all working fine but now they do not, and have no idea why! the events are not being fired on the server, but they do have runat=Server   ...Show All

©2008 Software Development Network