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

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

Apathy

Member List

Butch Clark
roguevoice
tamasu
Roger Cheng MSFT
DagDoug
C0BA1T
Joe Conaty
Erik_DD
Nick Hustak
tacoman667
meshman
Jerome.Robert
Regis Wang
cworkman29729
beregen
Grady Jr Henderson
senfo
jthomas
japm
Binairy
Only Title

Apathy's Q&A profile

  • Visual C++ Function or algorithum for finding a value

    Hi, im currently trying to make s simple program that calculates a formula that the searching paramether cannot be calculated directly, its something like : 1/x = z.log10(x+y) where we know the value of Y and Z and need to find a fitting one for X. So my question is: Is there a function that can do the things easier or I got to find myself the value that works, and what algorithum to use Thx a lot   TheHighKing wrote: Hi, im currently trying to make s simple program that calculates a formula that the searching paramether cannot be calculated directly, its something like : 1/x = z.log10(x+y) where we know th ...Show All

  • Visual Studio 2008 (Pre-release) Changing TextEffects of a FlowDocument are not displayed

    I am trying to modify a RichTextBox to "rotate" its text flow vertically instead of horizontally. I've been trying to do this by modifying the TextEffects property in the RichTextBox's FlowDocument. However, changing the TextEffects seems to have no effect. My code is as follows: System . Windows . Media . TextEffect effect = new System . Windows . Media . TextEffect (); effect . Transform = new System . Windows . Media . RotateTransform ( 90 ); effect . PositionCount = 100 ; System . Windows . Media . TextEffectCollection effects = new System . Windows . Media . TextEffectCollection () ...Show All

  • SQL Server Login failed for ".

    What am I missing Computer A is windows xp sp2 with visual studio 2005. Computer B is Server2003 with SQLServer2005. Computer A: local website directory security configured for anonymous access using a local user computer_A\username and password. The password is NOT managed by iIIS. Computer B: SQLServer2005 allows local and remote connections, sql server and windows authentication. Local user computer_B\username and password is defined. User computer_B\username is defined in the sql server security logins with login properties allowing access to database mydb. The default scheama db_owner. The database (mydb) properties/permissions ...Show All

  • .NET Development Multi tables in database programming and exception handling

    Im trying to code a system together via database programming with vb.net 2 questions: 1 - my system has several tables within the database. at the moment i am at the adding phase. i want to add customers to the customer table but havent yet dictated the fact that i want it to go into the customer table. surely i must do this and if so how 2 - When i run the system at the monent it comes up with the following error: Unhandled exception of type 'systems.data.olddb.oledbexception occured in systems.data.dll this happens as it gets to the ObjInsertNewCusDetails.ExecuteNonQuery() as emboldened ...Show All

  • .NET Development setspn and delegation

    I am having problems getting delegation up and running using a service account running IIS 6.0. My test scenario calls from a XP client through to a webservice on server iis1, through to another web service on iis2, both web servers runing win2003 SP1. The Domain is at a functional level of win2003. Both web services have windows auth and impersonation set, ping methods to the individual webservices do work ok. I have setup 2 service accounts spniis1 & spniis2. With both service accounts I have run aspnet_regiis -ga against them and also added them to the IIS_WPG & users groups. I have also enabled kerberos by using ...Show All

  • Windows Forms Very Large datetime types

    Does anyone know of a way that I could work with dates that are BCE   Is there special datatime type that can deal with the year -9999 and not just +9999 ...Show All

  • Smart Device Development SMS Raw Data

    I have a question about SMS data (Short Messaging Service). If I had the raw hex of an sms packet, is there some way that I could use the compact framework to parse it and place the results in a standard text format for a human to read ...Show All

  • Visual Studio Team System "AvoidNamespacesWithFewTypes" in Code Analysis

    The help on this topics indicates that the casue for this warning is: "A namespace other than the global namespace contains fewer than five types." I get such a warning in a namespace that has 11 types defined in it (10 classes and one interface). So why am I getting the warning which seems to apply only for namespaces having fewer than five types Is that a bug in code analysis I'd take a closer look at your binary. Are you not using any sub-namespaces If you'd like to zip up the code and send it to mikefan at microsoft dot com, I'll tell you what's going on. It's not very likely we've got a bug here, the functionality around this chec ...Show All

  • Visual Studio Express Editions Displaying System Time in Text Box

    How can I get the system time to display within a text box, I'm writing an application that looks at the system time and compares it with the time from another device. Then I want to be able to update the the other device with the system time if there is a difference. I can't seem to be able to get the system time to display though in the text box. Any help would be greatly appreciated. Thanks in advance DateTime.Now will tell you the time on the local machine. You can then call one of a number of methods to format that as a string. ...Show All

  • Visual Studio Is there a roll-up installer for .NET 1.1 and .NET 1.1 SP1?

    My product redistributes the .NET 1.1 installer (dotnetfx.exe), in case the user does not have .NET installed. The .NET 1.1 installer is about 20 MB. The .NET 1.1 SP1 installer is about 10 MB. Is there a cumulative, roll-up installer that combines both .NET 1.1 and .NET 1.1 SP1 thanks, chris ...Show All

  • Visual Studio Team System source control server events

    Hi, how can I subscribe for events like check in, before check in, pending changes and etc I saw that VersionControlServer class has very interesting events that I can use but they did not fire up for me. Basically here is what I am doing: TeamFoundationServer tfs = new TeamFoundationServerFactory.GetServer(serverName); VersionControlServer vcs = (VersionControlServer) tfs.GetService( typeof (VersionControlServer)); vcs.BeforeCheckinPendingChange += OnBeforeCheckinPendingChange;   Then I keep the application running so the method can be called. And I expect when someone else is making a checkin to receive a notification abo ...Show All

  • Visual C++ Problem with timeSetEvent() for over 16 concurrent timers

    Hello, After using 16 concurrent accurate multimedia timers with the timeSetEvent() API, the 17th call fails! It seems that its impossible to launch over 16 concurrent timers (I'm using VC6 on WinXP/2003). Please help! AFAIK the maximum number of multimedia timer are limited to 16. But I didn't found a note or link for that. AFAIK this limitation is per Thread. What does GetLastError say ...Show All

  • Visual Basic VB Express Edition Tool - How to find?

    A few years back, I bought the developer's edition of Sql Server 2000. This software had a tool called "Query Analyzer". You could create all kinds of DML (data manipulation) and DDL (data definition language) statements and test them out. I recently bought VB 2005 Express Edition. I am looking for the tool that would give me the same or similar support without having to modify the application I am developing. For one, I would like to query specific system tables. While I have used and appreciate the "Database Explorer", it seems to be limited in functionality. i.e. there is no sandbox to play in like Query Analy ...Show All

  • .NET Development Webservice: "The ASP.NET process identity does not have read permissions to the global assembly cache."

    I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors.   3.)    .aspnet_wp.exe (PID: 3988) stopped unexpectedly 2.)  Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 1.) Failed to initialize the AppDoma ...Show All

  • Windows Forms StreamWriter bool error

    I found a way around this, but still, I don't understand the error. FileStream fs = new FileStream("words.txt", FileMode.Open, FileAccess.Write, FileShare.None); StreamWriter sw = new StreamWriter(fs, false ); //Error Above on false - Argument '2': cannot convert from 'bool' to 'System.Text.Encoding' Now, when the ( is first added, the help box appears and the list says the second is a bool, but, if you scroll through options 1 - 7, they change a bit. All I needed was to overwrite what ever was in the text file, so, I did it like below and it worked. But, the above error I am not understanding why. Str ...Show All

©2008 Software Development Network