| Thread | Last Post | Replies |
|
| Installation Issue - Framework and IE | 20 Oct 2004 06:59 GMT | 1 |
I have a VB.NET app that I have creates an installation for. It includes the framework bootstrap but the issue is if the target PC does not have the required version of IE. The PCs being installed to may be remote with no internet access or simple means to get a newer version if ...
|
| Cannot find keycodev2.dll | 20 Oct 2004 06:11 GMT | 2 |
I developed and created setup wizards in xp professional version of windwos. I am able to install application in windows 2000 professonal version. When i try to run application i am getting keycodev2.dll cannot find or invalid key. I am using crystal report in my application.
|
| TypeOf Problem, why doesn't this work? | 20 Oct 2004 06:00 GMT | 1 |
Ok, I have three classes (The example here is extremely simplified to illustrate the problem) like this: Public Class A Public Sub DoSomething(ByVal myClass)
|
| Object reference not set to an instance of an object. | 20 Oct 2004 05:57 GMT | 4 |
The code below is what I am getting this error message from, can anyone see why? <WebMethod()> Public Function PickOnePatientFiles(ByVal name As String) As DataSet
|
| Working with proprietary image formats ... | 20 Oct 2004 05:26 GMT | 8 |
Recently I created a thread about trying to load a particular ICON image that GDI plus could not load. I realized that GDI plus definitely does not support it because it had a certain resolution that is not in any of its built in format libraries. So my question is this, how ...
|
| PROBLEM: ComboBox control drawn larger than defined | 20 Oct 2004 04:08 GMT | 2 |
I have strange issue where my form is being drawn the right size, but the ComboBox controls are being drawn larger than they are supposed to be. An example would be a ComboBox whose size is set to 232 x 21 is drawn as 293 x 24. Also, two buttons on the form end up outside of the ...
|
| Question about Validation controls | 20 Oct 2004 03:23 GMT | 1 |
I have a Web Form which has 2 text boxes: txtStartNo and txtEndNo. I ant to make sure: (1) Both txtStartNo and txtEndNo are entered by users (2) Both values entered are integers and greater than 0
|
| HTML Page in VB Application | 20 Oct 2004 03:15 GMT | 2 |
I have a series of web pages and wish to allow the user to view the pages from a CD. Is there a .net control that will allow me to host a web page within a basic window?
|
| reflection | 20 Oct 2004 01:13 GMT | 3 |
I have an object and I want to reference one of it's properties at run-time. Normally if I Knew the property I would write something like: transrow.GroupDescription = "test data". but if I had a string variable with the value "GroupDescription" How would
|
| Using Type Class | 20 Oct 2004 00:11 GMT | 16 |
I have a class named "myclass" and an arraylist containing elements of type "MyClass". I want to get the value of a property of "MyClass" (a string type) for one of the arraylist elements. I can get this using:
|
| Timer question | 19 Oct 2004 22:11 GMT | 8 |
I need to do a task at 3pm everyday. How do I set up the timer so that the timer procedure executes at 3pm everyday? Is there any other solution other than using a timer? Thanks.
|
| print the contents of a Panel | 19 Oct 2004 21:57 GMT | 1 |
In my VB .NET application I have filled up a Windows.Forms Panel component with some barbodes and various text labels. I cannot figure out how to print this though. I've tried looking at the PrintDocument component but I can't figure out what needs to get sent to the
|
| Automate FTP download/delete | 19 Oct 2004 20:20 GMT | 2 |
Here is what I am hoping to accomplish: 1. Connect to FTP server - I can do this. 2. Download file contained in the directory that I connect to. 3. Delete file contained on the ftp server.
|
| System.DirectoryServices Namespace ??? | 19 Oct 2004 20:14 GMT | 1 |
Is it possible and if so, can someone point me to an example, to via VB.Net code pass the User name and password to login to Active Directory Securty domain? for example the user is at home with a program and wants to login to an
|
| Using sub with byref Param or Function return value | 19 Oct 2004 20:11 GMT | 5 |
Hi! I'm maybe from old school but, for me, whebn it's time to call a method from DCOM, remoting or web service returning a string or anything else I use a function. It's more verbose. In my new company, much of my coworker works with Public sub ( byval Itemx
|