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

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

MilesP

Member List

Richard Abrahams
OClaudiu
Frame
foocc
NateInIndy
Chronusus
Jan-Dirk
Thymen
Arnoh
Amit Glazer
*KGy*
PPR
kemal
StaticTony
Recycler
KoryS
rtaiss
kered pople
Ravel
Michael J Brown
Only Title

MilesP's Q&A profile

  • Visual Basic I need help with saving URL's into my combo box after i visit them

    I want to know how to save recent web pages visited in my webbrowser. My webbrowser is called WebBrowser1 and my combo box is called combobox1 Ok i figured out how this is how: Double Click on the Go button that takes you to the webpage to open the code editor then type: If Me .ComboBox1.Text.Length > 0 Then Me .WebBrowser1.Navigate( Me .ComboBox1.Text) Me .ComboBox1.Items.Add( Me .ComboBox1.Text) End If End Sub The words combobox and webbrowser1 may need to be changed to support your browser ...Show All

  • Visual Studio Problem with size of CR on deployment machine

    Hello guys, I have a problem with page size in Crystal Report when I run my application on deployment machine. The problem is that only part of report page can be seen, and the number of pages is significantly increased (which indicates that all data are there but something wrong with page size). This is windows application (Win XP SP2 is installed on deployment machine). I use Crystal Report for VS2005. On development machine everything works perfectly. I had to notice that also on some deployment machines it is OK, so I suppose that .msi file is correct. I tried both with and without merge modules and results are the same. Does any one have same idea .. We are experiencing exactly the same p ...Show All

  • .NET Development Updating and insertin data

    My system is refusing to update and insert data. I am connection using oledb and am using datasets. i use the dataadapter.update method it does not work. i use the dataadpter.insert(id,fname etc) but it still does not work. can someone please help me nope, dont call acceptchanges. this will certainly not see the changes required to update the database as it commits changes in the dataadapter. please post the code you are using as well as any error messages ...Show All

  • Internet Explorer Development Hideous "smaller" font size

    Setting Text Size (under the Page menu) to "Smaller" results in a truly hideous and unreadable font for many pages (including the message texts in this forum) .  Strangely some of the following replies are legible. ...Show All

  • .NET Development Dual MatchCollection on "A B|C D|E F|G H" input

    I have an input file (this is simplified; the real input file is very very very large): A 1\n B 2\n C 3\n D 4\n I am using the following code: Regex first_part = new Regex("[A-Z]* "); Regex second_part = new Regex("[A-Z]*\r\n"); MatchCollection firsts = first_part.Matches(input_file); MatchCollection seconds = second_part.Matches(input_file); for (int i = 0; i < firsts.Count; i++) { Console.WriteLine(firsts[ i ].ToString() + " " + seconds[ i ].ToString()); } Does the MatchCollection implementation guarrantee that the output is still matched up accordingly What this I mean that A and 1 are still printed on the same line, and B and 2 as well (although on another line). Thanks! Why don't you use ...Show All

  • Windows Forms MaskedTextBox

    I am trying use the new Windows.Forms.MaskedTextBox control (new for .NET 2.0) with a mask type of Short date (00/00/0000). the problem is that when i pull a date value from SQL Server, the mask fails. For example if SQL returns 6/10/2006, the maskedtextbox displays 61/02/006. I tried to replace 0 in a mask with 9 (optional number), still the same problem. This is how i format date in code: if (clientDetails.Tables["Clients"].Rows[0]["AuthCodeStartDate"]!=null ) { AuthCodeStartDate.Text = String.Format("{0:d}", Convert.ToDateTime (clientDetails.Tables["Clients"].Rows[0]["AuthCodeStartDate"])); } Thanks for the help! Marek. this is not a solution. Using ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct Answers For A Beginer

    Dear, I Am A Beginer In Game Development, But Professional In C# And C++.Net 2005. I Want To Start Learning 3D Game Development Where I Have 2 Main Questions: 1- C++, C++.Net 2005, Or C# Is The Fastest And The Powerfull Language For Creating 3D Application 2- What Is The Graphic Library I Have To Learn And What Are The Difference Between XNA, DirectX, And XNA Game Studio I Hope To Help Me In My 1st Steps. Thx Alot Dear, What I Want First Is To Be 1 Of The Professional 3D Game Developers. Second, I Want To Build My Own Virtual Reality System Which Represent Me And My Friends And Allow Us To Play Together Like "The Sims" Game, But Over A Network. ...Show All

  • Visual C# Windows Service and CanShutdown CanStop

    I hope this is a quick easy question. In the properties of a windows service I have seen properties of CanShutdown and CanStop. I know what CanStop does but, what does CanShutdown do and, how is it different from CanStop Thanks, Quilnux ...Show All

  • Windows Forms Error when Executing MAcro from windows form

    Hi everyone, This is my problem: I am trying to create an excel object so I can run an excel macro. This is the code I a using: Dim oExcel As Excel.ApplicationClass Dim oBook As Excel.WorkbookClass Dim oBooks As Excel.Workbooks Dim missing As Object = System.Reflection.Missing.Value Me .TextBox1.Text = Me .TextBox1.Text + " Report Creation in progress Please Wait..." + vbCrLf 'Start Excel and open the workbook. oExcel = DirectCast (CreateObject("Excel.Application"), Excel.Application) oExcel.Visible = False oBooks = oExcel.Workbooks oBook = oBooks.Open("C:\Developpement\Project_RCP\RCP_App\Job Bruts\Job RCP.xls", missing, missing, missing, missin ...Show All

  • Internet Explorer Development problems with dropdown menus using IE7

    I am have drop down menu problems with IE7. Our website is at www.streambox.com . If you rollover the product button on the top navagation menu you can see that it drop downs a list. If you notice that the menu listed is "ACT" and nothing after that. The correct title shoud be "ACT-L3 HD Video Transport" IE7 is droping everything after the dash. I have called support and they do not know what the problem and how to fix it. Does anyone know of a fix. ...Show All

  • Visual Studio 2008 (Pre-release) Problem with service calling other services - Problem resolved!

    I am learning WCF and trying to make several services running on my computer. I have a simple self-host service running with NetMsmqBinding . I created a client application to test the service and there is no problem. But when I tried to call this service through another service, there is always an exception saying that "The server was unable to process the request due to an internal error. "   From title,it looks like,you resolved this problem,i am marking this question as "Answered",if you need more help on this issue,please let us know. -Thank you Madhu ...Show All

  • SQL Server $25,000 per processor for this?

    What is wrong with Microsoft How could you honestly release this product I agree with everyone else - the new features in SQL Server 2005 are not worth losing the features in 2000! I'm telling my clients to not upgrade. You guys had better release a new version or upgrade fast. mySql is starting to be a real competitor. I can no longer justify your cost. I happen to agree with you about how you describe your disatifaction. Most likely MySQL is your best choice. However, all of my clients have most definitely found that upgrading to SQL 2005 to be well worth the time and expense. I wouldn't consider using MySQL at all since SQL 2005 provides so much functionality that the time and effort to pa ...Show All

  • Visual Studio OLAP Data Sources

    Hi, Does the ReporViewer control support reporting on OLAP / Multi dimentional data sources such as Essbase Thanks. Update I finally got OLAP to work with and rdl report and LocalReport with reportviewer in ASP.NET 2.0. Man all the code to accomplish this is unreal. ...Show All

  • SQL Server want to implment DRILLTHROUGH IN SSRS

    I am trying to implment following statement in my SQL Server Report 2005. My data source is AS2005. ***************************************************************************** DRILLTHROUGH SELECT ([Measures].[Total Test Count]) ON columns FROM [OLAP Test Cube] WHERE [Dim Station].[Station Name].&[1ST CHOICE EMISSIONS & INSPECTIONS] RETURN KEY([$Dim Station].[Dim Tests],0) ,KEY([$Dim Station].[Dim Tests],1), [$Dim Test Cycle].[Test Cycle], [$Dim OverallResult].[Overall Result] ****************************************************************************** When I execute above statement in AS SQL Query Analyzer then it is working fine but same statement I am executing during Report creation (Query Builder) that time it giving ...Show All

  • Commerce Server Biztalk BatchComplete event fault

    Hi, I created an orchestration that has a Send Port (Receive/Request type) pointing to the Commerce Server Catalog Adapter with a Send-Receive Communication Direction. For the request port everything goes fine and the Catalog has been imported correctly in the Commerce Server, but the response port fails and I could finished the application. The event log error is : Event Type: Error Event Source: BizTalk Server 2006 Event Category: BizTalk Server 2006 Event ID: 5673 Date: 12/28/2006 Time: 10:28:18 AM User: N/A Computer: DT00527 Description: The Messaging Engine received an error from transport adapter "Commerce Server Catalog Adapter" when notifying the adapter with the BatchComplete event. Reason "Exception ...Show All

©2008 Software Development Network