| Thread | Last Post | Replies |
|
| newbie problems with null values | 14 Jan 2005 17:10 GMT | 12 |
Some probs here. i'm new to programming the msde all fields in dat_contacten have default value '' and null is not allowed when i try to add a new one with addnew property of currencymanager
|
| Forms and Panels | 14 Jan 2005 16:59 GMT | 4 |
I have got two forms open in one panel and i want to bring the one at the back to the front. I want to do this by using a button located in another panel but i can't seem to work out how. Also when i close a form i want it to remove the corresponding button in the
|
| Windows Service cannot create text files? | 14 Jan 2005 16:39 GMT | 3 |
I just wrote a test Windows Service that creates a text file on startup (please see my code below). The file is never created. Protected Overrides Sub OnStart(ByVal args() As String) Dim swLog As StreamWriter = File.CreateText("C:\myLog.txt")
|
| with DataGrid, Used tablestyle and Grid Column Style | 14 Jan 2005 16:23 GMT | 3 |
I am creating a window forms, and placed a datagrid on it. Set the DataSource and DataMember, and I get all the column in the table (relation) shown. I used TableStyles of the DataGrid and add a new member. I set its MappingName same as DataMember. Then I use GridColumnStyle ...
|
| dhtmlEdit Object in .NET | 14 Jan 2005 16:17 GMT | 1 |
Anyone know the object that replaced the dhtmlEdit object from VB6? I'm trying to convert a VB6 application to .NET and I'm using this object and it doesn't seem to be available. Any help would be greatly appreciated.
|
| How to add new datarow in vb.net using mod tia sal | 14 Jan 2005 16:11 GMT | 1 |
Greets All I'm trying to add a new data row every 7th itertation does anyone know how to do this using the mod command? TIA Sal
|
| ActiveX | 14 Jan 2005 16:05 GMT | 5 |
What would the equivalent to an ActiveX be in VB.Net? I need an application that will run as a trusted site and be imbedded in a browser but have access to a locally installed programs Com objects. It also need to be complied so I can't use VB or JS script.
|
| TCP and USB | 14 Jan 2005 15:53 GMT | 1 |
Does anybody know if its possible to write data to a USB port received via TCP IP I am sure there is software to do this but I can't find it. I want to emulate the job a Jetdirect box does, TCP/ip print information in
|
| Crystal Reports question (using VB) | 14 Jan 2005 15:35 GMT | 3 |
This is the next step of a bigger project that I am working on and I have hit a wall. All forms that I have created for this project are working fine. This is the one that I have a problem with.
|
| Printing Avery Labels using Word template. | 14 Jan 2005 15:28 GMT | 2 |
I have a printing task that is driving me crazy but I think I figured out a solution. My whole office is on office 2000 so I was thinking I could harness the power of a word template to print labels. Has anyone ever done this?
|
| Help,I am a abecedarian,AD and global group problem in VB.NET | 14 Jan 2005 15:25 GMT | 2 |
I supposed to add member(s) to or delete member(s) from one new group created by me ,which is similar to Administrators and Power Users in global group which in my computer by VB.NET,there are my codes to list the member(s) from one group in my computer,as follows: Dim Group ...
|
| Fixed With text (characters) | 14 Jan 2005 15:19 GMT | 2 |
In C++ you could easily create a fixed with string by creating it with char(50) or so as an example. This made it easy to write data out to a flat file with a fixed width column. What is the best way in .NET to write to a fixed width flat file? Being that the data going ot a ...
|
| Crystal reports question | 14 Jan 2005 14:59 GMT | 3 |
I have just posted a variation of this question on the Crystal Reports board, but most times I do not get a reponse. I have a report in which I asked about yesterday and after working all day on this, I actually have it looking pretty good. It is displaying header
|
| printing multiple pages | 14 Jan 2005 14:52 GMT | 6 |
I am trying to get my listbox items to print if they stream past the one page mark. my code is working for one page of information (if the e.hasmorepages) is not there. But I am having trouble getting it to print on multiple pages. The second
|
| System.Environment.GetFolderPath limited to the current user | 14 Jan 2005 14:31 GMT | 3 |
VB.Net allows the ability to find the path of special folders by calling the System.Environment.GetFolderPath function with a parameter specifying which special folder I want the path of. Unfortunately, it doesn't appear to allow finding special folders related to "All Users".
|