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

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

bschaldon

Member List

Prophesy
Kanhaiya
Elliott Ward
LasseJ
Luis Esteban Valencia Muñoz
anu_ooo
silentC
Kiranvukkadala
Nyc-mb
VuaCorona
Wolfgang Kamir
JGordon
Ishtiaque Hussain
simon_
einstine98
dave5631
Sats_b1
stupots
StUdEnT in distress
t_hayata
Only Title

bschaldon's Q&A profile

  • .NET Development Using Regex/Match to find decimal Index location from RightToLeft.

    I am trying to find the decimal index location from RightToLeft using Regex/Match. When the code below runs, I keep getting the index value from LeftToRight even though I specified RegexOptions .RightToLeft . What am I missing here Regex r = new Regex ( @"[.]" , RegexOptions .RightToLeft); Match m = r.Match(tbMainInput.Text); if (m.Success) { m.Index.ToString(); } Thanks for your help... The string that I am searching will contain a numbers like 123.45 or 123.4567. So.. I need to grab the decimal index going from right to left. The IndexOf is still giving me index from left to right.   Thanks for your fast response.. ...Show All

  • Community Chat Game Designing

    I'm a Canadian citizen reside in Jordan , My son is 12 years old ,he has made a full online game (Designing and Programming ) which can be played all over the world live and it's now already live on internet , So kindly please advise me how to improve him . F.Y.I he has never study programming and Designing he is a student. Regards B. Mirza Hi Bland, I'll download and have a go of the game on my personal machine when I get home tonight. Games development is a hobby of mine and I was fortunate enough to go to a university which specialised in games and animation so might be able to give you a few pointers on where to go to develop his skills. Check back later for a response! Craig. ...Show All

  • Visual Studio 2008 (Pre-release) Cannot import wsdl:binding

    When I run svcutil from the July CTP like so: svcutil https://webservices.netsuite.com/wsdl/v2_0_0/netsuite.wsdl I get the following error message: Error: Cannot import wsdl:binding Detail: The WSDL binding named NetSuiteBinding is not valid because no match for operation login was found in the corresponding portType definition. XPath to Error Source: //wsdl:definitions[@targetNamespace='urn:platform_2_0.webservices.netsuite.com']/wsdl:binding[@name='NetSuiteBinding'] However a code file 'NetSuiteService' still gets generated. I've been trying to diagnose the problem by browsing the WSDL by hand, and from what I can tell, there is a 'login' operation within the corresponding portType definition (it's the first operation that listed w ...Show All

  • Visual C++ Link Error

    Hi all. Im having a link error when i compile 3 source files together. error LNK2001: unresolved external symbol __imp__SendMessageA@16 Thats just one out of 4 errors. I've googled the error msg and found that other have had the same problem, but neither of their problems were ever resolved( at least not on the article/forum) So since i have this issue and i'd like to know what i need to update/change to fix this error. Im using VC++ 6 platform SDK 2003 Everything is in order to compile in the settings etc. From what i've read its some sort of out-dated problem. But how can it be out dated if i can compile the source by itself It would'nt compile if it was so out-dated right Any suggestions on what i should do is appreciated as always. ...Show All

  • Visual C# new and shiny

    Yep I'm new and shiny to C# - coming from a C and Java background. Been looking for something that lists the base class's apis (preferably HTML - kinda like java's api if at all possible) to get a general idea of what classes are available and what they can do. Have 2 books ordered but would like to get a head start if possible. I have quickly looked at the specification doc provided in the visual studio - not exactly what I am looking for (or maybe just the format of it through me off) as well as a couple quick googles (maybe I am using the wrong search phrases) and a very quick search on these forums (base class api and a few variations). Links, google search phrases, or a spoon/clue would be appreciated. ...Show All

  • Visual C# global settings - saving problem

    Hi I have a big solutions with many projects. I wanted to create global settings which would be visible from all of the projects. I created one project responsible for dealing with settings. It contains class public class P Settings : ApplicationSettingsBase { private static bool globalProp; [ UserScopedSetting ()] [ DefaultSettingValueAttribute ( "false" )] public static bool GlobalProp { get { return ( bool )globalProp; } set { globalProp= value ; } } etc. This project also contains class which has static fields for dealing with above settings. public class GlobalSettings { private static GlobalSettings instance; static GlobalSetti ...Show All

  • SQL Server Programming SQL Express

    Hey, i have an installer that places ms sql express onto a machine. thats is fine. i want to create a post setup application that runs after ms sql server is installed. what for example i want to do is be able to create a user and have the DB allow remote connections. i can provide instructions for a 'peon' to make the required post setup changes but i want to see if i can cover that with an application. thanks Charles Rezsonya amazing. i will certainly be trying that monday. Thanks. Keep an eye on this post incase i have add'l questions tia Charles R ...Show All

  • Visual C# Difference between VisualC#.NET and C#

    Hello All, Just a basic question. I am seeing several books called VisualC#.NET , C#, C#.NET What is the actual difference between those What is the relation ship between C# and dotnet. Please give me the concept Thanks, John 1) any type almost! I guess it depends. for example ALOT of websites these days, especially these forums, are created in ASP.NET, most likely C# for code behind. There are many projects/solutions out there that are created on the .NET platform with either VB.NET, C# or a combination of both as code Microsoft internally use C# and VB.NET (mainly C#) to develop other software, such as small tools or other projects. Publically, Windows OneCare for exampl ...Show All

  • Visual Studio Team System Team Suite without Foudation Server?

    I've been using Visual Studio 2005 Professional for a couple years now, and just downloaded Visual Studio 2005 Team Suite from MSDN Academic Alliance. What is the main difference between VS2k5 Pro and VS2k5 Team Suite Also, can I use the source control features of Team Suite without having Team Foundation Server (unfortunately we didn't get that as part of the academic alliance ) Thanks! -Matt Hi, well I will try to resume the differences and give you some details about Team Foundation. Visual Studio Team System, is the new set of tools for development teams, and it comes in different flavours: Architect, Developer, Tester, Database professional, each one has its own features based on the type, arch ...Show All

  • Visual Studio Team System Visual studio crashed 4 times after parameterisation

    Visual studio keeps crashing after parameterisation. This happened 4 times in last 24 hrs. I had to reboot the machine each time it happened. The following was discovered in the VSTestHost.exe.config file [W, 760, 5, 2006/10/24 10:33:23.185 13606305149] vstesthost.exe: WebLoadTestAdapter: Stack trace for error: at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.UpdateBindingSites(String preBoundString) at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.PerformRequestDataBinding() at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.Execute(WebTestCaseContext testCaseContext, AsyncCallback completion ...Show All

  • Visual Studio Express Editions MS ACCESS filter problem !!! HELP

    I'm trying to do a query based on a access database table called cars. For example in the car's table there is a field called "colour" How can i make in "Query Builder" a filter that retrieve all the cars, for example, with the colour "red" in the "colour" field. I already try the "@colour" but with one access database it doesen't works. Can anyone tell me what i have to do do populte a listbox with all the red cars Tnks Access Does NOT support named parameters..it uses the ordinal position of the parameter to fill values....in the query builder try using just a question mark or putting the string inside of square brackets: [@colour]   ...Show All

  • Visual C++ it is neither a .NET assembly or registered Activex Control

    Hi, I try to add a TestEngine.dll from CSR website to my VC++ .Net 2005 but I saw the error message below "Could not add a reference to file ‘TestEngine.dll’ because it is neither a .NET assembly or registered Activex Control." May I know what is the procedure to add this dll file Very appreciate if any help provide. Thanks. Yes, I try to put with the same directory with the exe file but still pop up with the same msg while execute. I do check add the fullpath of the dll and check the filename but still no luck. I try to make a simple dll myself, the dll file that i created seem work well. but the TestEngine.dll still face the same problem. What else I can do ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Commercial Game Development like Age of Empires or Rise of Nations!

    Dear reader, Thank you for your interest in this thread. I am a software developer and own a meduim sized company but I basically concentrate on Application Programming and Web Development on .Net framework. My knowledge regarding Game Development is limited. But I now have been given the opportunity to develop a game on the above lines for the Windows OS. And this chance could be a really good one for my firm. I wanted to know if a commercial game on the lines of Age of Empires can be fully developed using Directx Sdk. Is this possible By what we read about XNA Express and future XNA Professional the code written on Directx SDK can be migrated to XNA. Obviously XNA Express will not allow a developer to develop a commercial ...Show All

  • Visual Basic Label Text Highlighted ... but I Don't Want it Highlighted

    Simple question ... I have put a label on a Windows form within a VB 2005 application I am creating. When I debug the form the text in the label is highlighted (as if I had swiped it). I don't want the text highlighted but I cannot figure out which label property is set that causes this to happen. Can someone enlighten me Thanks. Are you talking about a label or textbox control The only properties which I would think would cause this effect would be the forecolor and backcolor for a label. However for a textbox there are many properties such as selectedText, Selectionstart, selectionlength which could be used to achieve this as well as the focus method So can you confirm this and describe th ...Show All

  • Visual Studio Express Editions webbrowser help

    can anyone help me about some webbrowser I want to have a webbrowser that goes to another page when you click on something in the webbrowser. I do not own the thing in the webbrowser so I can't change that. so I think that it should go to another page when -it navigates to another page (which it does if you click on the right place on the page -or you just click on the webbrowser control. but I dunno how. someone does know and want to help me many Thanks no.. I know html very well and I allready knew that code of vb but I mean if a user clicks on a hyperlink the webbrowser goes to another page then the hyperlink gives it (or back to the page it was) (I have seen this on another program there you click on a link it sends you ...Show All

©2008 Software Development Network