| Thread | Last Post | Replies |
|
| Transfering objects between two machines(VB.NET) | 19 Mar 2006 21:34 GMT | 1 |
How to send object instances throgh network to another computer? My exact requirement : I want to send messages among chat server and chat clients(may be on remote machine). I want to store data in fields of a object and then
|
| Help with Web proxy server needed...... | 19 Mar 2006 21:27 GMT | 1 |
I want to write a custom web proxy server using VB.Net 2.0 to allow the end user to filter out images or "adult content" or objectionable words and even ads. But, I have a couple of questions and would very much appreciate any help
|
| Bitmaps (Word) | 19 Mar 2006 20:53 GMT | 6 |
I am developing a VB.net tool that requires editing to be done. I would like to use the same standard bitmaps for my command buttons as MS Word uses. Are these available anywhere?
|
| Web | 19 Mar 2006 17:08 GMT | 1 |
Could anyone know which is best web hosting site for asp.net and out side compenents.
|
| exe/dll as scheduled task | 19 Mar 2006 10:45 GMT | 9 |
I want to write a .Net solution that I would like to run as a scheduled task in windows. I am not going to need any user interface. What I don't understand is what kind of project I need to create in Visual Studio for this solution. Is it Console App, Windows App, Class ...
|
| Object Arrays on Forms | 19 Mar 2006 08:26 GMT | 3 |
Hiya All I would like help please on how to create an array of objects programmatically on a form. I have a component called "CrosswordBlock" and would like to create multiple
|
| Using C# custom actions with wix | 19 Mar 2006 00:11 GMT | 2 |
Has anyone tried doing this? I am having trouble getting the installer package to run with custom actions written in C#. When I run the installer package it throws a 'BadImagaeFormat' exception and says the format of the dll file is invalid. Any help would be appreciated.
|
| Updating a property of an Object within a collection of Objects | 18 Mar 2006 23:10 GMT | 5 |
Is there any way to do this without removing the object and then re-adding it with the updated property. Public Structure Blob Public f1 as String
|
| Reading mails from c# | 18 Mar 2006 17:01 GMT | 2 |
Can any once suggest me how i can read inbox mails from C#. Does .NET support any component or do i need to use the Mapi interop. Thanks... GSK.
|
| System.Windows.Forms.Form.Update() | 18 Mar 2006 16:48 GMT | 1 |
This method not work. System.Windows.Forms.Form.Refresh() work good. Microsoft.Net Framework 1.1. _
|
| VS 2005 bug -- web app frozen until mouse is moved... | 18 Mar 2006 15:39 GMT | 1 |
I've discovered an interesting potential bug, when I run (debug/compile) my web applicaiton -- if I do NOT move the mouse VS 2005 seems to be unresponsive, but as soon as I move the mouse my web application comes up - so far this is just when debugging.
|
| How to change src of Edit button inside EditCommandColumn | 18 Mar 2006 12:06 GMT | 4 |
I want to change the "scr" like src='images/Edit.ICO' to src='images/XYZ.ICO' dynamically based on some condition. My EditCommandColumn: <asp:EditCommandColumn ButtonType="LinkButton" UpdateText="<img alt='Save'
|
| Exporting images to word, excel and pdf | 18 Mar 2006 10:02 GMT | 2 |
I have aspx page which contains some gif, jpg and png images. PNG image is generated dynamically. This file is basically a graph image. The problem i am facing in exporting these images to word, excel and pdf. Is there anyway to export these images in ASP.NET
|
| .net won't execute sql command | 18 Mar 2006 09:18 GMT | 2 |
is there any reason why a sql command will execute in sql server and not in Vb.Net? It takes about 1.5 minutes to execute.. Would the timeout have anything to do with it? If so how do I increase it?
|
| DataGrid onItemCommand problem | 18 Mar 2006 08:41 GMT | 2 |
<asp:DataGrid ID="dg1" AllowPaging="True" AllowSorting="True" AlternatingItemStyle-BackColor="#ccccff" AlternatingItemStyle-Font-Name="arial" AlternatingItemStyle-ForeColor="#333366" CellPadding="3"
|