| Thread | Last Post | Replies |
|
| datagrid - print | 18 Nov 2004 16:47 GMT | 1 |
i have data on datagrid (unbound - there is no database). i need to create a crystal report for those datagrid values. is it possible? can anyone give me idea how to do this? bala
|
| Can we use app.config with an Excel add-in component? | 18 Nov 2004 16:46 GMT | 1 |
I have built a .NET add-in component for Excel. I have coded everything according to the example at: http://support.microsoft.com/default.aspx?scid=kb;en-us;313405 I don't get any errors, but no values get returned when I invoke:
|
| BindingContext Position problem | 18 Nov 2004 16:40 GMT | 2 |
I have a simple datagrid on a form. I used the wizard to create the form. I have navigation buttons that I made myself.. This is the next button: Me.BindingContext(objSeasonsDS, "Seasons").Position =
|
| Free zip component that supports password unzipping | 18 Nov 2004 16:38 GMT | 3 |
I need to automate a process that opens a zip file that is password protected and moves the contents to another folder, is there a component to interact like this with zip files out there? thanks
|
| Newbie: "OpenFile" control for SQL server | 18 Nov 2004 16:35 GMT | 1 |
Is there an easy way to integrate a control that the user can open and search for the available networks/sql servers? I want something similar to the OpenFile dialog but obviously instead of files you look for servers on a network.
|
| varying return types | 18 Nov 2004 15:29 GMT | 7 |
I want to create a function that returns the first element of the Array that is input to it. However, the Input Array can be an Array of points, double, or anyother type, which means the return type of the function depends on the type of the objects the Input array holds.
|
| Building a PocketPC Deployment Package | 18 Nov 2004 15:20 GMT | 2 |
I am looking for recommendations on the best installation packages everyone likes right now. I have a PocketPC application for which I want to build a install solution. I have tried many trial versions of various products, and have tried using the deployment solution built-in ...
|
| How to save second column values also from listview in VB.NET | 18 Nov 2004 13:28 GMT | 1 |
I have one VB.NET application with the listview control.i saved the contents of one column only when i click on the save button.Now i want to save the contents of second column also,how can i save those contents.
|
| where can i find more information about how to create Custom Control ? | 18 Nov 2004 12:56 GMT | 2 |
Where can i find more information about "How to create Custom Control" ? Tks a Lot ! Ken
|
| Form loses focus (I think) | 18 Nov 2004 12:34 GMT | 2 |
I am using vb to call a succession of Kix scripts, updating a progress bar on screen while doing so. My problem is that the form loads, displays the progress bar, but then blanks out while all the shell commands process.
|
| Binded text fields don't update the database | 18 Nov 2004 11:45 GMT | 2 |
I will post my question to this group too bacause the .data group seems to be rather quiet. I've been playing with VB.NET and ADO for a week now and find the different data handling functions very easy and nice. Anyway, I'm afraid
|
| truncate number of decimals | 18 Nov 2004 11:22 GMT | 2 |
i am using sqrt method and it gives me the result that is upto 16 decimal places but i want the result to be round to only 2 decimal places. Ceiling method only gives the upper bound and floor method truncates all the decimals.
|
| simple chat program | 18 Nov 2004 10:45 GMT | 4 |
Does anyone know where I can find an example chat program in VB.NET? Thanks in advance, Leo Muller
|
| Popup Control | 18 Nov 2004 09:04 GMT | 7 |
I am in the process of developing a control, and will need it to "popup" on the users for on the press of a button ask for some input and then chuck the information back to the form. Does anyone know how I can develop this. Thanks,
|
| how to display a web page (in windows application) from an html string ? | 18 Nov 2004 07:04 GMT | 6 |
i have some html string and i would like to display it like the web browser does. what is the best way to do it ? Best Regards ,
|