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

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

joms

Member List

WastingBody
Keldon Alleyne
Dave Westhead
StephenTr
Vivian.Sun
GregoryI
Philip Puffinburger
Mani Swaminathan
Westerberg
Senelebe
Ranjan
Toddpi314
VB Worker
Martin Sb
Buhi Mume
Neer
djjos
JoePD
cehagema
psk
Only Title

joms's Q&A profile

  • .NET Development [WSE2.0] QuickStart Example problem

    Hi All, I'm having this same problem in my own project (I went to check the QuickStarts example to see what I was doing wrong), so does anyone know what this is [CODE] Calling http://localhost/UsernameSignCodeService/UsernameSigningService.asmx ****** Exception Raised ****** System.Web.Services.Protocols.SoapException: SOAP-Fault code: http://schemas.xmlsoap.org/soap/envelope/:Server Message: System.Web.Services.Protocols.SoapHeaderException: ...Show All

  • Architecture Wiretapping the sound driver

    Hello, I don't really know whether this is the right forum for my question. I searched a forum which discusses basic functions of Windows but unfortunately I didn't find one. I'd like to know whether it's possible to receive any information when data is sent to the sound driver. Till PS: Please excuse my bad English. I haven't specifically done what you asked but I have written terminate-and-stay resident (TSR) ...Show All

  • Smart Device Development Update .NET Compact Framework in WM5

    I got this error when I tried to run a 3D application under Window Mobile 2005: "This application (test.exe) requires a newer version of the Micrtosoft(R) .NET Compact Framework than the version installed on this device." The application was built upon .NET Compact Framework 2.0 and was tested in Emulator in Visual Studio 2005 Beta 2. When I deployed the application, I got the following message in VS 2005: ------ Deploy started: Project: Test ...Show All

  • Visual Studio Express Editions A comment and suggestion

    I'm coming back to programming. It's been 8 years of more since I wrote any code. I think the the last C++ compiler I used was VC 4.0. Not sure. The VC++ 2005 GUI is just plain excellent! I can't believe what was accomplished with this. It is truly ingenius. The Help system overall is excellent, save for some errors that show out of date code or examples. Getting around everywhere -- the GUI and the Help -- is most excellent. However, one thing ...Show All

  • Visual J# creating setup

    I create the program, and now i want to share with other users, how to create setup for my program If you are using Visual Studio 2005 (Express or any other SKU) then you have an option of publishing your program. To publish your program Open Solution Explorer Select project that you want to Publish Right click on the Project node and click Publish This will let you publish your project either on IIS server or on local di ...Show All

  • Windows Forms Accessing classes among projects in a solution

    I have two projects in a solution. How can use a class in Project B which has been defined in Project A  Secondly, if I declare a variable as Friend in Form1, then can I use the same variable in Form2  How is Private different fr ...Show All

  • Visual C++ Bug: COleDateTimeSpan returns wrong GetTotalSeconds

    Hi Saltynuts! win64 mfc development [OleDateTimeSpan1] [Total Days=38468.000000] [Total Minutes=55394147.000000] [Total Seconds=-2147483648.000000] [OleDateTimeSpan2] [Total Days=38065.000000] [Total Minutes=54813770.000000] [Total Seconds=-2147483648.000000] The total seconds are the same!! Is this a win64 based bug This is "by design" and has nothing to do with win64... See: COleDateTime ...Show All

  • .NET Development select distinct vb.net - visual studio 2005

    SELECT DISTINCT MakeID, DeviceID FROM         tbl_Model WHERE     (DeviceID = *Variable*) I am looking for an = to this select statement to use while accessing an access database. I cannot figure out how to use the distinct function from the "dataset.datatable.select(string)"  I want to do this from the code b/c I need the deviceId to be a variable that will be set else where. any ...Show All

  • Visual Basic Retrieving contents of ListView columns? (VB.NET 2003)

    I am using VB.NET 2003. I have a ListView that displys records from a Table. I want that as a user presses ENTER on any selected row, the values of the fields should get stored in a variable. In my ListView there are five fields. I want each column value in a separate variable. Dim Var1 as string = Me . ListView1 .Selected Items (0). SubItems (0). Text ... Dim Var5 as string = Me . ListView1 .Selected Items (0). SubItems (4). Text ...Show All

  • Windows Forms Raising Event with e.Cancel property

    Can someone point me in the right direction on how to raise an event that passes an event arg that includes an e.Cancel property that I can then respond to to cancel what was going to happen Essentially I want to be able to add Befor ...Show All

  • Windows Search Technologies #msntb_toolbar_full_name#

    I have this message comiong up when I sign on. Irt tells me that I ahe recently installed the tool bar and have to restart my computer. The send an error message keeps popping up until I can exit out of the desk top tool bar. It is very frustrating to have to do this. Please let me know how i can fix this problem. Hello skiersdelight, I've been unable to reproduce this problem, but after some searching I f ...Show All

  • Visual Basic ? difference between: Me, MyBase and Parent

    I don t know what the difference is between these three items: me, Mybase, parent When do we use each of them. Also is the quivalent of this in C#: Me or MyBase Gracias Amigos:) Me is a reference to the current object. Often optional to use, but helps clarify your code when accessing methods and properties with objects with similar names. MyBase is a reference to the base object: the current object may have inherited from a ba ...Show All

  • Visual C# Navigate dataset from button on toolbar

    I have an MDI form with a toolbar with "Next" button When I open a child form with dataset of employees I want to be able to navigate the records. I can do it with a Next button on the child form using code shown below. dsEmpRes2 is my dataset and it is public. EMP_BASIC_DATA is my table of employees. private void btnNext_Click( object sender, System.EventArgs e) { this .BindingContext[dsEmpRes2,"EMP_BASIC_DATA&q ...Show All

  • Windows Forms datagrid related question

    Dear all, I have one problem with windows datagrid In general when we want to display parent child relation data, we  provide a relation between the parent table and child table. So when we click the parent record first it displays the relation  ...Show All

  • Windows Forms ThreadStateException from background thread manipulating its control

    Hi, I came to this exception: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. and I don't know what to do with it. My application creates some Panels with a lot of components at run time (according to the database entries). Each panel takes a second or two to load so I decied to use multithreading and choosed the ThreadPool. S ...Show All

©2008 Software Development Network

powered by phorum