| Thread | Last Post | Replies |
|
| Convert string to Numeric in VB.net 2003 ? | 30 Sep 2008 22:24 GMT | 9 |
How do I convert string to numeric in VB.NET 2003 ? Example convert P50001 to 50001 or 50001P to 50001 but if P is in middle then not convert. Regards,
|
| Problem with listbox | 30 Sep 2008 21:56 GMT | 2 |
I am using the following to calculate the number of visible lines in a listbox. This works, but when I add a horizontal scroll bar it does not work correctly. How can I subtract the size of the horizontal bar to maintain correct value?
|
| combobox add "--select" after populated by datasource | 30 Sep 2008 21:25 GMT | 1 |
I can not add a new items to combobox after the datasource was loaded. I usually do item.add(0,"--select") for dropdownlist at asp.net but it does not allow in window application in combobox. Please advice.
|
| XML Deserializing Line Feeds | 30 Sep 2008 18:24 GMT | 1 |
I've serialize an object like this: Dim MyName As String = "testing" & vbNewLine & "serialization" Dim Formatter As New Xml.Serialization.XmlSerializer(MyName) Try
|
| If 'undefined' then ... VS Try / Catch - how to trap 'undefined | 30 Sep 2008 17:33 GMT | 4 |
I have to read data from an Excel Sheet. Using Microsoft Office Interop and Automation I create an Excel object Dim xl As New Excel.Application, wkbk As Excel.Workbook, rng as Excel.Range I open a workbook and then read the data from a worksheet using the Sheet's
|
| Populate ComboBox from results of another combobox... | 30 Sep 2008 08:57 GMT | 1 |
This actually stemmed from anther post I created. But, I have two combo boxes. ComboBox1 is populated by a list of Systems (DataSet from Oracle Query). Now, I want to take Combobox2, and when the data is changed on Combox1, I
|
| VScrollBar Style Inconsistencies | 30 Sep 2008 04:48 GMT | 1 |
I have two apps, both developed using the same VBE, and both having a VScrollBar, but the two VScrollBars have very different styles. (In the screen shot, which I had hoped to attach but can't, one appears on the left and the other appears on the right. But, even without the ...
|
| Question about Chap. 7, 70-536 manual | 29 Sep 2008 21:44 GMT | 2 |
Is it my imagination or is this chapter vaguely worded? I'm still working my way throught but it's my impression that someone trying to literally follow the sample code will get very confused. Case in point. The chapter seems to be encouraging use of console apps for
|
| Populating Combo boxes from HUGE datasource (help & ideas!) | 29 Sep 2008 20:56 GMT | 2 |
We have many many systems (accounts) which we need to search on. What my initial Idea is to have a ComboBox1 populated w/ a list of all systems at load (from Oracle table). Done and quick But, step two, I want to populate ComboBox2 depending on the System
|
| "not accessible in this context because it is protected" | 29 Sep 2008 18:02 GMT | 3 |
I'm getting this error on this statement ... Dim TA_rect As Rectangle = CType(Me.ClientRectangle.memberwiseclone(), Rectangle) "Me" inherits from UserControl.
|
| BindingSource.Find with multiple primary keys | 29 Sep 2008 17:34 GMT | 1 |
I have a BindingSource with an underlying table with two primary keys. To set the position with one primary key works fine as shown in the code snippet below: Dim index As Integer = myBindingSource.Find("ColumnName", myColumnName)
|
| vs 2008 - designer no positioning | 29 Sep 2008 14:48 GMT | 6 |
I just loaded VS 2008 on xp pro. Tried to create ASP .net pages. The designer won't let me drag and drop? It seems to be sequential.
|
| Silent Install | 29 Sep 2008 14:32 GMT | 4 |
Does anyone know how I can make an MST file instead of an MSI file? I want to be able to install a program from a batch file. Or is there any way to make a silent install package?
|
| VS2008 Console App | 29 Sep 2008 12:29 GMT | 1 |
I need to rewrite some old DOS applications that look for files at a table driven defined site (UNC), downloads the files, UNZIp's them, processes and prints the results. Question is : Can I even do this with a Console application? This
|
| Where is System.DirectoryServices? | 29 Sep 2008 10:30 GMT | 2 |
I need to connect to a Web Service with VS2008Pro using VB. Because the access has changed from a general password for all users into a Kerberos/Spengo authentification I looked around for some code. Many of the examples use an object type called "DirectoryEntry" which
|