| Thread | Last Post | Replies |
|
| Mainmenu white | 25 Sep 2005 14:02 GMT | 3 |
i just want to have mainmenu Backcolor white... someone could help pls
|
| Unload a dll called via assembly | 25 Sep 2005 13:56 GMT | 1 |
i´m working on an application that loads different modules (dll files) via an assembly. I check the build version in that dll file and if a newer version exists, i want to update the file. There´s only one problem: once loaded
|
| Data Grid Column Titles | 25 Sep 2005 12:09 GMT | 1 |
What is the best way of setting non-default column titles on a bound data grid?
|
| SDI under VB.NET | 25 Sep 2005 12:03 GMT | 1 |
under VC++.NET we have the possibility to make a SDI application, by loading in the client area (of the main form), another form. I do not know if we can do the same in VB.NET or if i have to use MDI and to "make up" application in such way. Does someone know it ? thanks a lot,
|
| Combobox | 25 Sep 2005 10:21 GMT | 6 |
I'm using this code to display the selected item in msgbox Dim ob As Object ob = cmbCategory.SelectedItem MsgBox(ob.ToString())
|
| Fax Broadcasting | 25 Sep 2005 09:24 GMT | 1 |
We send so many faxes every day. So the best thing is to write something which can automate this process. There are services who charge like 6 or 7 cents per page and can send thousands of fax in minutes. I wonder how do they do it? I would like
|
| Resizeing af tif-file | 25 Sep 2005 01:05 GMT | 3 |
Hi.. How can i resize an image from a tif-file? And save it to a new file?
|
| Accessing a forms textbox control from a second form and Vis versa | 25 Sep 2005 00:50 GMT | 3 |
I am reading the book Teach Yourself Microsoft Visual Basic .Net 2003 in 21 Days. I am having trouble getting one of the exercises to work at the end of day 4. Exercises:
|
| simple connect | 24 Sep 2005 20:54 GMT | 2 |
hey, i was wondering if 1) anyone could tell me whats wrong with my code, i did a little fixing to the msdn version fo this, or 2) how to make a simple program that will connect and listen for connections async. if the user pushes the selected buttons.
|
| Line number in a release version | 24 Sep 2005 20:29 GMT | 4 |
Is there a way of detecting the line number of the error in a release version? When I look at the stack it shows the file and the procedure, but not the line number. Thank you,
|
| facing probs. to make application compatible with different Window | 24 Sep 2005 20:07 GMT | 1 |
During my development i used .Net framework 1.1 with Office com component 9.0 (ie Word (.0 and Excel 9.0) object library and my application and my development system has windows XP installed. when i install my application on XP based system it's working fine but in
|
| form stacking and visibility using transparency | 24 Sep 2005 19:17 GMT | 1 |
How do I control the layering of 4 forms of identical size and position to cause the desired form to be second from the top.. Form1 has my welcome screen etc.and the code for file manipulations etc. etc Form2 has a foreground image of a decorative picture frame (,png image) with
|
| Panel and OnEnabledChanged Method | 24 Sep 2005 17:55 GMT | 1 |
I have a control which inheirits from "Panel Control Class". I am trying to use the OnEnabledChanged Protected method as follows: Protected Overrides sub OnEnabledChanged (e as system.eventargs) end sub
|
| Replacing text in a String | 24 Sep 2005 17:48 GMT | 3 |
I am a beginner programmer in VB and need help. If I have a string with a return, how do I exchange the return with a return and tab? Currently I am entering a string with EnterKeyBehavior enabled so I get text and returns within the text string. However, I need to replace the ...
|
| Lines crossing | 24 Sep 2005 16:59 GMT | 2 |
I'm drawing points and lines in a picturebox control in visual basic .Net, and i need to know the point() where those lines "cross" each other. That would be easy if the lines where only vertical and horizontal because i could try to find the pixels that would be used between two ...
|