| Thread | Last Post | Replies |
|
| Math issue? | 21 Jun 2005 21:21 GMT | 2 |
I'm doing the below calculating in VB.net. All variable are declared as double and their contents are below. mdblMidtermWt 0.2 Double mdblFinalWt 0.2 Double
|
| Public Shared Declaration | 21 Jun 2005 20:02 GMT | 12 |
I'd like to declare my connection string as a public shared variable, to be used throughout my ASP. Net projected (created using VB.NET 2003). Below is the line of code: Public Shared conStr As String = "Provider=Microsoft.Jet.OleDb.4.0;data
|
| Building XML Comments | 21 Jun 2005 19:52 GMT | 3 |
Is there a way to turn this off in a debug build?
 Signature --Eric Cathell, MCSA
|
| Edit MSFlexGrid and location of the textbox | 21 Jun 2005 19:35 GMT | 1 |
I have a MSFlexGrid control on the SSTab and now I am trying to make it editable. I got some example on the net that explains how to achive that. So I have a text box that appears over the MSFlexGrid. It works, but location of the text box is a little bit off the cell.
|
| "Well-formed XML" | 21 Jun 2005 19:30 GMT | 3 |
Still considering myself a newbie to the world of XML, etc., 'cause my program is still not working (not that I'll be an expert when it does, but...). When I try to apply XPath statements to the XML string to pull nodes, etc. out of it, I'm getting nothing back. Could my ...
|
| Context Menu | 21 Jun 2005 19:06 GMT | 6 |
I have multiple controls that use the same context menu. Is there a way to determine which control initiated the context menu in the context menu's Click event? sender references the context menu itself.
|
| primary key problem | 21 Jun 2005 19:06 GMT | 6 |
when i add a row in a table of a dataset (using dt.rows.add), i expect the primary key value to be gernarated automatically as i have set it to Autonumber in access. But instead of generating autonumber, it does not do anything, which results in null value in the primary key col ...
|
| Debugging | 21 Jun 2005 18:38 GMT | 2 |
I have a piece of code that is up and running fine, the code is used quite heavily through out the day ( running full screen - borderless windows ) but randomly the code will kill its process and return to the desktop. The reasons I can only think this may happen is bad memory ...
|
| I am doing something wrong (ADO.NET) | 21 Jun 2005 18:27 GMT | 6 |
I am trying to get an example from a book to work... I am new to dot net so it is likely I am doing something wrong. I added a new module and created the function below which is run from a button. When I click the button, nothing hapens (or at least I do not see
|
| Guids, Unique Id's and Hashes | 21 Jun 2005 18:24 GMT | 7 |
I have used Guid's as a unique identifier in data applications. But in a recent project, the length of the Guid's string is proving to be too long. Is there a method for generating a unique string that is less than the length of a Guid?
|
| Maybe it's me - BUT | 21 Jun 2005 18:21 GMT | 4 |
I am having a very hard time getting samples from multiple dotNet Books to work... Is it me... my installation of VS... or the authors... ? I get this error message when running the authors code....
|
| nest transactions | 21 Jun 2005 18:06 GMT | 1 |
there some way to nest transactions with bd destination sql server? thank you
|
| Disabled buttons | 21 Jun 2005 16:59 GMT | 3 |
Is there a way to keep a button from turning gray when its disabled? Thanks BrianDH
|
| Timestring | 21 Jun 2005 16:48 GMT | 7 |
timestring() returns current time in format hh:mm:ss. Any simple way to get also the fractions of a second? (hh:mm:ss:cc) thanks N! Xau
|
| SSL/Secure Connection ... | 21 Jun 2005 16:32 GMT | 2 |
I am definately a noob on this so any help would be greatly appreciated. I need to connect to a MySQL database through a secured port (SSL). This is all in house so we are going to be using an in house created key for the connection. We are going to use our standard DB ...
|