| Subject | Date Asked | Expert |
|
| Please help me | 4/19/2006 | Brandon Drake |
Q: I want to close a main window. For exemple: with shell command i can open a aplication (dyna2d), and ... A: Vicente, If you are using the shell method right now you could switch to using a Process to start ...
|
| Multithreading in Vb.net | 4/19/2006 | Syed Rizwan Muhammad Rizvi |
Q: I have an OCX build using VB6. The control has a public start function, which when called will count ... A: 1. Re-Write the VB6 Component in VB.Net while implementing multi threading. 2. Write a wrapper ...
|
| Save image created by CreateGraphics into file | 4/13/2006 | Brandon Drake |
Q: Good day, I have a panel on the form. The panel is too large to be whole on the form, so I have ... A: Pepa, I think that you want to use the BackgroundImage property of the panel to make your graphics ...
|
| Creating a multiple choice questionnaire in VB.NET | 4/12/2006 | Brandon Drake |
Q: I'm building a program that allows a user to select an answer from five radio buttons. I need to use ... A: Jahed, I think what you want is some code that can increment the number in a label every time a ...
|
| Object-Orientation in VB.NET | 3/28/2006 | Brandon Drake |
Q: I have got a program where I should extensively implement object-oriented features of the vb.net. I ... A: Andrew, It would be nice if you could go to the room class and get the tenants in that room. ...
|
| help | 3/28/2006 | Syed Rizwan Muhammad Rizvi |
Q: i want to know that If visual basic.net is a language designed only for making websites? If no then ... A: A general answer to all your questions is Yes, You can do anything with VB.Net that u want specially ...
|
| datagridview and listview | 3/26/2006 | Syed Rizwan Muhammad Rizvi |
Q: Dhruv, I am using VB.NET 2005 with SQL Server 2005 as the database. I just migrated to .NET from ... A: 1. Load Data into a DataSet 2. Set DataView1.DataSource Property equal to DataSet In reality there ...
|
| .NET package | 3/16/2006 | Brandon Drake |
Q: I m in USA.And i m willing to learn .NET i have 1 year exp in VB,But the thing is the entire CD of ... A: Ramya, There is a new version of VB.net out that you can download for free. The version is not ...
|
| Program Mathematics in VB.NET | 3/9/2006 | Brandon Drake |
Q: What would be the statement, or syntax to calculate the output for an initial value, example:The ... A: Where you put the calculation, depends on what you want to do. If you want to calculate the down ...
|
| vb.net | 3/1/2006 | Brandon Drake |
Q: is it possible to add a password to a normal windows folder using vb.net? what im trying to do is to ... A: Hyder, In the new version of Visual Basic (Visual Basic.Net 2005), which you can download for free, ...
|
| Project Deployement | 2/25/2006 | Brandon Drake |
Q: Sir, I have developed a Project using VB.net and I have already deployed It. Now, I want that, ... A: Somu, If you are using the installer program provided by Visual Basic it may be a little difficult. ...
|
| Parsing a variable length string | 2/20/2006 | Brandon Drake |
Q: How do I extract a variable length string between point A and point B, in a text file? A: Ian, You can use the code below to get a string between the points A and B: Dim Input As ...
|
| Concatenating graphic files | 2/16/2006 | Brandon Drake |
Q: I would want please like to do the following: I have picture images in fragments of a particular ... A: Gerald, If you have two images "img1" and "img2" you could use the code I wrote below to combine ...
|
| Automation | 2/15/2006 | Brandon Drake |
Q: How can I read the data in a TEXT file and Process the Commands in it ? A: GSM, There are probably more than 5 different ways to read information from a file. You would want ...
|
| how to move... | 2/13/2006 | Brandon Drake |
Q: how can i move a form with the property set to FormBorderStyle None A: Mohamed, As far as I know there is no way that a user of your program can move a Form when the ...
|
| vb.net | 2/12/2006 | Brandon Drake |
Q: Im a beginner in vb programming and im trying to build a chat programm in vb.net I just want help ... A: hyder, I don't think you will find a book that is just on chat programs but I found some websites ...
|
| Learning Visual Basic 2005 and I have ... | 2/10/2006 | Brandon Drake |
Q: I am starting programming with Visual Basic 2005. I have been doing the samples from a book and so ... A: Something is obviously going wrong with "Label1". In the error message VB is telling you that it ...
|
| arraylist | 2/6/2006 | Brandon Drake |
Q: ive been using Java for a few years now and have used a vector in this language as a reliable ... A: Paul, I have never programmed in Java, but by the name "vector" I am guessing you just want ...
|
| How to create a MPEG2 File | 2/1/2006 | Brandon Drake |
Q: I am trying towrite a piece of software that takes still images and makes a mpg movie that i can ... A: Neil, Since I do not know the MPEG format I will have to give you some sites that may help. I ...
|
| Declaration help | 1/30/2006 | Brandon Drake |
Q: when i add the Dll file is VB calling the file or adding it. By doing it will the size of the ... A: Mohamed, When you add the reference to the DLL, the DLL file will not be built into the Executable ...
|
| Declaration help | 1/28/2006 | Brandon Drake |
Q: i made a simple DLL file with the following code: Public Class Class1 Public Sub msghello() ... A: Mohamed, First, I'll tell you how I would make a DLL in case you did it incorrectly (but by the ...
|
| Progress bar... | 1/24/2006 | Brandon Drake |
Q: well i would like to make a progress bar like the progress bar dialog which comes when we copy a ... A: Mohamed, If you want to have a progress bar that looks like the one from the copy dialog (with the ...
|
| Progress bar... | 1/23/2006 | Brandon Drake |
Q: i inserted a progress bar and a button, when i press the button a file is copied to another ... A: Mohamed, If you are using IO.File.Copy() then I don't think there is a way to update the progress ...
|
| trace source code | 1/23/2006 | Brandon Drake |
Q: F11 is used to trace source code right? but why is it everytime i press F11, it will stop at ... A: Callisto, First, go to the menu Tools->Options. On the left of the dialog that pops up there will ...
|
| Textbox help | 1/19/2006 | Brandon Drake |
Q: in vb.net how can we highlight a seperate text in a sentence in a RTF box. for example; there are 2 ... A: Mohamed, The code that you will need is written below this paragraph. Make sure that before you ...
|
| why cant i use System.Diagnostics.Process.Kill,... | 1/19/2006 | Brandon Drake |
Q: why cant i use System.Diagnostics.Process.Kill, it appears in the MSDN library help, but i cant use ... A: Mohamed Saeed, I was able to use "System.Diagnostics.Process.GetCurrentProcess.Kill()" successfully ...
|
| Hello there, I have been learning... | 1/15/2006 | Brandon Drake |
Q: I have been learning VB .net for past few weeks. I want to know how to call windows API and the ... A: Mohamed Saeed, I found a website that has information on calling the windows API since it has ...
|
| Event handler | 1/4/2006 | Brandon Drake |
Q: In a VB.NET application, a Sub receives a Combobox control as a parameter. The Sub needs to save in ... A: Rick, I don't know if there is a way to store an event handler in a variable, but I think you would ...
|
| so which visual basic is best | 12/28/2005 | Brandon Drake |
Q: just wondering with all these visual basic coming up, which one is the best by far? coz im thinking ... A: led mendoza, There is a 2005 version of Visual Basic that I think you can download for free. It ...
|
| VB | 12/26/2005 | Brandon Drake |
Q: What language is VB written in A: Xirtam, I wish I knew. It could be written in Assembly but that would be very difficult, so my ...
|
| VB.net datagrid editting problem | 12/22/2005 | Brandon Drake |
Q: hello ; would you please help me on: i put a datagrid on web page ,make a table in memory by ... A: masoody, I do not work with DataGrids or databases too often but I think I have solved your ...
|
| free eBooks on VB.NET | 12/19/2005 | Brandon Drake |
Q: Where can I get free eBooks on VB.NET to download? A: Dr John Ojo, I couldn't find any free eBooks on VB.net so I would recommend a tutorial instead. I ...
|
| Print File (on paper) | 12/3/2005 | Brandon Drake |
Q: my problem is , i have a reports generated by my programe and i want to print it by printer . How i ... A: Abedalhade, I found a website for you that has an example of printing a file: ...
|
| Graphics Object in VB.NET | 12/1/2005 | Brandon Drake |
Q: I'm having some trouble with my graphics flashing when being re-drawn. Is there a way that I can ... A: Alex Norton, I looked at some old code of mine that used graphics and I believe that I used the ...
|
| File Transfer!!HELP!!! | 11/29/2005 | Brandon Drake |
Q: Im working on a project, its goal is to name all the files within a small business to a standard ... A: Obed, The main thing that you need to know is the file format. If the customer numbers always ...
|
| adding data value for tree view | 11/29/2005 | Brandon Drake |
Q: here is the code that i downloaded from internet, it control the tree view via a text file ... A: Kenneth, There are three things that you will have to do. 1) get the executable's name from your ...
|
| Game Multiplayer | 11/11/2005 | Brandon Drake |
Q: I have, obviously, written a game in vb.net. However, it was my intention that this game be played ... A: Iain, I have never done this myself, so I searched the internet and found some information that ...
|
| VB.Net | 11/9/2005 | Brandon Drake |
Q: i want to khow how i can search a record from database? A: Davood, I do not work much with databases but I think I have your solution. Once you have a ...
|
| Exe_creating setup | 10/27/2005 | Brandon Drake |
Q: As you said I am going to create a setup project in visual basic. please help me.Is there any way to ... A: Moshtagh, In order to create a Setup project: 1. Open the project that you want to create a setup ...
|
| Exe | 10/26/2005 | Brandon Drake |
Q: Is there any way to make exe files(created with vb.net) functional without needing to install .net ... A: Moshtagh, I searched the internet for a solution and the only thing I found was a product called ...
|