| Thread | Last Post | Replies |
|
| Help with WebRequest Authentication | 21 Sep 2005 20:13 GMT | 1 |
Hello friends I'm developing a app o send xml data to a web server using HTTP POST.To do that Im using the WebRequest VB class. I can send the data sucessfully to the web server, using:
|
| .Net Icons | 21 Sep 2005 20:11 GMT | 4 |
Anybody have any idea where all the standard free icons in .net are at? In the good old days, MS provided hundereds of standard icons in there programming tools. Now I can't find any? Thanks
|
| Get associated Icon based on file type not actual file | 21 Sep 2005 19:03 GMT | 5 |
I am building this SQL Server database app in which i can store files. In order to display files I want to have the app show the associated icon for the extension of the file that is in the database. Therefore the file doesnt really exist on the user's hard drive. All the file ...
|
| how to define a constant in VB | 21 Sep 2005 19:01 GMT | 2 |
I would like to know how to define a constant in VB.NET. i've tried #CONST strMyString = 1001 in my code laster, i use this constant, but VB.NET is telling me that it can not be converted due to my "Explicit Off" option. I tried to convert it in long, but nothing change...
|
| Active Directory Objects | 21 Sep 2005 18:59 GMT | 1 |
Hello NG, I'm new in programming VB.NET and I'll create a Project to read and change Active Directory Users, Groups, and Organisational Units. I test with VisualStudio 2003 but wenn i access Users with System.DirectoryServices.DirectoryEntry I get an error when I make objUser ...
|
| Optimized Binding (Newbie Question) | 21 Sep 2005 18:57 GMT | 2 |
I will be creating multiple forms where the controls will bind to fields from a table that is quite large. I can get it to work by filling a dataset with the statement: SELECT * FROM table-name
|
| MaxValue | 21 Sep 2005 18:39 GMT | 9 |
How can I pls get the maxvalue and the minvalue in a specific colunm in a dataset or datareader. thanks
|
| Saving to Registry after upgrade | 21 Sep 2005 17:45 GMT | 3 |
Hey folks I'm upgrading an existing application from VB6 to VB.Net It's a slow painful process, and there isn't time to rewrite it. I'm using RegCreateKeyEx(...) to save some data to the registry.
|
| Designtime Support with Custom Component | 21 Sep 2005 17:09 GMT | 2 |
I have created a custom component and one of its properties is a class object with it's own properties. During runtime, I can assign values to the class object properties just fine. However, when attempting to assing default values as designtime in the propertygrid, nothing is ...
|
| Data Adapter - Separate calls to Db? | 21 Sep 2005 16:53 GMT | 2 |
Up to this point, I have avoided using the Data Adapter to do my updates back to the database. I found it more straight forward to build my own SQL statements, and just execute them directly. I'm starting to see the light and have some good reasons I may start using
|
| TreeViewNode ToolTip | 21 Sep 2005 16:29 GMT | 4 |
is it possible to assign a tooltip to a .NET treeview node? Thank you for your time. Boni
|
| crazy DLL resources | 21 Sep 2005 16:17 GMT | 1 |
I'm still with my problem of string resource to load from a C++ DLL. Here is my code : in my module i have the function for loading DLL and sending back a string to main form. where MyForm is the reference to my main form and MyLanguage is in fact, the file name of my DLL to load.. ...
|
| Help with DataAdapter Fill and Binding | 21 Sep 2005 15:44 GMT | 2 |
I need help in understanding the DataAdapter Fill method and how it relates to the binding to controls on a form. I have a table called tbl_CID_XRef on SQL Server. I have written as a test the simple code below:
|
| Question about Windows Service | 21 Sep 2005 15:30 GMT | 1 |
I am on the way to program a Windows Service. Now I like to make my service perform a check each 5 minutes. Is there something special I can do? Should I use a timer with event handler or is there something available from the service itself to perform the check
|
| How to make a bitmap image from a string | 21 Sep 2005 15:19 GMT | 2 |
My application does and HTTP transaction with a web service provider that returns an XML document to me that includes a big bag 'o' bytes that is supposed to be a bitmap (a GIF or a PNG, my choice) of a label to print.
|