| Thread | Last Post | Replies |
|
| Save content of picturebox? | 19 Oct 2004 20:06 GMT | 1 |
I use drawline and drawstring to create something in a picturebox and want to save the content of that picturebox as a bitmap, is that possible and how? Thank.
|
| OOP Question - Inheritance & Interfaces/MustOverride | 19 Oct 2004 20:00 GMT | 7 |
I've got a good question about object-oriented programming, I hope I can explain it well enough. I'm creating a UserManager, which I'm going to inherit from so different applications can share common methods. Public MustInherit Class UserManager Public MustOverride Sub ...
|
| Fort Lauderdale | 19 Oct 2004 19:14 GMT | 4 |
Are there any VB.NET or similar computer user groups in Fort Lauderdale? I am new to the city and would like to meet other people who program. Thanks, Josh
|
| Play Wav File In vb.net | 19 Oct 2004 18:56 GMT | 2 |
how can i play a simple wav file? do vb.net has a Multimedia Control to do this?
|
| Rich text file | 19 Oct 2004 18:47 GMT | 3 |
Any one help me, How to Create RTF(Rich Text Format files) Files in VB.Net If any one know then Please send me Source code or Any related links
|
| another McAffee problem? | 19 Oct 2004 18:22 GMT | 1 |
Has anyone else experienced this? VB.NET solution under sourcesafe control, all code on a network share. all works fine until McAffee installed, and then two intermittent problems occur
|
| TextBox Help | 19 Oct 2004 18:00 GMT | 1 |
i have a TextBox, MultiLine=True: 1) Can i append Lines Of text - each in a different color? 2) i set RightToLeft=True, but when i use AppendText it appends to the left - WHY?
|
| Uploading to a web server | 19 Oct 2004 17:55 GMT | 3 |
I am trying to upload a file to an webserver, but I get a method not allowed error from the server. Im doing something like: Dim wc1 As New WebClient() Dim response As Byte() = wc1.UploadFile(uriString, "POST", fileName)
|
| Datagrid | 19 Oct 2004 17:52 GMT | 2 |
I have a data grid that I want to reuse in a Windows form. When I load in a new set of data, it stores the new data correctly. But it still shows the old data on the form.
|
| Imperonate user | 19 Oct 2004 17:49 GMT | 1 |
I have read examples of impersonating a user but they show only valid for Windows XP. I am trying to create an application that will transfer files from a desktop to a server (our desktops are running 2K). The problem is that the server needs to be logged into as the
|
| send data to parrent form | 19 Oct 2004 17:22 GMT | 4 |
i have a parrent form, form1 and i child form, form2 when i press a button in form2, tha data of the text1 of form2 must be places in text1 of form1
|
| SQL statements | 19 Oct 2004 17:19 GMT | 1 |
I need to create a DHTML page to access an Access database. I am using an SQL statement int the DataEnvironment that requires 2 parameters. TextField1 is the input for StartDate parameter, and TextField2 is the input for EndDate parameter. The code I use before calling the SQL ...
|
| Array vs arraylist variable scope | 19 Oct 2004 17:16 GMT | 4 |
I run into this situation all the time and I'm wondering what is the most efficient way to handle this issue: I'll be pulling data out of a data source and want to load the data into an array so that I can preform complicated operations against
|
| Integer Do's And Don'ts | 19 Oct 2004 17:01 GMT | 61 |
When declaring an integer, you can specify the size by using int16, int32, or int64, with plain integer being int32. Is integer the accepted default in the programming community? If so, is there a way to remove the ones with size predefined from the
|
| Hide Columns in Datagrid | 19 Oct 2004 16:41 GMT | 5 |
Ok, they have changed a lot of stuff in VB.net. How in the world do you hide a column on the Datagrid?
 Signature Jason
|