kgooding's Q&A profile
.NET Development Make .Net Application Terminal Server Aware
We have two same test applications written in vb and c#. We have a server on which we have installed Terminal Server and both the applications are installed on it. We use the application from client using RDC (Remote Desktop Connection). Case 1 : When we run the application on the Terminal Server. 1. &nb ...Show All
Visual C++ CRichEditCtrl and Justification
Hi, If i use a CRichEditCtrl to edit text, in particular justfying text to the left, right, center etc and doing this using the SetParaFormat method. How can I justfy that text, when I need to programtically to say the right, without using the control or more specifically using the ctrl in a dialog, such that the user doesnt see whats going on Many thanks Will I don't understand what you want t ...Show All
SQL Server Sql Reporting Services problem
Hi, I use sql reporting services in a C# windows form application. I made 3 reports which i use in the application. I tried to use each report several times during the application, i.e. - I filled in the report with parameters and DB data at first during the running of the application, and created a mhtml file from the report. when I tried to use the same report in the same running time of the application , but with different data and diffe ...Show All
Smart Device Development ObjectDisposeException error
Hi everyone!! I have create a program using VB.net.. In the main form, i have put a timer control to control the time display in the datetimepicker. The code goes: Private Sub TimerForDateTimeControl_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimerForDateTimeControl.Tick Me.TimerForDateTimeControl.Enabled = True Me.DateTimePicker.Value = DateTime.Now Me.DateTimePicker.Enabled = False Me.Date ...Show All
Windows Forms Can we use HTTP url as path to access a file from Win Form (Windows) application
Hi!, Can we use HTTP url as path to access a file from Win Form (Windows) application. For example can I use something like this ****************************** ***************** Dim rptReport As New ReportDocument Dim rptPath As String rptPath = " http://Reports/ sbc.rpt" rptReport.Load(appPath & ReportName) ****************************** ***************** Thanks, I'm not sure about that load method of the repo ...Show All
Visual Basic Setting ValueMember gives Invalid Cast exception
Hi, Wondering if anyone can help me resolve the Invalid Cast exception I'm getting when trying to set the ValueMember of a combo box on a Windows Form. Basically I'm writing a generic procedure to populate a combo with a list of lookup values from an Access 2003 database. I'm using a structure defined within the module to store the values from the database and using the structure as the datasource for the combo. The values are retrieved f ...Show All
SQL Server Setup is Split Across Multiple CDs
Lately I've seen a bunch of people hitting installation errors that have to do with the fact that SQL Server is now split across multiple CDs. During a SQL installation you may get an error (it shows up in SQLSetup####_*_Core(Local).log file) that looks like this: Error: Action "InstallToolsAction.11" threw an exception during execution. Error information reported during run: Target collection includes the local machine. Fa ...Show All
Smart Device Development Network connectivity to the device emulator.
Greetings, I need to test connectivity to a PocketPC app that has a listening socket. I can' enable the TCP Connect Transport in a computer wich uses a DSL USB modem to access the internet, only in computers wich use a Ethernet adapter. But even in the computers that I can use the TCP transport, I can't get an emulator to connect to another one, even though each one get publicly visible ips outside the network, and they can ini ...Show All
Visual C# editing resource files
I am using a ResourceManager to retrieve values from a .resource file. I would like to be able to update the values in the file from within the application. Can this be done How Thanks. Use the Resource editor Lutz Roeder has writen, you can find it here . ...Show All
SQL Server Could not fetch a row using a bookmark from OLE DB provider 'VFPOLEDB'.
I'm trying to update a VFP table via a linked server in SQL 2000, I'm able to use "openquery" to view the records from the table, but when I try the following command: Update M2MEDI ... x830rels Set favailship = 100 I get the following error [OLE/DB provider returned message: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.] OLE DB error trace [OLE/DB ...Show All
Visual Basic Need some help.
I have made a program with a MDI that can edit text documents. However I cannot open files. My saving function works fine. Could someone please tell me a good way to open a file with the OpenFileDialogue in Visual Basic.NET 2005 Express Edition and give me some sample code Thanks in advance! Hey don't worry, Thanks for the code... lol I just used SharpDevelop to convert the code. I can also change VB.NET to C#.NET and vice versa... H ...Show All
SQL Server Diagram/Criteria/SQL panes
Is there any way that I can always show the diagram, criteria and sql panes when I do "open table" It's not configurable in SQL Server Management Studio. In Visual Studio, you can go to Tools -> Options -> Database Tools -> Query and View Designer to customize it. You can also toggle each pane quickly by pression CTRL+1 (diagram), CTRL+2 (criteria), CTRL+3 (SQL) and CTRL+4 (results). ...Show All
Software Development for Windows Vista Slow response!!!
I was just wondering if its just me or is every one having really slow response to windows opening I tried a few registry tweaks from online to no avail. I have a 6600 video card with the latest 8715 driver. I also opened my task manager to see if its taxing my cpu or memory and it doesnt seem to be using hardly any. So thats good, but it looks like maybe thats the prob it should be using it. Any input oh ya running 5308 86x with all updates and ...Show All
Smart Device Development Performance on requery of dropdown box populated by XML...
I've got a drop down box that I'm populating with a dataset from XML. When I hit the drop down box the first time, it seems to populate lightning fast. However, when I re-hit the drop down box (say I'm adding a second record), the performance slows down exponentially. I'd be happy to post code if that'd help. Thanks in advance. Jason Thanks so much! I'll try it out. Tried it...works like a char ...Show All
Visual Studio Express Editions Getting started walkthrough and the cardgame program
Does this program actually do anything All I get is a brief flash of a DOS window What a way to start! Gordon The program compiles and runs.....it just doesn't do anything. With a module being called cardgame.cpp I expected some sort of game to start unless the whole thing is used just to demonstrate how to but breakpoints in..... but then why not use simpler program like x = ...Show All
