Answer Questions
nunuk Function CInches
Hi i was using this code in MS Excel and was working fine but i need to use it in a small application i'm making in Ms visual studio 2005, if any one can help thanx. '\ This function converts a string like 5'-6 1/4" to a decimal number '\ of inches that can be used in calculation. Function CInches(Text_string_containing_values_for____Feet_Inches) '\ These values are used to examine the input string, one character at a time ...Show All
Zakspeed63 ListBox Malfunction
I have two List Boxes in my program. One for Clients objects , the other for Case objects. I load each List Box at startup with Case and Client objects. Here is the odd problem: When I select an entry in the client List Box it displays the client information in text boxes. (For example, text1.text = client.LastName) Everything is also fine when I do the same in the case List Box. However, when I then go back to the client List Box I somet ...Show All
MohammadSamara VB 2005 references problems
Long time C# user and used 2005 since beta 1. Have done some VB class libraries with no problem but the Web IDE is telling me I have references I don't have in my project and don't show up on property pages...Is there a patch for VB 2005 Or am I missing something OK, that explains the problem better. I don't know the answer, but hopefully now someone else will. I think you need to explain further. ...Show All
Ahmedabugh Bid hashtable to datagrid
I have a hashtable with a ticker as the key and a structure as the value comprising (hi, lo, close). I am currently successfully populating the hashtable from an online feed. There is no underlying database. What I cannot figure out is how to bind the hashtable to a datagrid control. Using the dialogs in Visual Studio 2003 I cannot figure out how to make the hashtable a datasource. I would appreciate some help, especially any examples or refe ...Show All
rvda Does VB.NET support "nested" expressions (like C++?)
Hi all! I don't recall the exact term in C++, but I could do things like: int c = 5 + (a > 1 a : 0) + b; Can I also do this some way in VB.NET Thanks in advance! and with the advent of the CLR, language don't mean a thang..it's all the same under the hood. Not all in one line, no What follows is my opinion: User familiarity with the syntax. S ...Show All
Cazz88 Nullable Types In VB 2005
In one of the MSDN articles on the C# enhancements for the 2005 version, there is a mention of Nullable Types (see http://msdn.microsoft.com/vcsharp/2005/overview/language/nullabletypes/). Will Nullable Types be also available in VB 2005 I hope so, as Nullable Types is the only language feature that I find compelling enough to make me want to switch. A.K. No the differences don't go beyond syntax. You have ...Show All
roothekoo Major publishing problem!
I have an application that I have worked on for the last four hours (The stupid program shut down and deleted my app. I had it saved, but it was somehow deleted.) Now that its finially done, it won't publish. It always saids "Published successfully", but when I go to open the file, a error message always comes up "Unable to continue. The application is improperly formatted. Please conntact the application." Wh ...Show All
patrick_pasha when I m developping, clicking a control once in a form goes directly to the code window
Hi dear, While I m developping (not runing the application), When I click my existing control which is already part of my existing form in order to move it to another location within my form, I get switched to the code window mode instead of staying in designer mode, and tht prevents my from moving my control. So, please if u can show me how to stay in design mode when clicking the control once. Thanks. I get this t ...Show All
badseed2379 Size in bytes of a boolean
How do I get the size, in bytes, of a boolean variable It appears to be a single (1) byte by empirical testing, but the documentation seems to imply that it depends upon the 'implementing platform'. (for example, an IntPtr has a size property, which returns the size of the pointer in bytes). But how would I get the size of the boolean (in bytes) implemented on the platform it's running on You're going to hat ...Show All
John Clark Accessing a running program's ram
I want my program to access a program's ram (when the program is running in memory) so I can debug it explicitly. I know how to edit a file by storing it in a buffer but how would I do this when a program is running. If suggestions or code samples are given, please make sure they are for vb.net and they are explained. Thanks. For such reason you need to learn C++ and assembler languages, as I mentioned before - you can get few GB of b ...Show All
Kamardash86471 Creating a dataset by dragging and dropping the table form MySQL database.
With Oracle database, I used to be able to create a dataset by making a database connection in the server explorer and dropping the table onto the dataset designer view. Can you advise if the same would work for MySql database and how. I get the foll error : Mouse drag opertaion failed. The table, view or table-valued function named ''parts'..'PO_mast'' could not be found. Foll. is the error if I try to add a Table Adapter using the wizard, wh ...Show All
spncc PDF Nightmare
I have been searching the world for a free, or at least cost effective solution to add the ability to save PDF files within my programs. All of the solutions that I have been pointed at cost at least $3000 for a full redistribution license! I'll be lucky if I sell 1 copy of my software at a price of $25, so I can't possibly see the point of spending that much money. So this leads me to two solutions: 1. If ANYONE out there knows of a free or ...Show All
DotDidIt ComboBox/DateTimePickerBox drop down arrow visible/invisible
Hello, Is it possible to make the drop-down arrow of these Boxes invisible when they are out of focus, and visible when they are Kind regards, ------------------------------------------------------------------------------------------------------------------------- This newbie can't talk and can't walk. Embarrassing. Here is a crude - from newbie to newbie - solution: Public Class Form1 Private Sub Form1_Load( ByV ...Show All
achalk Reading rtf files
Hi again, right my problem is I have made a form of writing program that can have writing bold, italics, different font etc.. My problem is when is when I read a document from my applications rtftextbox it will only show the text of the file and no form of formatting but if I save a file with bold formatting and I open the document in notepad then the document will show with the formatting. So I think there is something wrong with my read fun ...Show All
Doug McCall System Update Required
Hello All, I published my application using MSBuild which builds and publish the application. However when I tried to connect to the application from a client machine it errors out on the System Update Screen. The error messag was "This application requires your system to be updated to Microsoft.Practices.Enterprise.Logging Version 1.1.0.0" The dll is in the publish directory on the server. Any idea why this is happ ...Show All
