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

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

Doug2005

Member List

Ralf Welt
PotatoHead
CSSMr.Smith
Omnibuzz
chicoamaral
jdcompman
Alan.328
yuryk
Haitham.ElGhaareeb
Sergey Galich
jeanXia
Holy-Fire
sakile
northern
Nicole3288
Dinglebob
omer khan sahab
Moses Kingsbury
nlecren12
Qdinfamous
Only Title

Doug2005's Q&A profile

  • Visual Studio Need help...noob

    Hey guys This is my first time ever using msdn for support and why not right, using Microsoft product, makes sense to get support from fellow users and pros. So here is my dilema, I'm more of a C and C++ guy but only know the basics of that (only 1 year into my 4 year degree program at college) but at work I was asked to create a report which connects to and Access 97 database (dont ask, I have no control over this its a government standar ...Show All

  • Visual Basic BindingSource.Filter Not Working (At all)

    I can't seem to get the filter on my bindingsource to work this code is from the MSDN library ( http://msdn2.microsoft.com/en-us/library/69c06922.aspx ) Its supposed to return all rows in the dataset where the companyname starts with B BindingSource.Filter = "CompanyName like 'B'" converted to my Code (im calling it from a different form) FrmMain.BS1.Filter = "AccountCode like '01'" and it doesn't r ...Show All

  • Smart Device Development Using Modal forms on a Smart Device

    Hi all, is it possible for me to use Modal Dialog forms on Smart Devices I want to be able to load up a Modal Dialog from a Form, filling in the Controls on this Modal Dialog, and then close this Modal Dialog and have the data that I entered in the Controls display in Controls on the Form that opened the Modal Dialog. Device used: QTEK. Using: VS 2003, .NET 1.1. Hope you can help. Thanks Tryst Yes, modal dialogs are shown with ShowDial ...Show All

  • SQL Server RMO Equivalent for Merge Replication T-SQL Procedures

    We want to have some information about RMO (Replication Management Objects in SQL Server 2005) equivalent for the following Merge Replication T-SQL procedures. sp_changemergearticle sp_helpmergearticleconflicts sp_helpmergeconflictrows sp_helpmergedeleteconflictrows sp_deletemergeconflictrow Thanks for your information. We will try to build the components based on the sproc calls to these stored procedures using ADO.Net. Once again thanks ...Show All

  • .NET Development Delay on first call to web service

    As a learning experience, I've written a Windows Forms app which accesses the xmethods StockQuote web service: http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl (I'm using .NET 2.0 and Visual Studio 2005.)  The (synchronous) calls to the getQuote method of the service take place in the DoWork handler of a BackgroundWorker.  It takes 10 seconds or more for the first call to getQuote to complete; all subsequen ...Show All

  • Windows Forms string was appended "\0\0\0\0\0"

    Hi, there I use the RijndaelManaged to Encrypt a string "Hello World", then Decrypt it. The decrypted string was appended "\0\0\0\0\0",  like this "Hello World\0\0\0\0\0" What's wrong I put the decrypted string in a TextBox, it's ok, no "\0\0\0\0\0 ...Show All

  • Windows Forms Folder Browser Dialog

    Hey all, I have a nice little app in .net v1.1. Worked great for months. Now, when I push a button that triggers a folderbrowser to appear, nothing is visible except the OK CANCEL and NEW FOLDER buttons. Has anyone else had this problem I think it started happening when I changed the subsystem in visual c++ .net to CONSOLE instead of WINDOWS. But no matter what I do, I can't get it to come back. I tried the app on a different computer, a ...Show All

  • Visual Studio 2008 (Pre-release) Message SomeOperation(Message input) - Proxy is messed up

    In addtion to other operations in my service contract I have a operation contract which looks as follows ( see the service interface below) Message ProcessInputAction( Message inMsg); [ ServiceContract (Name = "MyContract" , Namespace = http://test.com/MyContract , Session = true )] [ DataContractFormat (Style = OperationFormatStyle .Document)] public interface IMyService { [ OperationContract (Name = ...Show All

  • .NET Development SSLStream.AuthenticateAsClient not working without server certificate name

    Hi, I am trying to develope a TLS based server-client application. The client side sslstream has to be authenticated with AuthenticateAsClient with the server certificate name as input. My problem is that, from the client side, I don't know the name of the server certificate. I only know the hostname of the machine which is the server. In this scenario, how do I get the server certificate name to connect. Regards, Kuldeep. ...Show All

  • Smart Device Development getting error "value does not fall within the expected range" on pocket PC 2003 emu

    Hey all,   Im stumped at this seemingly easy task. I need to ask a user for a file name. thats it. But im getting the above error. here is the code: (Where UserInput is a basic form with 2 buttons and a text box) UserInput ui = new UserInput(); ui.Parent = this; if (ui.ShowDialog() == DialogResult.OK) <-- ERROR HERE {     fileName = ui.FileName;    ...Show All

  • Visual Studio Express Editions Newly added user control can't be edited.

    Hi! Since yesterday I get an error if I add a new user control to any of my projects. Even completely new ones. When I add a user control only the *.cs and the *.Designer.cs files are getting created. But no *.resx file. The control is being displayed but when I'm resizing it, after accessing my HDD, I get the message "Die Datei ist vorhanden." which translates to "The file exists.". I already tried to repair and deinstall/reinstall ...Show All

  • Windows Forms Problem with access database in vb.net

    Hi, Iam doing a vb.net project with ms access database. Iam facing a problem with this piece of code. ---------------------------------------------------------------------------------------  qry = "UPDATE tbl_users SET password='" & txtPwd.Text & "' WHERE user_id=" &  ...Show All

  • Windows Forms right mouse click on treeview

    can anyone show me how to display a context menu after a right mouse click on a specific node.  This is what i have been able to acheive so far  If e.Button = MouseButtons.Right Then             TreeView1.SelectedNode = ...Show All

  • Visual Studio Team System How to debug the subscription function

    Hi all, I make a subsription about reporting from report portal. But I cannot receive the email as I subscribed. How could I debug the problem I ensure there is no problem when I new a subscription. Where can I see my SMTP server configuration Any other possible error configurations I also try to view a table about subscription, and find there is a record with message that the subscription is sent. But I do not receive it. What is the pr ...Show All

  • Windows Forms grid row display order affected by binding?! (interesting)

    I have random data coming in from a process which I need to display with the latest always appearing on top. There are no specific sorts, keys or anything. Just rows to display. How do I do this  I am trying with DataSet.InsertAt(0, *datastring ...Show All

©2008 Software Development Network

powered by phorum