| Thread | Last Post | Replies |
|
| vbc.exe | 29 Oct 2004 13:48 GMT | 1 |
I try to create a batch file to automate the compilation of my project. I have some problems with the "/resource: <resources_list>" option of the vb compiler. It seems that it does not accept more than two resources. Specifying more than two resources as <resources_list> I get the ...
|
| Display csv data in VB.net | 29 Oct 2004 12:35 GMT | 4 |
I have a program that creates out put in the form of a CSV.. Basically a text file with entries that look like this 1,2,3,4 Is there a control or way that I could display the information in a nice table format directly on my VB form, without having to have Excel open a
|
| How to programatically generate number in DomainUpDown control | 29 Oct 2004 12:28 GMT | 1 |
I used a domainUpDown control to populate number starts from 0 increasing by a step of 10. I want to know how to generate the value (integer) programatically, i.e., when clciking or pressing on up/down key, showing the next value.
|
| Sort error on datagrid column name | 29 Oct 2004 12:07 GMT | 2 |
In VB .NET I load the contents of an Excel or comma seperated values file into a dataGrid (via a datatable). One of the columns has a comma in the name of the column. So for the comma separated values files I put double quotes are the column name. What I see is that the name ...
|
| Problem using component AxSHDocVw.AxWebBrowser.?? | 29 Oct 2004 12:04 GMT | 1 |
i was using component AxSHDocVw.AxWebBrowser,,but i rather confuces because when i write AxWebBrowser1.Document. the next option is Gettype function,,,nothing else......
|
| How to search files for text string most efficiently? | 29 Oct 2004 11:21 GMT | 5 |
I am working on a small windows application for a client, and as one of the functions they want a search that will let them enter a search string, then search a directory for all flies that contain that search string AND display the lines that contain the search string.
|
| Progress bar bars are not showing | 29 Oct 2004 09:23 GMT | 2 |
I have a problem with my progress bar, as shown in the attached code, the values on the bar are incremented within a threaded timer event. The timer works fine and ticks all the way through. However when you Add a new status bar to the form with a Progress bar and then ...
|
| No Data from Crystal Report | 29 Oct 2004 09:15 GMT | 2 |
I am trying to do my first Crystal Report with the bundled version of VB.Net version 2003. I am familiar with creating reports in Crystal version 9...so I though it would be a piece of cake. I cannot get any data to display with the report. I am using
|
| Remove duplicates in listview in VB.NET | 29 Oct 2004 09:09 GMT | 2 |
I have an application with listview.When i click on one button the data will be displayed like this in the listview: colA colB colC
|
| VB.NET: Using String to compare with the Combo Box | 29 Oct 2004 08:51 GMT | 2 |
Hi... Say i have this string call "data" in Form1, this string contains number "5" value.... how do i pass this string to the Form2 and compare with the combo box
|
| What's the difference between Debug and Release? | 29 Oct 2004 05:15 GMT | 3 |
Since I need to dotfuscate my exe file anyway, does it make any difference if I use Debug or Release versions. Would a Debug version be easier to decompile/study/reverse engineer than a Release version, both having been dotfuscated by the standard
|
| Mouse Wheel Event Issue | 29 Oct 2004 03:48 GMT | 4 |
I am trying to use the mouse wheel event on a numeric input box to allow the use to scroll to inc/dec the value by 1. The issue I am having is that the delta value returned seems to be off. From my understanding the delta is the number of detents the mouse has moved. The ...
|
| Looping question | 29 Oct 2004 03:44 GMT | 1 |
I am using AxSHDocVw.AxWebBrowser in my WinForms app. I have an array of URLs as string I use the following loop to navigate to these URLs and then in DocumentComplete Event of AxWebBrowser I proccess the opened page.
|
| DataGrid... | 29 Oct 2004 03:42 GMT | 1 |
How do i make sure the last column in my datagrid fits to the exact width of the grid... Thanks VJ
|
| Inheritance question | 29 Oct 2004 03:40 GMT | 2 |
Question about inheritance in VB.Net I know how inheritance works. But do i have to put all the inherited classes/files in the same directory as the class/file which inherits is in??
|