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

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

WhPonds

Member List

Bob M
Grayfox41
grs
Johan Fourie
Triskell2k1
KvRaji
Allen White
BMEMBERG
Arie Ori
Madness
Dazza1412
William Ramirez
Ram#
AntiSilence
Rod Fraga
JGN
JeffGraves
sfuller
Dinh Quang Son
Lorenzo Minore
Only Title

WhPonds's Q&A profile

  • Visual Studio Express Editions Getting files with specific extensions using FolderBrowserDialog

    Hi everyone. I'm making a media player using the BASS API Library and Direct-X. My problem is, I'm using the FolderBrowserDialog component and I know it can't filter files but I need only files with specific extensions to be added to the Listbox I have on the form. So far the code looks like this: Public Sub foldertoplaylist() Dim plug As Integer = 2 Dim playlistid3 As String Dim chosen As String Dim filInfo As IO.FileInfo AddFolder.Description = "Choose the folder you would like to add to Tray-Play" If addfolder.ShowDialog = Windows.Forms.DialogResult.Cancel Then ...Show All

  • .NET Development '\0' in xml string

    hi i am reading an xml document from a string which i receive bytewise from the network. the string is assembled out of char like that s\0e\0n\0d\0 for "send" for example. i really don't know how the '\0' came in there, but so far they didn't bother me. but no with an xmldocument they do. if i try to load the string with either document.LoadXml(string) or document.innerXml = string then i get an exception saying "name cannot begin with '.' character, line 1, position 2", so there seems to be a '.' right where the \0 is in the string (so my assumption is that \0 stands for a '.', but i am really not that good at this chara ...Show All

  • Visual Studio Express Editions Can't Install and can't uninstall old

    I really want to get beta 2 to work. I get it up but it doesn't work. The first thing I see is "Can not Find Server" where the Getting Started page is supposed to be. I tried to remove all the old beta bits in the correct order but I think I did something wrong. And now I no longer have a option in the "Add remove programs". I thought I saw a version demoed on MSDN Webcasts where there is more of a pannel type thing with Recent projects etc. I don't know why that would be part of a htm page. It is trying to access "C:\Program%20Files\Microsoft%20Visual%20Studio%208\Common7\IDE\VCSExpress\HTML\GettingStarted.htm". But I don't see a HTML Direc ...Show All

  • Visual Basic Installing Visual Basic 6.0 on .NET Server with VB .NET installed

    I'd like to know if there are any issues involved with installing Visual Basic 6.0 on a Windows Server 2003 server with VB .NET installed. Thank you. No need to worry - there is no way that .NET can cause VB 6 applications to fail. Many developers have been running both VB 6 and .NET on the same computer for several years now, and I'm not aware of any reports of problems. - Steve ...Show All

  • SQL Server Mining Query Builder

    On pages 123, 124 of Data Mining with SQL Server 2005, I can't finish the example. When I add 'Monthly' to the end of the expression "[Home Owners].[Theater Freq]" in the Criteria/Argument column, I usually get an error message saying the syntax is incorrect when I switch to the Results view. If I place a dot after the original expression, like this: [Home Owners].[Theater Freq].Monthly, I get an error message that "The dot expression is not allowed in the context at line 4, column 23. Use sub-SELECT instead." What am I doing wrong Thanks! Try formating your query as SELECT t.CustomerID, [Movie Trees].[Theater ...Show All

  • Visual Studio 2008 (Pre-release) versioning in WCF?

    Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. Hello Steve, with WCF you have a new option at the data contract level (XML schema). The DataMemberAttribute contains a parameter called VersionAdded which permits to have the versioning in your data contract. Please ...Show All

  • Visual Basic VS-2005-Prof. Debug breakpoint not working

    Hi - I just installed Visual Studio 2005 Professional Edition. I was previously using VB Express Edition. I see that the program execution does not halt at the specified breakpoints. Also, when I "Start Debugging {F5}" the application ignores all errors and executes the last good build. I have looked at the project properties debug settings and did not find anything I can change to fix this problem. Could somone help out Thanks in advance. Shiku Try cleaning your solution. Also, try manually deleting old builds of you applications and any PDBs there. Hope this helps! Thanks, Ayman Shoukry VC++ Team ...Show All

  • .NET Development GridView doesnt update on server2003 !!!

    Hello Microsoft gurus... I am using Visual Studio 2005 (Framework 2.0) on windows XP Prof. for development, Windows Server 2003 for production and IIS 6.0 and her is my problem with my GridView. I have one access .mdb table and when I update a record on the table EVERYTHING is perfect. I made a Web Setup Project and installed My Web Application on my Localhost and it works perfectly. When I install My Web Application on our “ Production Server Win 2003 ” it just doesn’t update the records!!! I open the table with Access, update the records manually, and refresh… the GridView is updated and cached my manual ...Show All

  • Smart Device Development CD/DVD freeze

    Once the cd/dvd is insurted and read a new cd/dvd is not reconized when inserted. I have the reboot the systems before I can read the disk. This forum is for development related issues. Please post to relevant form or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • .NET Development Resource file linking problem

      HiAll,   I have resouces files folder (like 1028,1029,1030,1031,1032). But these folders contains files with extension .loc for Ex( commands.loc), But i need to link these files to my working project through al tool or resgen. These tools are taking files with extension .resx, but i have only .loc files. Can any one give an idea how can i convert the .loc files(which contain xml tags) into .resx files. by the way i am working in vs2005. Thanks in advance.   I'm assuming your .loc files are "localization files", generated by some translation/localization application These are pretty generic things ...Show All

  • SQL Server best approach

    I've been banging my head for a while now, and it is sore! :-P I'm a best practice/Microsoft approach type of person and want to make sure I do things correctly. I have a database, kind of like a forum. Obviously executing multiple queries in one "batch" (stored proc) would have an impact on the performance. Now, I would like to give a more detailed/specific error back to the caller (either by aid of error code or whatever) with such situations like... "EditReply" Edit reply takes the threadID, replyID and userID. Before actually commiting the changes, it needs to check: 1) does the user ex ...Show All

  • SQL Server BI Dev Studio cannot connect ot SQL Server 2005

    Hello, I am new to SQL Server and I am trying to use BI Dev Studsio for a data mining project.The first problem I get is that I cannot see the SQL Server in the BI. I am trying to create a data source and I cannot connect to the server at all. Does anybody have an idea what could be going wrong ...Show All

  • Visual Studio Crash with Different Bucket ID: 291424876.

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All

  • Visual Studio Express Editions to old to learn visual basic

    hi computing does my head in....if I were just leaving school I would definitely go into computing....but alas....pcs came along too late for me....... I am amazed at the amount of ( know how) a lot of you people have...... the thing is .....I am too old to learn vb...( or anything else for that matter) for any reason other than pure amusement....... so I would like to have my pc start-up with my own windows form ready loaded.... with my own logo and menu......etc....... if anyone could possibly give me some sample code to do this I would be ever so grateful computing does my head in.....but I love it thanks bronco ...Show All

  • Windows Forms Winforms with Access DataBase ( it doesn't SAVE , modify records )

    Hello. I'm developing an application using vb. NET and an Access DataBase ( the application is not big ). I ADD a DataSource, ( Menu/Data/Add new datasource) i select an Access Database, and i select the table i need ( dataset ).. everything seems to be fine. I go to the dataSource Windows to see my DataSets with its table, i drag and drop it into a blank winform, it creates a datagrid with its navigator, every seems to be cool. I run the app, and i start adding data into the datagridview.. i press the Save button to update the change... i close the windows and i open it, and i SEE the changes. BUT when i close the app, and i ope ...Show All

©2008 Software Development Network