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

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

tomdart

Member List

Mikaelm
pinoyz
Parwej Ahamad
wanderingbob
cgraus
Chimme
Jacky Yau
ajaimes
Tom De Cort
GBGY
Bulldog.NET
Rakesh Luhar
eddy2705
Mjoyner24
GS80
AIMDBA
DalekDAW
JohnMichaelGrace
mEt
Poolius
Only Title

tomdart's Q&A profile

  • .NET Development Please help -specified cast not valid -Helloword example

    Hi am delving into webservices and encountering little chaos that i need to make them as my stepping stone with your help. i have a Hello worldwebservice project which has thesoapextension & encryption dll . my webmethod looks [WebMethod] // [a1.EncryptionExtension(Encrypt=a1.EncryptMode.Response)] //commented public string HelloWorld() { return "Hello World"; } ------------------------------------- proxy class created using wsdl looks below and i included this class file to my webclient that calls the above webservice public class service_Traceext { [System.Web.Services.Protocols.SoapDocumentMethodAttribute(" http://tempuri.org/HelloWorld ", RequestNamespace=" http://tempuri.org/ " ...Show All

  • Visual Studio How can I get the standard Post- and Pre-build Event functionality?

    Hi there, I use VS.2005. I'm working on the custom MPF package. I want to use the stardard VS funtionality - Post- and Pre-builds. So, my questions are: 1. Is it possible to get it in principal 2. If answer for the first question is No - how can I implement somethink like that I mean how (or where) can I get the information about macros from the standard list Can anybody help me Any help will be much appreciated! Thanks. Hi Ole, Thank you response! But I didn’t understand how your advice will help in the situation I described. It seams the description was not clear. Well, I’ll try again: Actually I want to reuse common VS functionality – Post and Pre-build events. I mean that I also want either ...Show All

  • Software Development for Windows Vista Adding roles to WorkflowRoleCollection

    Hello, I'm developing a workflow with ASP.NET authentication. I have assigned some event handlers in the workflow a WorkflowRoleCollection in their Roles property. When I want to fill the WorkflowRoleCollection with the roles that can raise the event, apparently I don't do it right. The problem is that when I raise that event I get an exception saying something like "authorization error in eventhandler guardaHorari1", and by checking the exception details I've thought that the problem is that when it checks the role of the user that tries to launch the event agains the workflowrolecollection, it doesn't find it there. I fill the collection this way: public WorkflowRoleCollection rolsModificadors = new WorkflowRoleCollection(); ...Show All

  • Windows Forms Is Form Height limited?

    Why isn't possible set Height value for windows form greater than 1044. When I write bigger value is automatically repaired on 1044. Thank's for any idea. I tryied create new Windows Application project. In a Form1 a try set Size.Height to 1200. It isn't possible because value is repaired to 1044. I need long form and need design it. But it isn't possible and I don't know why. In a new project I don't specify any windows size. May you set Height bigger than 1044 in a new Windows Application ...Show All

  • Windows Forms What's the difference between the System.Windows.Forms.Timer class and the System.Timers.Timer class?

    Who can explain me the differences between those two classes Thanks for reply Here is the code for System.Windows.Forms.Timer class: using System; using System.ComponentModel; namespace System.Windows.Forms { // Summary: // Implements a timer that raises an event at user-defined intervals. This timer // is optimized for use in Windows Forms applications and must be used in a // window. [ DefaultEvent ( "Tick" )] [ ToolboxItemFilter ( "System.Windows.Forms" )] [ DefaultProperty ( "Interval" )] public class Timer : Component { // Summary: // Initializes a new instance of the System.Windows.Forms.Timer ...Show All

  • .NET Development Taskbar alternative

    Where to look fo info about making an alternative taskbar somrthing you load instead of explorer.exe * handleling notify icons from third party program * current tasks * and stuff ... you cannot load anything other than explorer with Windows - explorer is crucial/critical to the system, without it you cannot run anything, or get to the desktop and execute processes, including yours. I think you are looking for a theme perhaps. ...Show All

  • Windows Forms How to determine if DataGridView contains uncommitted changes.

    I have a form that uses a DataGridView, BindingSource, DataSet and BindingNavigator to edit a single table in a database. When the user picks the 'X' in the upper right corner to close the dialog box, I need to determine if there are uncommitted changes in the grid, so I know when to ask if they want to save their changes. I'm thinking I can set the current cell to the first cell in each row and call 'isCurrentRowDirty'. Is that the proper way to do this Thanks, Mike Or a really simple way: Use events beginedit and endedit from datagridview. Store the cell edited in beginedit. Check to see if the value changed in end edit. If it has, then set a flag. If the flag is true, then ask them to save. No nee ...Show All

  • Windows Forms hold a key...

    is there a way to "codely" press and hold down a key for x amount of seconds Apparently it is a VERY special key...cuz VB doesn't even talk about it. I tried your suggestion of {fn} but I get an error that it isn't a valid key....plus I need to have a way to combine Fn with F8 to get the desired effect...the syntax simply doesn't allow something like {fn}...needs a + or % for example. I wonder if there is another way to set the LCD/LCD + Monitor/Monitor sequence rather than the Fn+F8 ...Show All

  • .NET Development Formatting numbers

    .net I am building a solution that shows two numbers. VAT on sales and VAT on costs. I can obtain the two values through a SQL query Sum(amount) * 0.175 etc etc however when I want to subtract one from the other I get a single digit number. For example my sql query might return 14,5435.00 and 5,746.00 but the value i get after i try to subtract them is 9. I have tried using format but that just returns a letter "N" in this case. Label35.Text = Format(objDataRow.Item( "totalclientyear" ), "N" ) objDataRow.Item("") return an object. You need to convert the data to a number for the format to work Label35.Text= CDec(ObjDataRow.Item("totalclientyear" ...Show All

  • Visual Studio Express Editions Have I choose the right programming language for my project?

    Dear all, First of all, I'm a total beginner who wished to create a software for my own small company. I read around about VB Express and SQL Express, and being free and supposedly easy, it caught my attention. Not to mention excellent forum support as well. I would like to ask for advices from the VB seniors here at Microsoft forum. I just want to make sure that VB Express will be sufficient to make a program that fulfill my desired feature: 1.Compiled as a standalone installation file. 2.Multi user capable. The program is to be run by several person in my company (probably 2 - 3 person) through local network 3.Password protected some specified table, so that only admin that can alter them. For example: item price in Item Table can only b ...Show All

  • Visual Studio 2008 (Pre-release) Getting DLINQ to work in existing projects

    Hi Is it possible to get DLINQ working in existing projects or do I have to use the special DLINQ template evrytime greets Bastian I hav done this. But the keywords "var" , "from" and so on aren't recognized by the compiler. The compiler says, that there is missing a namespace or reference. In this forum the workaround ist to use the right DLINQ template (this also works in my environment) - but I don't want to refactor my existing project becaus this means a lot of work for me :( Any more suggestions about the subject Bastian ...Show All

  • SQL Server CREATE ENDPOINT failing with no errors

    I'm hoping someone can shed light on a problem. I'm running SQL under a service account on a Windows 2003 R2 SP1 machine. The machine is also a domain controller. When creating an end point I get back a success message and can view the endpoints in sys.http_endpoints. However, when using httpcfg query urlacl there are no end points registered with http.sys. Using IE to try and access the /SQL wsdl returns a 404. There is nothing in the event log or the sql logs about any failure. The same TSQL code works fine on a development server. I've added the code below but am guessing its a permissions problem. I've followed the instructions at http://msdn2.microsoft.com/en-us/library/ms184379.aspx including SPN registration for the ...Show All

  • SQL Server Grouping my months in a chart

    Hi I'm trying to create a chart with monthly comparisons, but when i throw my months into the chart it groups them under one another instead of next to one another. Please Help!! Kind regards Carel Greaves I came right again, thanks. All i did was create a column that had all months_names in, instead of 4 columns with a single month_name ...Show All

  • Visual C++ 0xc0150002 error. How do I solve it?

    Hi all. I've used the dependency walker and on profiling, I encoutnered this error for my client.exe : 0xc0150002. The error before this exception states: LDR:LdrpWalkImportDescriptor() fail to probe log4cplus.dll for manifest, ntstatus 0xc0150002. What have I missed out I have placed the log4cplus.dll in the same directory as my client.exe. The machine that I'm trying to run client.exe doesn't have VS2005 installed in it. I've checked the windows event log, it states a few errors: Generate Activation Context failed for C:\WINDOWS\system32\log4cplus.dll. Reference error message: The operation completed successfully. Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference err ...Show All

  • Visual Basic Does VB2005 work on .NET Framework 3.0?

    Hello If I just have .NET Framework 3.0 (I don't have 2.0), do my projects work on the computer welll Thanks This is about the Windows SDK: http://www.microsoft.com/downloads/details.aspx FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en It's a large download but it contains the help and samples for .NET 3.0 classes. You can try the "Web Install" version (see down on that page) and choose only what you need to get a smaller download if the download size is an issue. I'd avoit installing that extension without it, at least for me at messed the VS existing help a bit. ...Show All

©2008 Software Development Network