all groups > vb.net > january 2004 > threads for wednesday january 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Saving user prefernces ( slider . check boxes... )
Posted by Dan DeConinck at 1/14/2004 11:57:32 PM
Hello,
I want to save the position of all the controls on my form. I would like to
write them out to a preference file.
I have done this in DOS BASIC like this:
TO WRITE the preference
open "c:\preferences.txt" for input as #1
input #1 ,a,b,c
close #1
TO READ the preferen... more >>
Date-time issue
Posted by Wes McCaslin at 1/14/2004 11:29:01 PM
I am using Microsoft Access database. I'm using an
oledbdataconnection,oledbdataadapter, and a typed dataset. When I get
information out of the database on a form it keeps putting in the date and
also 12:00:00 am is there any way to keep it form putting the time in the
textbox.
... more >>
Clipboard timestamp
Posted by Lance at 1/14/2004 9:14:45 PM
Is there any way to determine the time when an object was
placed on the Clipboard? Or, if not, then is there any
way to determine the newest object on the Clipboard?
Thanks,
Lance... more >>
Radiobuttons - Groupbox
Posted by cornelissen3s NO[at]SPAM hotmail-dot-com.no-spam.invalid (--=|3s| at 1/14/2004 8:17:35 PM
Hi,
I'm trying to create a form in VISUAL BASIC .NET wich shows values of
records from a customers table. For example a form wich shows the
name, surname and sex of a person. For the name & surname i
create a textbox. then I select the correct table in the databinding
propertie of the name a... more >>
Can window form get physicalpath of URL?
Posted by MrKrich at 1/14/2004 7:54:00 PM
I want to display the physical path of specific URL. Can
window form do that? Which is object or method I can use?
... more >>
Optimise - Collection or array
Posted by Pi at 1/14/2004 7:19:33 PM
I'm looking at a piece of code that gets called over
100,000 times and was wondering if there would be much
performance difference between these three scenarios or
is there an alternate approach?:
== Scenario 1: ==
Dim colA as new Collection 'Collection of clsA objects
<Add 10-20 clsA... more >>
Deleting last row in datagrid
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 1/14/2004 7:14:46 PM
Hello,
I have a datagrid bound to a datatable which has an
Identity column. I load the table from data in a
spreadsheet and manually assign seq. values to the
identity column. Once that is done, I set the
AutoIncrement property to true and the AutoIncrementStep
property to 1. When I try... more >>
!Help with API call from vb. Must be trampling memory or something!
Posted by SStory at 1/14/2004 5:57:58 PM
Hi all,
I really needed to get the icons associated with each file that I want to
show in a listview.
I used the follow modified code sniplets found on the internet.
I have left in commented code for anyone else who may be looking to do the
same.
I only care about the small icons in my... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Binding a dataset to listview
Posted by Lasse Eskildsen at 1/14/2004 5:47:50 PM
Hi,
Is there an easy way to load the content of a dataset into a listview with a
few columns?
Thanks!
--
Lasse
... more >>
System Time to "Variant Time" - method in Active-X control expects Double...
Posted by Robin Tucker at 1/14/2004 5:41:07 PM
I have an active-X control (ATl/C++) that expects a date as Variant Time (a
double). How can I convert a date in VB.NET into such a double?
Any help would be much appreciated.
thanks.
... more >>
Array
Posted by André Almeida Maldonado at 1/14/2004 5:16:16 PM
Hy guys...
I'm creating a class (class.vb), and need to create a property that will be
an array...
How can I do it????
thank's
... more >>
AD in Web Application
Posted by MDS at 1/14/2004 4:50:41 PM
All,
I want to retrieve Users from my AD via a Web appliction. I ran this script
to populate a combobox in a normal app and it works...
But when I use this script in a Web App it fails
Any Idea Why?
Marc
Dim entry As New
DirectoryServices.DirectoryEntry("LDAP://DC=PROD,DC=TELENET,DC=BE")
... more >>
Memory Usage
Posted by Stephajn Craig at 1/14/2004 4:18:05 PM
Hi all,
I wrote a tiny little Windows Forms application that periodically checks
a database for certain conditions and then pops up a message box asking if
you want to do something about those conditions. It runs in the system
tray. I find that when I start this program, it automatically... more >>
access c++ runtime from web form? - how
Posted by James Radke at 1/14/2004 4:17:36 PM
Hello,
If I have some older C++ functions that I am calling from my code behind in
a web form; and these functions use the C++ runtime which is found in the
windows/system32 directory; how do I ensure that I have security set up to
access these functions from my web form code behind?
My app... more >>
Web serveces
Posted by news.online.no at 1/14/2004 4:14:36 PM
Hello
Can someone tel me why My defined object wont work in a WEB servece.
The web servece does not return any XML when TestW is Invoked
<WebMethod()> Public Function TestW() As Returobjekt
TestW.mTest1 = "ABC"
TestW.mTest2 = "DEF"
End Function
' MY Object
Public Class Returo... more >>
List Box
Posted by Nice Chap at 1/14/2004 4:04:54 PM
I am looking for a list box that supports icons along with text and that can
bind to collections. Do you know of any?
Note: I have tried ListView.
... more >>
Import text files
Posted by Ruslan Shlain at 1/14/2004 4:04:53 PM
I have a | (pipe) delimited file that i need to import in to a Dataset. With
code below i get 7 items in the first column of each row and the rest is
empty. PLEASE HELP
Below if the code that does it.
For it to work i needed an ini file with columns defined and at the top of
the ini these o... more >>
Problem Binding a Dataset to a ComboBox
Posted by nesr235 NO[at]SPAM lni.wa.gov at 1/14/2004 4:01:14 PM
I have a subroutine that I call to bind a dataset to a combobox. It
works sometimes. See the code below..
1 Private Sub BindDropDownToDataSet( _
2 ByRef control As System.Windows.Forms.ComboBox, _
3 ByVal ds As DataSet)
4 Try
5 control.DataSourc... more >>
USB
Posted by Chris at 1/14/2004 3:56:37 PM
Hi
Is it possible to communicate with a usb device from VB .Net
Thanks
Chris
... more >>
Text files
Posted by Ruslan Shlain at 1/14/2004 3:44:20 PM
I have a | (pipe) delimited file that i need to import in to a Dataset. With
code below i get 7 items in the first column of each row and the rest is
empty. PLEASE HELP
Below if the code that does it.
For it to work i needed an ini file with columns defined and at the top of
the ini these o... more >>
Large datasource and concurrency
Posted by Jordan Bowness at 1/14/2004 3:27:39 PM
I have a vb6 program which has a grid displaying 55000 rows from a
recordset through a SQL ADO connection. I was always disappointed that
there was no way to be notified when someone else updated/deleted/added
a record.
Is there any way to do this in .net?
Cheers,
================
... more >>
dotNet Web seveces
Posted by news.online.no at 1/14/2004 3:23:33 PM
Hello
What kind of Objekts is safe to return in a Web service? (will work ok)
Where can I find a list of these
I have found out that a collection or an unspesifyed Stringarray do not
return.
I had to spesify the length of the array { A(10) not A() }.
Is it possible to make new clases and... more >>
I'm searching for a game related discussions group under msnews
Posted by Crirus at 1/14/2004 3:09:57 PM
Anyone heard aboud such a group where I can post question related to game
development, especialy RTS kind?
Sorry for this off topic to vb.NET
--
Cheers,
Crirus
------------------------------
If work were a good thing, the boss would take it all from you
------------------------... more >>
Returning data from a datagrid
Posted by Arch Stanton at 1/14/2004 3:09:29 PM
Wassup guys/gals.
I'm really new to VB *cringe*, and i'm tryna to easily,
expeditiously return a row(that i double click) from a
data grid populated with data from an access database.
what's the simplest way to do this?
and if i wanted to update it later on?
Thanks.
Arch... more >>
PaperSource setting in VB.NET Print Application
Posted by Fred Nelson at 1/14/2004 3:03:07 PM
Hi:
I'm trying to write a program that will print envelopes using a HP Laserjet
4 that has three trays. In the future this program will work with other
printers so I don't want to "hard code" (or send raw output) to accomplish
this.
I'm trying to figure out how to set the PaperSource prope... more >>
Arraylist Performance Issue
Posted by Danny at 1/14/2004 2:57:32 PM
I am writing a program that will connect to a device and
potentially retrieve 1000+ records at a time for
processing. Every record will get processed and saved in
a SQL Server database. I am planning of acomplishing this
by using an Arraylist to hold the records from the device
while the... more >>
Going nutz with sockets
Posted by Sueffel at 1/14/2004 2:54:57 PM
Boy, someday I may get good at this stuff! Until then, I have a "TCP
server" that accepts multiple connections. That all works wonderfully!
YEAH!!!! I have a TCPClient that is the client connection to my server, my
question is, how do I get the client's IP from tthe TCPClient so I can know
wh... more >>
Is this a Bug or something I oversee?
Posted by Cor at 1/14/2004 2:47:53 PM
Hi newsgroup
I was answering something to Dotnet Shadow when I remembered me that I had
send a posible Bug to Herfried and Ken Tuckers private newsgroup
"microsoft.public.dotnet.languages.vb.controls" on 25 november about almost
the same question Robert was asking. I never did get any answer o... more >>
Copy control question
Posted by Woody Splawn at 1/14/2004 2:34:02 PM
I seem to remember that you can copy a control, like a textbox AND any code
associated with it to another form. Is this true. If so, how? When I
select a textbox, for example in form and, copy it and paste it to another
form, the control shows up but not any code in any of it's events.
Is ... more >>
DoubleClick in DataGrid
Posted by Tor Inge Rislaa at 1/14/2004 2:08:51 PM
DoubleClick in DataGrid
Hi I have a Datagrid bound to a dataset that I want to write a DoubleClick
procedure on. My problem is that the DoubleClick event is raised only when
DoubleClicking the column or row header. How is it possible to get a
DoubleClick event to occur on a row wherever it is ... more >>
Installing VB .NET to D drive?
Posted by Brad Mason at 1/14/2004 2:02:38 PM
I want to install the VB studio onto my D: drive but the
installer is not allowing me to change the default
install location from C:. (the drop down box is grayed
out)
Does anyone know if this can be controlled via a command
line parameter when running setup.exe?
Thanks.... more >>
Userdefined layout
Posted by KS at 1/14/2004 1:40:39 PM
How can I edit the layout of event methods header ?
I want to see it so the the "Handles XXXXX" is in the next line under the
Sub name.
KS, Denmark
... more >>
hide mdi child form frame boarder, minimize and maximize buttons
Posted by Paul Welter at 1/14/2004 1:16:25 PM
I'm building a MDI application that has child forms. I'm trying to find a
way to hide the inner boarder of the child frame area. Setting the
FormBoarderStyle of the child form has no effect.
Also, when the parent form's FormBoarderStyle is set to nothing, then the
child form is maximized, I ... more >>
for loops
Posted by Crirus at 1/14/2004 1:14:09 PM
I have this situation
25 26 ........
9 10 11 12 13
24 1 2 3 15
23 8 x 4 15
22 7 6 5 16
21 20 19 18 17
I need a way to iterate through that grid in spiral order strating from 1
--
Cheers,
Crirus
------------------------------
If work... more >>
Removing default textbox data on click
Posted by Jane Sharpe at 1/14/2004 1:07:25 PM
Hi,
I have a textbox with the words "Enter your name here" inserted as default
text - At the moment, to remove this the user must highlight all the text
and delete before they type in their name - I've seen sites where all this
text dissapears as soon as the user clicks on it - how do I do tha... more >>
PrintDocument Settings
Posted by Fred Nelson at 1/14/2004 1:04:44 PM
I have a VB.NET program that needs to print envelopes, letterhead, and
regular (default) documents from a printers that may have three trays, or
may have only one tray and must prompt the user to load an envelope or
letterhead. (I know that each must be a separate Print Document).
I have code... more >>
transparent labels, link labels?
Posted by SStory at 1/14/2004 12:35:03 PM
Is there no way to make a label or link label transparent in vb.net?
This is a real pain on about screens with nice graphics where you want your
text backgroup to be transparent.
I can drawstring most of it--shouldn't have to.
But how to do the linklabel I don't know--other than using the ... more >>
System Error when using XmlTextReader
Posted by Rob Richardson at 1/14/2004 12:17:03 PM
Greetings!
I am introducing myself to VB .Net by rewriting a stock market simulation
program that I developed in VB6. The original program uses MSHTML, the
DOMDocument class and the various IHTML types to parse the contents of a web
page that contains the market information for the stocks in ... more >>
unload a loaded assembly
Posted by Dominique Vandensteen at 1/14/2004 11:56:31 AM
I want to make a program that checks for updates at start...
The way I am doing this is to create 2 projects...
A simple exe checks the server for the version and downloads a dll if
needed.
The dll contains the program itself (so simple a form out of that dll is
started).
My problem is tha... more >>
how to call ActiveX from vb.net
Posted by lei_xu NO[at]SPAM hotmail.com at 1/14/2004 11:51:57 AM
Can anyone point me articles/links
on sthe steps to call ActiveX from VB.net?
TIA
lei xu
lei_xu@hotmail.com... more >>
Code reuse question
Posted by Bob Dufour at 1/14/2004 11:46:56 AM
I created a form for enetering values in lookup tables (eg Phone Types) in a
project. The form uses a SQLdataAdapter and works fine in project A.
In another solution - Project B- I want to reuse the same form. It will look
in the same database as it does in project A.
If I go in poroject B a... more >>
Rename filenames
Posted by Newbie at 1/14/2004 11:45:08 AM
Hello,
I'm trying to rename 2000+ jpg files in a directory. all
filenames are similar, so that makes it a little bit
easier. They look like at123456a, at123457a, etc.
What I need to do is delete the "t" in the 2nd position
of each file. I can't seem to get my loop to work quite
righ... more >>
Execute a String
Posted by zurg at 1/14/2004 11:29:08 AM
Hi!
Is there a way to execute a string?
That means:
1. My app shows dialog box where I write "StartCounting"
2. My program run StartCounting sub
Is there any other way then just using "case"?
... more >>
Compatibilité SQL Server 7 - SQL Server 2000 ?
Posted by Ludovic Lemarinel at 1/14/2004 11:28:13 AM
Bonjour,
J'ai developpé une application sous VB.Net qui utilise un datagrid .
Ce datagrid utilise un dataTable d'un DataSet comme datasource. ce dataset
est rempli de la sorte :
'Debut du code
requete = "SELECT ln_nomencdtl_articleentree as 'Article', CASE WHEN
e.en_item_key IS NULL TH... more >>
String to Byte
Posted by kuya789 NO[at]SPAM yahoo.com at 1/14/2004 11:20:26 AM
How converts a string to a byte and then add it to a byte array? I
tried 2 different methods and both failed to work.
For example:
Dim A as string
Dim B(2) as Byte 'array (from 0 to 2)
A="7B"
B(0) = convert.Tobyte(A)'ERROR1
B(1) = Encoding.ASCII.GetBytes(A)'Error 2
B(2) = Hex("00")
... more >>
How to update view?
Posted by jaYPee at 1/14/2004 11:17:05 AM
I am having a problem on how to update view from sql server 2000
database. I have tried dataset and sql dataadapter but no luck. I'm
using this view in datagrid and i want to update the datagrid if there
is changes.
thank in advance... more >>
How to "kind of" make shared an object? :)
Posted by Crirus at 1/14/2004 11:14:32 AM
I have this classes tree
GameManager 1 object
Game Multiple objects
Map 1 object
Player Multiple objects
Squads Multiple objects
Units Multiple objects
Now each Squad or Units have to know about da... more >>
splash screen, VB.NET MDI APP--wierd problem
Posted by SStory at 1/14/2004 10:57:23 AM
I am trying to make a splash screen for my vb.net app.
It is an mdi app.
including the splash code produces wierd results.
not inluding makes things fine.
Also have tried loading the splash form from:
* load event of main mdi parent
* sub main in a module
* my own application class
i... more >>
Getting new column ordering in a listview after the user reorders it
Posted by Marco Castro at 1/14/2004 10:43:48 AM
I want the users to be able to reorder the columns in a few of my listview
controls. It's easy enough to make that change in the listview control but
I can't seem to find a way to get the new ordering back from the control.
Because of this I don't see any way that I can save the new column order... more >>
How to AddHandler to a late bounded COM Object
Posted by Captain Chaos at 1/14/2004 10:35:50 AM
Hello
I use GetObject() to get a running Activex/COM Object.
I now want to use the Eventhandlers of the COM Object.
If want to do:
AddHandler ComObject.EventXY, addressof MyEventHandler
How can I do this with a COM Object. (Late Binded)
Thanx
... more >>
Inheritence problem
Posted by M O J O at 1/14/2004 10:26:14 AM
Hi,
I have a baseclass and several clases that inhereits from this
baseclass. In the inherited class I need to change a variable that is
used in the base class, but I cant figure out how.
Here's an example....
Public Class MyBaseClass
Friend Shared _tableName As String
... more >>
Optimization issue
Posted by Crirus at 1/14/2004 10:08:03 AM
Hello
I have 512x512 grid of booleans
At a specific point in my application, I need to find out if a particular
point in my grid have value true of false.
Now I need a way to store the boolean value for each coordinates in my grid.
I found some methods:
1. I could have a 512x512 BitArray... more >>
Memory Allocation On The Heap For Reference Type
Posted by One Handed Man [ OHM# ] at 1/14/2004 10:05:36 AM
I want to declare the following
Dim BoolGrid(511,511) as Boolean
and
Dim Bitgrid As New BitArray(511*511)
How can I find out the size of memory allocated on the heap for each one =
?
--=20
Best Regards - OHM
O_H_M{at}BTInternet{dot}com... more >>
me.controls
Posted by craig at 1/14/2004 10:01:36 AM
me.fraDate.Top = Me.Controls("fra" & Me.cboDate.Text).Top
The top line is from vb6 how can I do the same thing in
vb.net?
fraDate is a panal
me.cbodate is a combo box with a value of 1 - 6 in it.
I also have 6 panals named fra1, fra2, fra3, etc.
Thanks for the help!... more >>
VB Kiosk
Posted by Brian J at 1/14/2004 9:44:44 AM
I am trying to make a VB .Net Kiosk which will
automatically scroll through an RTF file. I can load the
RTF file into a RichTextBox but so far I haven't been able
to get the application to continuously scroll through the
file and start over when it get to the end of the file.
Any ideas on... more >>
Problem in Window Closing
Posted by Amalorpavanathan Y (Amal) at 1/14/2004 9:29:52 AM
Hi All,
In Winform Application, MDI form is having Save button.
When i close the application, it will ask Save Changes?
YES or NO or CANCEL.
after i select CANCEL button, i have set e.Cancel = True
So application will work continously,
But Save button Event is working.
Can anybody give me... more >>
defining on which line the cursor is in a textbox
Posted by DraguVaso at 1/14/2004 9:27:06 AM
Hi,
For my application I need the following behavior: When I press F4 the cursor
has to move to the next line in my multiline textbox which begins with "0".
Finding lines starting with 0 isn't that difficult, but to find the next
line is more difficult. For exemple: if my cursor is on line 2... more >>
Any way to make IndexOf case-insensitive?
Posted by MattB at 1/14/2004 9:26:48 AM
SSIA, I don't see a switch or something that might do this but I hope I'm
overlooking it. Any suggestions? Thanks!
--
Matt
"Gravity. It's not just a good idea, it's the law!"
... more >>
How do I find the font size of the Title Bar?
Posted by Christopher W. Douglas at 1/14/2004 9:09:47 AM
I am developing an application in VB.NET using Visual Studio 2003. I have a
dialog box where the title may be somewhat long, so I want to resize the
window to fit the entire title. I already know to use CreateGraphics to
measure the length of the string, so my code is something like this (from
... more >>
Re: Cannot call invoke or invokesync (Dont know where my last post went)
Posted by James Goodman at 1/14/2004 8:54:38 AM
Ok, to update:
I have isolated this problem to two tab pages within my tab control. =
However, I dont think the problem is in the control itself.=20
I have found that running Data, Generate Dataset produces the error, so =
use this as my test.
I deleted the two pages in question & the p... more >>
run an exe
Posted by Will at 1/14/2004 8:42:45 AM
Hey there,
i wanna fire up the Add Printer wizard.
In vb 6.0 i used:
RunShell "rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL
AddPrinter"
whats the code in vb.net ?
i need the code.
Thanx... more >>
Tab Control Title Font
Posted by Sean at 1/14/2004 8:22:39 AM
Is there a way to change the font size of the TabPage
Titles in a TabControl?... more >>
Help with searching DataRow array...
Posted by Carlos K at 1/14/2004 8:16:18 AM
Hello
I'm having some difficulty searching a set of rows in a DataRow collection..
This is my question
What would be an efficient way to search any column of an DataRow array
Let me try to explain the context of this question, that will help you understand what I'm looking for..
Assume that ... more >>
VB Print Dialog
Posted by Jimmy Fortier at 1/14/2004 8:06:01 AM
In VB6, when printing a hard copy of your code, there was a
dialog box that offered options, "Print Image", "Code",
"Form as Text". In VB.Net I can not find this option. I
can certainly print the "Code", but I can not print the
"Form as Text."
This is very useful to me. How can it be don... more >>
Combo box with IDs for each item added ?
Posted by Gerry at 1/14/2004 7:58:07 AM
I need to populate a drop-down list box with names from a
table (via SQL Stored Proc). Each name has a unique ID
associated with them e.g.
NameID 1
Name "My Name"
The problem is how can I tell the combo box the ID
associated with each name added to it.
(I used to use Itemdata from... more >>
Calling .NET from VB
Posted by Jason Masison at 1/14/2004 7:55:58 AM
I need to be able to call some .NET code from an old VB application.
Looking around on MSDN it looks like I should expose the .NET code as a COM
object and access the COM object from Visual Basic.
Does anyone have any experience of doing this? Is this the best strategy or
is there another wa... more >>
AXBrowser Issu
Posted by Ralph Pass at 1/14/2004 7:06:10 AM
I am using an AxWebBroswer in a C# project. (.Net 2002
If I use it to touch external sites, then thing work as expected. I can open multiple windows with AxWebBrowsers in them and everything still works
If, on the other hand, I open a local file (e.g., d:\index.html) then nothing is displayed a... more >>
Copy Text
Posted by Jay at 1/14/2004 6:36:41 AM
Is there a way to copy text that is always in the same
place in a word document, (such as an id number in my
case) and then paste it into a text box in another
program? I've tried various approaches but none of them
seem to work. Thank You... more >>
Handling an Event
Posted by Sean at 1/14/2004 6:08:54 AM
I have an class that I want to have a PictureBox as a
member of (passed in), and I want to be able handle the on
click event for it. How do I do it?
Right now, the PictureBox is declared:
Public Class MyClass
Friend WithEvents f_PictureBox As
System.Windows.Forms.PictureBox
Pri... more >>
Popup Menu On Right Click
Posted by Randy at 1/14/2004 5:28:44 AM
I am trying to right click on a form and have a custom
popup menu display. Does anyone know how to do this in
vb.net.
Thanks!... more >>
Handle how to ?
Posted by Stan Sainte-Rose at 1/14/2004 5:24:53 AM
Hi
How to know if a control has an handle.
To be more clear, sometimes I have to remove handle using
RemoveHandler MyControl.Leave, addressOf MyControl_Leave
and use AddHandler MyControl.Leave, addressOf MyControl_Leave
But before using the AddHandler, is there a way to know if the handle is ... more >>
Mouse Pointer Cursor and textbox
Posted by roberto3214 NO[at]SPAM netscape.net at 1/14/2004 4:45:37 AM
Hi Guys,
I have been having this problem recently where I have a form with a
textbox and button, if in the button event I have the following:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Me.Cursor = Cursors.WaitCursor
Tex... more >>
formatting a text box.
Posted by Geraldine Hobley at 1/14/2004 4:15:46 AM
Hello,
I have a text box called txtPriceLoad that is bound to a
money field from the database. I would like this text box
to be displayed as a currency field with 2 decimal places.
How do I do this.
Geraldine. ... more >>
RETIRIVAL OF AUTO GENERATED NUMBER
Posted by MUSTAFA IRSHAD at 1/14/2004 3:01:21 AM
DEAR SIRS,
I AM DEVELOPING A SOFTWARE BY USING VB.NET AND SQLSERVER 2000 FOR A NETWORK ENVIRONMENT. I HAVE A BROBLEM THAT I HAVE A FIELD FOR PRIMERY KEY WHICH IS AUTO GENERATED. I NEED THAT WHEN THE FORM IS LOADED THE NEXT AUTO GENERATED NO SHOULD BE IN THE REQUIRED TEXTBOX. HOW TO GET THE NEXT N... more >>
Split multi dimension
Posted by Jan Hanssen at 1/14/2004 2:48:55 AM
Hi!
I have a list of data in a textfile which is tab delimited. Each line is
seperated by a VbCrLf. I want to collect this data in a multidimensional
string array. I do not wish to use a database or a Disconnected ADO
Recordset since this is just passing data along to be written into an XML... more >>
hierarchical level access
Posted by Ryan Joseph So at 1/14/2004 2:35:08 AM
how can i make a hierarchical access of procedures if i want to access
it from another form. for example i have a form named form1, so i want
to access its procedures or function i just call form1.procedurename.
What if i want to make a level of calling for example instead of calling
form1.proce... more >>
Problems When Connecting and Disconnecting to an Access Database in VB6!! HELP PLEASE!!
Posted by ben_jones25 NO[at]SPAM hotmail.com at 1/14/2004 2:04:31 AM
Hello,
I'm having trouble with a little programme of mine where I connect to
an access database. It seems to connect fine, and disconnect fine, but
then after it won't reconnect, I get the error "operation is not
allowed when object is open" so I take out the line of code:
BookDetails.Conne... more >>
VB6 vs VB .NET
Posted by R at 1/14/2004 12:45:46 AM
In the "good old days"... I used to put most of my code in different
modules, to keep it tidy, then it was no problem writing in a module like:
Form1.textbox1.text = "Some text"
or from a form
Form2.textbox1.text = me.textbox2.text
Now, in vb.net iI get an error saying "Reference to a n... more >>
Desperate help - Adding a block of data
Posted by JM at 1/14/2004 12:40:28 AM
Hi all,
Further to my mail yesterday, haven't received much help
and am getting slightly worried !
I am trying to add a block of cells but sadly can't get
excel VBA to exactly read my intentions.
I really wish cells H8 to H12 to be totalised but using
the following statement the formu... more >>
|