| Thread | Last Post | Replies |
|
| #define in VB .net? | 27 Sep 2005 18:58 GMT | 8 |
I would like to find a way to use a pre-processor directive like the #define in C++. It seems like the #const in VB can only be used within other # statements but not outside. The problem is that I want to set a variable at the very top of the
|
| Strange Enum Properties | 27 Sep 2005 18:56 GMT | 2 |
When I make an enumeration, the various values are accessed by <enum_name>.<option1>. I noticed that each option has properties that return any of the options in the enumeration, as can easily seen by listing the members (typing a . after the expression). This way, you
|
| VB.NET using inline sql | 27 Sep 2005 16:55 GMT | 4 |
I have the following questions about VB.NET interfacing with sql server 2000: 1. I have heard that VB.NET can run with inline SQL. Can you show me how to use inline sql to access a sql server 2000 database?
|
| Help setting project dependencies -- why is everything grey? | 27 Sep 2005 16:42 GMT | 2 |
I have a solution with 5 projects and I need them to build in a particular order. I understand that setting the project dependencies will allow this, but when I go to the Project Dependencies dialog, the "Depends on" checkboxes are grayed out. Is there something else required ...
|
| Help: simple resizing gif - why is it so hard... | 27 Sep 2005 16:11 GMT | 1 |
Using asp.net (vb) and I dont want to use active X controls - just server side code. I have uploaded a gif file but I want to resample it to a smaller size like 100 by 100 and save it to a file - simple ? right ?
|
| What's a fast way of doing millions of SQL queries | 27 Sep 2005 15:43 GMT | 4 |
I have a job where it will involve checking large volumes of addresses against a master address table. The master address table contains approx 1.7 million addresses. The files (normally CSV) I must check against will contain anything
|
| I want to bind a runtime-generated dataset to a crystal report. HELP!!! | 27 Sep 2005 15:30 GMT | 3 |
Hi! It's been about 2 weeks I'm stucked on this. I have a dataset that I generate at runtime. Then, I want to print the records contained in the dataset. I just don't know how to bind the dataset field to the report field. Please I really need help for this, I looked all over ...
|
| Deploying an Application with Crystal Reports Support | 27 Sep 2005 15:22 GMT | 1 |
I have a VB.NET 2003 application which is using the built-in Crystal Reports control for viewing an .RPT file. The .RPT files reside on the server, and the data pulled by these reports is in a SQL Server database. On any client PC, I can create an ODBC connection to the SQL ...
|
| Too many wm_AppActivates spoil the Application ... | 27 Sep 2005 14:27 GMT | 4 |
I've written my own replacement for MsgBox, that I do all kinds of wierd things with. So far, it's done everything I need it to. Until now ... I'm trying to use it in an application that is "sensitive" to the
|
| Posting XML Files to a Java web service | 27 Sep 2005 13:59 GMT | 2 |
I've written a VB.Net app that creates XML files based on an Access database. I need to find a way to post each one of the XML files to a Java-based web service that requires basic http authentication (this was written by another company). I found lots of examples of passing ...
|
| How do I press a command button in code? | 27 Sep 2005 13:29 GMT | 13 |
In VB6 all you needed to do was set the name of the command button to True like: cmdGo = True but this does not work in vb.net
|
| Inherits Collection | 27 Sep 2005 13:26 GMT | 7 |
Can I Inherits GridColumnStylesCollection if yes, and how to write it ? Thanks
|
| Help with startup form..... | 27 Sep 2005 11:55 GMT | 4 |
I'm using VB.Net 2005 beta 2 and have my login form (login.vb) specified as the startup form. If the user is successful logging in, I call my main form (main.vb). This all works fine but the problem is that the login form stays open. I put a me.close (in the login form) after ...
|
| Is here any fast method let me type properties more fast? | 27 Sep 2005 11:50 GMT | 2 |
I am always to write clases which has properties, is here any best tools or method let me typing properties codes more fast?
|
| Invisible tool bar button problem | 27 Sep 2005 11:46 GMT | 1 |
We have purchased a bunch of icons for use on the tool bar. I can see them when in design mode but as I soon as i run they go blank. Any ideas? Thanks Jack Russell
|