| Thread | Last Post | Replies |
|
| Finally block causing exception to throw twice with CryptoStream? | 20 May 2008 22:59 GMT | 9 |
Hey All, I posted this to the Crypto users group and forgot to add the VB.Net users group. I apologize for any confusion. I have been testing a try / catch / finally block and purposely raising
|
| sp_stored_procedures help | 20 May 2008 21:40 GMT | 1 |
I need to list all the stored procs in my database. I use the sp_stored_prodecures SP which returns all the stored procs in the database including the system stored procedures. If is use the qualifier sp_stored_procedures, null, 'DBO' I can filter out the sys owners but I
|
| Question about EventLog | 20 May 2008 20:11 GMT | 2 |
I have a service with the following startup code...
> Protected Overrides Sub OnStart(ByVal args() As String) > If Not Diagnostics.EventLog.SourceExists("MyService") Then > Diagnostics.EventLog.CreateEventSource("MyService", "MyServiceLog") |
| Frustration and Excitement with Crystal Reports | 20 May 2008 18:16 GMT | 9 |
Getting the former. Not the latter. As some of you may know (Terry...btw thanks for all your help), I have been battling a Crystal Reports problem. I have recently made the discovery that my "Current Connections" or ADO.NET options for the database expert in CR
|
| xml format problem | 20 May 2008 17:13 GMT | 2 |
I'm using the following code to create xml string: Dim Doc As New System.Xml.XmlDocument Dim newAtt As System.Xml.XmlAttribute Dim dec As System.Xml.XmlDeclaration
|
| Making a table in a richtextbox ? | 20 May 2008 11:15 GMT | 4 |
is there a way to makea table in a richtextbox ? something with columns and rows
|
| how to create table in sql server from either a datagridview or excel file | 20 May 2008 00:01 GMT | 1 |
I have an application in which I have some checkboxes and depending which ones are checked those columns will show in the datagridview from sql server or no. After that I have 2 buttons:
|
| add text box on the form at runtime | 19 May 2008 23:21 GMT | 1 |
how to add text box on the form at runtime?
|
| Find the Owner of a folder | 19 May 2008 23:21 GMT | 10 |
Is there a way I can fnd the Owner of a folder, using vb.net? I know how to find the permissions, but I can't figure how to find the owner. Thanks SimeonD
|
| Strange one in MSChart | 19 May 2008 21:59 GMT | 2 |
I was working with MSChart, modifying one of the graphs and decided I wanted this particular chart to have an auto scale. I worked quite a while with it, uttered a few obscenities directed at the usual suspects and finally found I have to do an Application.DoEvents to get it to
|
| Collapsing regions of code within a function | 19 May 2008 21:59 GMT | 3 |
I'm trying to organize some code I've written and was wondering if anyone can provide any suggestions on an equivalent to #Region that can be used within a function to collapse sections of code within the visual studio editor. In essence I have a program where several
|
| problem with url on http post | 19 May 2008 20:41 GMT | 6 |
I have the following code: Dim url As String = "http://xx01xx01:800/some.ashx" Dim myrequest As System.Net.WebRequest = Nothing Dim myresponse As System.Net.WebResponse = Nothing
|
| Dynamically Get Sub Name | 19 May 2008 17:45 GMT | 6 |
Hi, Is there a way to dynamically get the name of the current Sub? In my code below in the exception "catch" i write the name of the Sub to the error log so that i will know where there error happened, but since i reuse this code in other Subs i sometimes forget to change the name ...
|
| Displaying Version Number | 19 May 2008 10:23 GMT | 14 |
I have been using this code to display the version number, and this has worked well, but I am now changing from using the ClickOnce publishing to a proper setup project, and this no longer works. If System.Diagnostics.Debugger.IsAttached = False Then
|
| Setup: OCX and DLLs | 19 May 2008 10:08 GMT | 3 |
This may be a stupid question. I am creating a setup project. The setup project automatically includes 2 external DLLs. In the same folder of those DLL there is an OCX,
|