| Thread | Last Post | Replies |
|
| Launching an executable from my application | 30 Nov 2004 05:11 GMT | 3 |
I have a scenario where my application needs to run/start an application that is already installed on my machine. let's say - run an executable "ccc.exe". How do I call this executable from within my application and run it?
|
| Crystal Report - Landscape orientation by default? | 30 Nov 2004 03:04 GMT | 6 |
I have a crystal report embedded in a viewer. How / Where can I set a property to make it default to landscape orientation? Rgds,
|
| Adding a control with code at Design Time | 30 Nov 2004 02:31 GMT | 2 |
I'm trying to recreate similar behavior that a Tabcontrol offers at design time. Once you add your TabControl, you can right-click and add a page which adds the TabPage control to the form. I can't seem to figure out how to add a control via code...
|
| Problem copying Datatable---long post with code | 29 Nov 2004 23:59 GMT | 2 |
Sorry for posting a long post, (the code) but, I am having a problem copying one data table to another new table in another Access database that has the same table schema. You will notice that I do not list exact column names etc. because this routine needs to be generic so I ...
|
| Re-declare?? | 29 Nov 2004 23:36 GMT | 5 |
I have a Sub that calls another sub. Both subs use a common object, so I used Public to declare it at the top of the module, as below. Public Writer As StreamWriter = File.CreateText(Application.StartupPath & "\Update.txt")
|
| VS.net BUG | 29 Nov 2004 23:31 GMT | 3 |
Try to create a new windows form app named prn and you will get this error --------------------------- Microsoft Development Environment
|
| User Control Property | 29 Nov 2004 23:31 GMT | 15 |
Anyone know how to ... make a user control property that shows up in the property pages and allows one to select a value from a set of values ? like a combobox for example ?
|
| Error loading data | 29 Nov 2004 23:12 GMT | 2 |
this code seems to be causing an error, can anyone help me Dim rstLoad As New ADODB.Recordset rstLoad.Open("SELECT * FROM recept") <------------------ERROR Do Until rstLoad.EOF
|
| Buy Programming Books | 29 Nov 2004 23:11 GMT | 2 |
QubitCode.com Offering programming books related to: C++ C#
|
| DataAdapter Not Updating | 29 Nov 2004 22:18 GMT | 10 |
I thought I had this sorted this morning but it is still a problem. My application has a DataAccess Class. When it starts, it: Connects to a DB (OLE DB)
|
| Truly frustrated | 29 Nov 2004 22:00 GMT | 6 |
I don't know how many hours I've spend on this but I don't want to give up and there has to be a way of doing this. Here is what I'm trying to do: I have a small Windows Forms app where I create a DataSet to hold temp info. I do not need to display the data to the user but I need to ...
|
| Math.Round and SQL Server Round | 29 Nov 2004 21:56 GMT | 5 |
I'm trying to determine the best approach for rounding in an application I'm building. Unfortunately it appears as though SQL Server and VB.NET round in different ways. SQL Server
|
| Writing to the registry | 29 Nov 2004 21:51 GMT | 4 |
Hi all and thanks for reading this. I can read anywhere in the registry, but I can't write to the local machine (XP Pro, I am not the admin.). My application needs to write to the registry the registration code, but because of the permissions thing, it won't let me. Any ideas on ...
|
| Drawing Text in an angle | 29 Nov 2004 21:37 GMT | 2 |
During the paint event, I can DrawText from left to right, or from top to bottom (angled by 90?) by setting the Drawing.StringFormat.FormatFlags, but how can I drawText from right to left (angled 180?) or bottom to top (angled 270?)?
|
| Threading Timer_Elapsed | 29 Nov 2004 21:33 GMT | 5 |
I'm a new user to Visual Basic.net and I would appreciate any help regarding a problem I have. I have searched the posts in this newsgroup and the VB library for threading topics, but I get confused with the code that is displayed. Anyway, I have a System.Timers.Timer object in ...
|