| Thread | Last Post | Replies |
|
| VB.NET COM DLL form a VBScript | 12 May 2008 11:37 GMT | 5 |
Hi to all! I created a VB.Net COM DLL which I can use in VBScript. I followed the steps in the following article: http://msdn2.microsoft.com/en-us/library/x66s8zcd(VS.71).aspx
|
| Is there anything vb.net cannot handle? | 12 May 2008 11:35 GMT | 2 |
Are all the .net languages the same in their capabilities or should we stick to c++ for the really sticky problems? Is it the language or the underlying .net framework that is important? K.
|
| Good installation programs???? | 12 May 2008 10:27 GMT | 6 |
I am having to many problems with the clickonce/publish tool that comes with vs2008. I would like to find a good installation tool, such as wise or install shield thats good for winform apps (sql expresss, crystal reports and plenty
|
| Setting default font in RichTextBox | 12 May 2008 08:53 GMT | 1 |
i have problems to set a default font of an own RichTextBox-Class. 1. I create a own class inhertied RichTextBox 2. Into the constructor I try to set the default font like me.Font = new Font( ...) or
|
| threading using for..next | 12 May 2008 04:36 GMT | 8 |
I have some intensive number crunching code that I want to break up into threads so PCs with several processors can do the job quicker. I have a loop that will go from say 1 to 10, and for each value, different numbers will be crunched depending on what the value is.
|
| Web Page files | 12 May 2008 00:59 GMT | 5 |
Is it possible to create a text file on a web server? I heard that this may not be possible. Then I heard there is XML files. Basically I want to enter various options on a web page and then read this data remotely from my vb.net program. I can read a text file from a server
|
| How do you programatically set Label Font size | 11 May 2008 23:06 GMT | 5 |
I am trying to set the font size on a Label control. Seems like a simple item but I can't find a way to do it. I can set other properties for a Label like Borderstyle, BackColor, Fontstyle=BOLD etc.
|
| VB2008 Express Edition Problem, "Attempted to read or write protected memory." when using SaveFile dialog | 11 May 2008 16:55 GMT | 6 |
Windows XP SP3 My application is set to open a SaveFile dialog when an exit is requested. When I click the app's close button, the save dialog opens, but when I click to change the folder, the exception occurs
|
| The data area passed to a system call is too small | 11 May 2008 16:15 GMT | 2 |
i am traing to print usisng printer (samsung srp-350) for invoice printing but nothing so far... -----------------------
|
| como saber de que tipo es un archivo? | 11 May 2008 14:00 GMT | 4 |
hola. Quiero saber como hacer para identificar de que tipo es un archivo, como ser: quiero que el usuario seleccione un archivo excel y despues poder verificar que asi es y que no es un archivo que se renombro con
|
| Copying arrays of different bases | 11 May 2008 07:37 GMT | 4 |
I have one array which is base 1 (rather than 0) and I am trying to use array.copy to copy it into a new array. I get the error: Unable to cast object of type 'System.Byte[*]' to type 'System.Byte[]'. I think this is because the new array, by default is base 0. Without
|
| Reading data from a web server | 11 May 2008 07:35 GMT | 7 |
I want to set some switches in say HTML, write the data to a file and then read this file from a vb.et program. What is the best approach? I thought at first maybe an RSS feed would do then I thought this was an overkill since the data was more or less just 4 strings of true or
|
| How to use VB Express to run a program through command prompt interface? | 10 May 2008 22:30 GMT | 3 |
I'm a mechanical engineer new to programming. I was trying to write a program in Visual Basic Express Edition 2005. I want to run a file using an application called madymo601 in command prompt. Normally what I do is to go to Start> Run> and type cmd /k madymo601 c:
|
| Version Number of a an external application | 10 May 2008 18:23 GMT | 2 |
I am using vb.net to launch an external application (.exe); how do I capture this external applications's version number in my vb.net app?
|
| HI | 10 May 2008 17:28 GMT | 3 |
HI EVERY ONE H R U?? I WANT A GOOD TOPIC FOR MY VB PROJECT .. PLZ REPLAY ME ASAP.........
|