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

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

DLMiller

Member List

DeeTonya
maxi_byte
Prudie
Goodguy
Jose Miguel Retana
DMM-e
yourself_20052006
Jacek F
Ebnez
eichmat
amberBC
Ralph Kester Caparros
K.N. Johansen
duffGeiger
BeaPreethi
yuryk
S_K
Michael Harmsen
beezleinc
NewTechCorp
Only Title

DLMiller's Q&A profile

  • Visual FoxPro can't reindex 82,000 kb file

    Let me begin by thanking you for the help.  I am not a avid foxpro programmer.  I have a table in my database that has been acting up the past few weeks, but usually a reindex would fix the problem.  Today It won't let me reindex.  I type reindex and press enter and instead of getting the counter on the bottom right hand corner.  It does absolutely nothing.  If I delete the .cdx file and try -- still nothing.  If i move a .cdx file in from a backup -- still nothing. I am at a loss!  try this: Use("yourtablename") exclusive delete tag all index on whatever tag whatever ...Show All

  • Windows Forms Visual Studio Error or Code Error: Form Inheritence.

    Hi all. My problem stems from form inheritence. Everything was fine with my program until I created forms that inherited from a custom form. The first signs of things going wrong was when I would try and view the child form in designer mode; it would show a write screen saying there was a reference to an object that hadnt been created. I fixed the problem by ignoring everything in the parent folders load form if in designer mode, but now every time i view the child form in design mode visual studio seems to start my program but its more like its showing the design form in full screen mode: Child Form: public class frmTableView : ...Show All

  • Visual Studio Anyone successful in using the ReportViewer...

    I can get a report to display if I setup the report in the designer. However, if I set the datasource programmitcally no data displays. Ideas Keith,   Thanks for your response.   I’m not using CR at this point but I will be in the future.   I actually need to use both SQL Server Reporting Services and Crystal.   On two different computers, I am unable to get anything to work with SQL Server Reporting Services after uninstalling the beta and reinstalling.   Thanks,   Jeff ...Show All

  • Windows Forms ToolTip and c#

    I have been using toolTip control in my application. The code is: this . toolTip1 . SetToolTip ( button1 , button1 . Text ); When i go to next form and come back to the same form an exception is shown as Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=0xd68 (3432), Thread id=0xd70 (3440) The error is being caused because of this tooltip and if i remove tooltip no error occurs. Can any one tell how to use the tooltip Willfin David. Dear David, I think You're using Win Appln.  Don't Lo ...Show All

  • Software Development for Windows Vista How to store more information using persistence/tracking service

    Hi, I downloaded the examples of using Persistence and Tracking in ASP.NET from Tom Lake's blog and tested it. it works fine, but my question is where the eventOrder (int value) come from in UserEvent table it always is among of 5,18,31. One more question, how to store more information using persistence/tracking service for example, I want to save the user info, userID, so i need to add one more column to the table. I have to create my own persistence service but the table structure changed, how could i save it For Sarb-OX reason, we must log every step of the transaction, like the userID, description etc... I can build a database and ...Show All

  • .NET Development Intermediate NullReferenceException when calling DataRow.EndEdit()

    Hi there I have got an application with the following cateristics: * A datatable is populated with records from a database. * A set intervals the database is checked for changed records, and the corresponding DataRows in the DataTable is updated accordingly. * Invoke is used at all times for the update to ensure that the update is done by the the thread that created the window handle. * A DataView is connected to the DataTable. * A GridControl (Xceed) is connected to the DataView (readonly) The following is a snippet of the code used to update the DataRow: private void updateRowFrom(DataRow row) {     try  &nb ...Show All

  • Visual Basic Can I reinstall Visual Basic 2005 Express Edition after losing it from a system restore since it is on my hard drive?

    I successfully downloaded the .Net Framework 2.0, Visual Basic 2005 Express Edition, and the library, saved them on my hard drive, and completed the setup. I ran the program from my Start menu and completed a couple of projects. Subsequently, I did a system restore to gain access and use of my CD-RW drive which had disappeared from My Computer and was not functioning. After the system restore Visual Basic disappeared from the Start menu. I found the folders and files on my hard drive, but don't know how to make sense of them or make Visual Basic run again and return to my Start menu. Should I delete the Visual Studio folder and start over wi ...Show All

  • Visual Basic How to get Stings of 8 bit Chars from Comm Port

    I am using an MSDN RS232 sample VB code in VSTS2005 to read and write from/to the Com1 port. But the example uses System.Text.ASCIIEncoding.GetString which only handles 7-bit ASCII characters, not 8-bit. I don't see any Encoding format that will return strings of simple 8 bit bytes of characters from the Serial port unmodified. What Encoding code can I use for simple strings of 8-bit bytes so that I can handle 8-bit binary data from the COM1 port properly How can I convert Byte Array into Strings of 8 bit characters Thanks for your Help. No, that's not quite what I need. I don't want to convert th ...Show All

  • Visual C++ How do you develop an interface for an existing C++ program?

    Hello Everyone, I have a large and complex program, which to be honest I dont fully understand, that I have to develop an interface for. I understand how the program works to an extent, but the level of C++ used in the program is way beyond me. It has to do with genetic programming, programs writing programs, so I dont think that im going to be learning how to do that anytime soon. Although I am alot better with VC++ than C++ and can comfortably develop simple interfaces to perform a variety of functions. I have been working my way slowly through sams VC++ for beginners and have learned quiet a bit, although I am still mos ...Show All

  • .NET Development what are the practical Limitations of Dataset and datatable

    hi, What are the limitations of a .Net dataset and datatable like Maximum number of rows , Maximum number of columns in datatable . Is there any of these limitations improved in .Net 2.0 Thanks vinothkumar   vinxter wrote: hi all .. I have found some links which says its possible to store a billion rows ... but as paul said .. the documentation says its limited to 16,777,216... The documentation is in Beta .. so would it change http://codebetter.com/blogs/sahil.malik/archive/2005/03/19/60093.aspx -> http://codebetter.com/blogs/raymond.lewallen/archive/2004/12/09/35809.aspx      -> http:/ ...Show All

  • Windows Forms Paste to the DataGridView

    Hello~~ I want to copy & paste in the DataGridView like excel's cell. When copying, it's possible in the Excel, text or DataGridViewRow, etc. At that time, there are columns in the clipboard using separator like tab or comma. I want to paste to the each DataGridViewCell. For example>    1) excel or DataGridView :  A B C 1 abc def ghi    2) copy the rows in the "1)"    3) paste to the DataGridView from the clipboard "2)".     DataGridView :              column1 & ...Show All

  • Visual Basic Excel Cell (Range) Not Allowing Multiline Text ??????

    Hello there ... I'm Using the Microsoft Office SpreedSheet Object or in other words the Excel Spreedsheet Object in Visual Basic 2005 The Problem I'm facing is that I can't put a Multiline String into A Cell when I do that it ignores the Line feedbacks whether i send it with VbNewline or with Chr(10) and there is No property called WrapText although it Exists in VBA so i can't find any Property/Method in the cell (Range) Object that Allows me to have a Multiline cell. Does anyone know a Solution to this Thank you very Much! OHDev Have you tried the Office Interop Newsgroups · ...Show All

  • Visual Studio Distributing VS2005 crystal reports

    I have generated a small Invoice application, using VS 2005 - VB and Crystal reports. It takes data from SQL server 2000 and displays the Invoice. It is not possible for me to run this on different nodes of the network. What is the prerequisite for running above application. My network has got Windows Server 2003 with Service Pack 1.0. I tried to instal Microsoft .Net framework 2.0 on nodes and running the above application but it's not working. I even wanted to know which service pack will be needed to access SQL server 2005 database over network. Can anybody help me in this regard, As I am entirely new to .Net environment. ...Show All

  • Visual Studio Team System SdmC.exe - where is this tool located ?

    My apologies if this is an incredibly stupid question - I downloaded the SDM SDK but I cannot find the SdmC.exe compiler  Did I miss something Where do I get a copy of this tool Regards, Bob Wilmes It's typically located <install dir>\VSIP 8.0\SdmSDK\Tools\. If you don't have this dir you probably want to download and install Download the Visual Studio 2005 SDK Beta 2 . Nel ...Show All

  • Software Development for Windows Vista Rules which reference Activity properties in XOML only workflows

    Has anyone been successful in creating and executing a rule that refers to an property of an activity which was dropped onto the workflow at design time in a XOML only workflow. In our scenario, we have a hosted designer which outputs XOML only workflows. In the designer, we can drop activities on to the surface and reference activity properties from anywhere on the workflow. HOWEVER, if we write a rule (in a policy or condition) which accesses a property on a dropped on activity, the workflow fails validation. It appears that it can't resolve the child activity types at validation time. When creating the workflow with XAML Activatio ...Show All

©2008 Software Development Network