all groups > vb.net > january 2004 > threads for monday january 12
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
Calling a javascript function on asp:button's click event
Posted by Praveen Ladwani at 1/12/2004 11:54:03 PM
I have written a click event for asp:button and I want to
call a javascript function named setMethod() which I have
wrtten seperately. Please tell me how to do this.... more >>
How to show a modal form, from within another thread?
Posted by MSDousti NO[at]SPAM myrealbox.com at 1/12/2004 11:48:55 PM
Hi all,
I have written a program, which uses some threads.
I call thread t from the main thread, and then after some work t must
show a modal window.(e.g. a messagebox) but because t is not the main
thread, the window appears non-Modal.
Is it possible to show a modal form, from within anoth... more >>
query ldap directory
Posted by h2so4 at 1/12/2004 10:56:14 PM
I want to write a program that will query an ldap directory. can I use adsi
or ado to do that, If yes how ?
tx
--
h2so4
... more >>
Progress Form
Posted by Pepi Tonas at 1/12/2004 10:48:44 PM
I have a form that takes some time to load because it has to populate
some Data. I was trying to display a form on top of it with an
activity bar so that user can see that something's going on.
I have tried doing this and using a progress bar that counts up to 100
and then zeros down so that i... more >>
Why isn't my FileSystemWatcher events fireing ?
Posted by Kai Thorsrud at 1/12/2004 10:22:56 PM
Hi i'm an event Noob and i'm calling a class from my main module console app
like this. I'm sorry if this is a lot of code to read but i can't see the
error according to my book.
Thanks a LOT.
if there are other noobs here like me feel free to use my code if it's of
any use :)
I've set a b... more >>
Format Text of a ComboBox with DropDownStyle "DropDown"
Posted by at 1/12/2004 10:19:53 PM
Hello,
I try to format the text of a combobox with DropDownStyle "DropDown".
I just mean the text which is displayed when the combobox isn't touched.
Usually it displays the ToString() method of the SelectedItem. But I want to
override the it.
Overriding the ToString() of the class of the Selec... more >>
Update of .Net vb (windows forms)application
Posted by kot13 NO[at]SPAM yahoo.com at 1/12/2004 9:57:53 PM
The application (Vb.net+WindowsForms+SQL server(MSDE)) has
been installed on client machine from CD.
What is the best (secure and reliable in troubleshooting)
architecture to update the client machine with new version
of application deployed through internet.
Update need to be done when cli... more >>
DataSet Not Updating
Posted by tomp at 1/12/2004 9:22:15 PM
Hi,
I am trying to insert a row into the Categories Table in
Nothwinds database in MSDE. I am able to manually insert
it using a query tool.
Using the Debugger, it appears the DataSet loads
correctly, the Data Row is populated correctly, and the
new row is added to the DataSet. But... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Trapping creation of a new object
Posted by Rob Nicholson at 1/12/2004 9:10:08 PM
Is it possible to trap the creation of a new object and carry out other
operations after it's been created? For example, if creating an object of a
specific type, then add a reference to a global collection.
Thanks, Rob.
... more >>
Problem returning an enumerated type from a property
Posted by Rob Richardson at 1/12/2004 9:08:58 PM
Greetings!
I have a module that contains the following:
Module Globals
Public thePortfolio As clsPortfolio
Public Enum OrderResult
ORDER_FAILED
ORDER_GOOD
ORDER_PENDING
ORDER_CANCELED
End Enum
End Module
I have class that contains the follow... more >>
2004 beta
Posted by John at 1/12/2004 9:00:24 PM
Hi
We are approaching spring. When is the public beta expected?
Thanks
Regards
... more >>
Get value from another class.
Posted by sam at 1/12/2004 8:52:44 PM
I have two classes.
I want to pass value from Form1.vb to Form2.vb.
And then return the calculated value from Form2.vb.
Can you teache me how to do this? Thanks in advance.... more >>
owner drawn menus
Posted by SStory at 1/12/2004 8:47:53 PM
Would I be better off to just inherit the menu control and make my own owner
drawn menu control.
Had lots of experience with controls in VB5 and 6 but none so far in .NET
You would think MS would have included icons for menus in the basic control.
Everyone wants it.
Do you all consider th... more >>
MDI menu items (how to merge successfully
Posted by SStory at 1/12/2004 8:45:12 PM
I don't know what happened but a menu that used to merge well no longer does
I have an MDI form
The main MDI form has the main menu.
In it is for example, Schedule menu with item Tasks
Schedule name is mnuSchedule, set to MergeItems, 5
Tasks item name is mnuScheduleJobs, set to MergeIte... more >>
Picture Box Control
Posted by Mike Starkey at 1/12/2004 7:42:18 PM
Does anyone know how to import the picture box from VB6 into a .Net project.
I know that you are suppose to use Interop but I can't find the control
itself to import. Can anyone help !!!
... more >>
Interrupts in VB (API)
Posted by D.Sn at 1/12/2004 7:30:52 PM
Hi all
I need to implement interrupt functioality like Int86() in C, In VB
I have an idea. What about precompiled assembly language use using
"CallWindowProc" .
I am not clear what situating this "CallWindowProc" is used.Thougth the help
for the function is avilable in MSDN i want to ... more >>
_ ContextMenu questions
Posted by tryinglikeheck NO[at]SPAM aol.comREMOVE at 1/12/2004 6:29:11 PM
I have a usercontrol on which I've generated a context menu in designer.
The properties of the control lists for ContextMenu (none)
The menu shows up in the designer window and I can edit it
To assign my menu to the property in New I do
ContextMenu = RePopupMenu
To show it, on right mouse d... more >>
Class to use VB6-style access of VB.Net data objects
Posted by Rob Richardson at 1/12/2004 5:57:12 PM
Greetings!
It seems to me that .Net is much more typing-intensive than VB6 was.
Instead of getting a recordset and reading a value from it using something
like "Name = MyRecordset("name")", I have to say something like "Name =
MyDataset.Tables(0).Rows(0)("Name")". I am tempted to write a clas... more >>
Problem with Word...
Posted by Simon Verona at 1/12/2004 5:39:05 PM
I have a problem with automating MS Word through vb.net
My code is :
Dim objword As new Word.ApplicationClass
Try
objWord.Documents.Open(letterfile)
objWord.Documents.Item(letterfile).Activate()
Catch
MsgBox("Error - Word Not running properly - letterfile=" & letterfile &
vbCrLf & " Erro... more >>
Setting Security
Posted by Anthony Taing at 1/12/2004 5:28:19 PM
I have an MSDE database running on a PC, and i want users
to be able to connect to it via my app. At the moment, the
only way they can successfully connect is if i give them
full admin rights to that machine.
Could someone tell me specifically what i need to give
them access to to allow ... more >>
Create form based on string?
Posted by Mike at 1/12/2004 5:11:51 PM
Is it possible to create and display a form based on a string variable that
will be set at run-time?
In other words, instead of declaring a variable as a user-defined form
class:
Dim MyForm as New frmMyForm
is it possible to do something like
Dim sClassName as String
Dim MyForm as For... more >>
dataset relate it
Posted by JFB at 1/12/2004 4:57:37 PM
Hi Folks,
I have two tables in one dataset customers and orders.
If I select a customer form a combo box, how can I set the where statement
for the orders table?
I want to display all the orders for that particular customerID in dynamic
way.
Any samples??
Tks for you help.
JFB
... more >>
create panel or label field for each database records
Posted by QT at 1/12/2004 4:43:31 PM
Dear sirs,
I want to create panel or label field for each database records. I am using
following codes for each database row to create panel field.
'Panel
'
i = 1
Dim Panel(i) As System.Windows.Forms.Panel
Panel(i).BackColor = System.Drawing.SystemColors.ControlLightLight
Panel... more >>
Specified Cast Is Not Valid
Posted by James Goodman at 1/12/2004 4:39:11 PM
I am attempting to use a bound combo box in a datagrid & am =
getting the above error.
The code which sets the properties for my combo column is:
Friend WithEvents DataGridComboBoxColumn1 As =
DataGridTextBoxCombo.DataGridComboBoxColumn
Me.DataGridComboBoxColumn1 =3D... more >>
VB.NET Assembly installation on a Network Drive w/COM components
Posted by David A. Beck at 1/12/2004 4:19:37 PM
We have developed systems for a client with VB, SQL Server, IIS, and ASP. We
are in the process of doing all new work in .NET. We set up two directories
on a file server. One for the executables and one COM controls. Every use
maps to the
first directory (EXE) to run their programs. When they ... more >>
Reading Excel file using VB
Posted by Phoebe at 1/12/2004 4:16:46 PM
Hi, Good Day!
I've a coding which Open Excel File and save it into a recordset. But the
below coding "died" when reached the SQL statement.
Can someone help?
Thanks in advanced.
rgds
Phoebe.
Function GetRecordSetFromExcel(ByVal strFile, ByVal strWkShtName)
Dim oConn As ADOD... more >>
Importing a address book into IE
Posted by Suzanne at 1/12/2004 4:16:40 PM
Hiya,
I have a application that uses win32 MAPI to extract contact information.
When I compile I need to link it to MS Mapi 32 API.
However when I configure, I linked a free mapi 32 lib because I didn't
have microsoft compiler. If I recall correctly the syntax of casting return
value is a littl... more >>
AcceptButton Property question / problem
Posted by lostdreamz at 1/12/2004 4:04:38 PM
Ok, my situation is like this.
I have a form with a few text boxes each with a 'validating' event, OK
& Cancel buttons, and have the AcceptButton/CancelButton/DialogResult
properties all set.
Situation 1: (works fine)
If the user enters invalid text in a text box, presses Enter in the
tex... more >>
Does anyone know how to ftp file from with in a VB App
Posted by Neil Rowe at 1/12/2004 4:04:01 PM
Hi all
I am writing an App at the moment and I need to be able to download & Upload
xml files from an ftp server. Does anyone know how this can be done without
using a third party component.
Regards
Neil
... more >>
MS Word functionality in VB
Posted by KK at 1/12/2004 3:38:25 PM
Hi All
I want exact functionality of commondialog box
in MS-Word goto Tools/Options/File Locations/Modify
Location.
I want to use it for setting the directory location and NOT for file
opening and saving.
Can you help me in same?
Waiting for reply.
Thanks And Regards,
KK
... more >>
Windows Datagrid
Posted by Guillermo at 1/12/2004 3:20:19 PM
Hi All.
Does anyone know if I can freeze a row in a Windows App
Datagrid? Like the "Freeze Panes" functionality of
Microsoft Excel.
Also, how can I add an extra row at the end of my data on
a DataGrid in order to insert fields with the sum of the
fields above??
Thanks in advance
... more >>
AddressOf issue, can somebody explain this?
Posted by Eric Newton at 1/12/2004 3:15:48 PM
first line fails with "Reference to a non-shared member requires an object
reference."
yet second line works... any reasons?
ctxMenu.MenuItems.Add("Add new pattern...", AddressOf
mtTemplateNode.cmdPatternAdd_Click)
ctxMenu.MenuItems.Add("Add new pattern...", New
System.EventHandler(Add... more >>
Class Builder utility for vb.net???
Posted by Frank Rizzo at 1/12/2004 2:58:57 PM
Is there a utility out there that's similar to the Class Builder add-in
in VB6. Something that creates the get/set code and the local variable.
Thanks.... more >>
Threads "Re-cycling"
Posted by James A Taber at 1/12/2004 2:57:27 PM
Does someone know how to "re-cycle" threads...
Thanx in advance
-James A Taber
... more >>
How to do this
Posted by Bob Dufour at 1/12/2004 2:48:53 PM
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 >>
[Help] Relocating the MSGBOX
Posted by Patrick Pirtle at 1/12/2004 2:47:52 PM
Is it possible to programmatically position the
msgbox? I've got dual monitors, and, although
I can place my app in the center of one monitor,
any msgboxes show up split between the two
monitors. Is my only option to add userforms
to replace the msgboxes?
Thanks, in advance, for your help ... more >>
[Help] Relocating the MSGBOX
Posted by Patrick Pirtle at 1/12/2004 2:47:46 PM
Is it possible to programmatically position the
msgbox? I've got dual monitors, and, although
I can place my app in the center of one monitor,
any msgboxes show up split between the two
monitors. Is my only option to add userforms
to replace the msgboxes?
Thanks, in advance, for your help ... more >>
Slow com operation
Posted by John at 1/12/2004 2:46:47 PM
Hi
I have noticed that opening a new outlook email is much slower from vb.net
than from vb/vba. I am targeting mixed office2000/officexp environments so I
am using the office2000 interop dlls generated by vs.net when adding office
2000 com reference. Outlook takes a while to open or sometimes ... more >>
URGENT
Posted by TO at 1/12/2004 2:34:20 PM
Hey buddies,
I am looking for a web site containing .NET growth surveys / statistics
North America (mainly) and all over the world. Can anybody help me ??!!!
Thx.
... more >>
[Newbie Help] Install dialog tries to hide the buttons
Posted by Patrick Pirtle at 1/12/2004 2:16:38 PM
Once my application is created, and I've put together the
install package, I'm finding a curious problem. On MY
computer, the install screen displays just fine. When I
install the app on one of my users' computers, the buttons
for "Back," "Next," "Cancel," etc., are almost hidden by
the botto... more >>
Attribute
Posted by Azim at 1/12/2004 2:05:44 PM
when i create a function like this
Function(x as integer, y as Integer) as integr
'Code Here
End Function
How can i make attribute to show me Description of
Variables
... more >>
How to tell if you are connected to WLAN
Posted by Steven Van Dalem at 1/12/2004 2:04:17 PM
Pocket FrameWork
VS2003 - VB
Is there an easy way to tell if you are in range of the WLan, and thus
connected? I would like to know this before I try to send information over
the network.
Thanks
Steven
... more >>
Synclock With An Arbitrary Private Variable
Posted by Bob Day at 1/12/2004 1:45:38 PM
Ok, I have done a lot of reading(of the newsgroup answers, help files and
MSDN articles) of synclock.
I understand what you are saying in the newsgroup, and it is very helpful.
It does, however, directly contradict what the VS 2003 help file says, and
it seems that various posters to my origin... more >>
ComboBox in DataGrid?
Posted by James Goodman at 1/12/2004 1:09:43 PM
I have seen several examples on how to get a combobox control into a =
datagrid control via code.
I am currently writing an app that will have a lot of combo columns =
within datagrids, so setting this through code will be extremely =
long-winded. I have found it much quicker to add the column... more >>
generating xml for an object
Posted by Noor at 1/12/2004 1:01:07 PM
Hi all.
I need to generate xml for a class object....
I know i can generate it if i know all the fields for an object.
but i want to create a generic routice for it.. means a routine that will
take a class object and parse and extract out all the properites with the
data and write its x... more >>
How to configure Data Grid's user interface in VB .Net 03?
Posted by Alice at 1/12/2004 12:48:44 PM
In VB, we can easily configure DB Grid Control's interface by right clicking
it and select edit.
After that we can edit the column header, adjust the column width and do
many other things.
However, I am not too sure how to do the same thing in VB .Net 2003's Data
Grid control.
Can anybody he... more >>
System.Security.SecurityException
Posted by Jarod_24 at 1/12/2004 12:46:51 PM
How do i prevent getting a System.Security.SecurityException when running my
app from a Network Drive?
My app stopped when checking for a previous instance of itself using the
code:
Private Function prevInstance() As Boolean
Dim pProcess As Diagnostics.Process()
pProcess =
Diagnos... more >>
Gray-out the text on the tab control display?
Posted by KMiller at 1/12/2004 12:37:44 PM
I would like to control entry into one or more of the tabs
> I have set up on my Tab control based on set rules. Does
> anyone know how to grey-out the text so that a user will
> see that they do not have access to that particular tab?
>
> I tried setting the enabled = false for the given tab,... more >>
format a "numeric" string
Posted by rocio at 1/12/2004 12:26:24 PM
How can I format a string like this: 12924.999999999999
to print 12,925 ?
... more >>
SqlConnection1.ConnectionString
Posted by Chen at 1/12/2004 12:22:13 PM
I have a project which contain several WinForms. I put a SqlDataAdapter in
Many of the Forms.
I want these SqlConnection1.ConnectionString Point to the same SQL Server.
So I create a Global Const strConnection in a Module
and I change the SqlConnection1.ConnectionString lile and set the
SqlConn... more >>
create hex-string to send on networkstream
Posted by Sven Huijbrechts at 1/12/2004 11:43:26 AM
Hello,
I need to send a couple of "NUL"s -> HEX value "00" on a networkstream..
This is the code we currently use to send string:
Dim sendBytes As [Byte]() = Encoding.ASCII.GetBytes(inputtext.ToString)
networkStream.Write(sendBytes, 0, sendBytes.Length)
Since there is no char value fo... more >>
Description of metod
Posted by Adam Stachura at 1/12/2004 11:24:01 AM
How can I add a description of metod as it would be desplayed by
Intellisense?
--
------------------------------------------------------------
Adam Stachura
MCP
------------------------------------------------------------
... more >>
Active Directory and ASP.Net
Posted by BeGomes at 1/12/2004 11:17:14 AM
Hi all...
I have a dll in vb.net that I use to do all my security
stuff. Among the classes I created in the dll, I wrote
one that accesses the Active Directory and retrieves any
type of information I want from my network AD. I works
perfectly when calling the class withing a web form
app... more >>
C++ DLL Freezes when called from VB.NET Webform? - NEED HELP!!!!!
Posted by James Radke at 1/12/2004 11:11:37 AM
Hello,
I have a C++ DLL that is supplied by an ERP vendor (MAX Software), that =
provides API's to be used to update their BTRIEVE database from an =
external application.
I have the C++ DLL working fine from a VB.NET windows application. =
However, when I cut and paste the same code into ... more >>
Open Excel File.
Posted by Phoebe at 1/12/2004 10:59:06 AM
Hi, Good Day.
I'm trying to open an excel file using vb.net in vs.net. Below is what i
write but the coding cannot recognize the "ThisApplication".
Dim wb As Excel.Workbook = _
ThisApplication.Workbooks.Open("C:\YourPath\YourWorkbook.xls")
Can someone help?
Thanks in advanced.
rgd... more >>
Connecting to an IBM AS/400 with Visual Basic.NET
Posted by ben NO[at]SPAM neweraopt.com at 1/12/2004 10:48:33 AM
I JUST INSTALLED Visual Basic.NET BUT, CANNOT CONNECT TO MY
AS/400
(OS400 5.1). WHEN I TRY TO CONNECT I GET A SERVER EXPLORER MSG:
"UNABLE TO CONNNECT TO DATABASE.
IT IS ONLY POSSIBLE TO CONNECT TO SQL SERVER DESKTOP ENGINE DATABASES
AND MICROSOFT ACCESS DATABASES WTIH THIS VERSION OF VI... more >>
P/Invove and ByRef Strings
Posted by KRoy at 1/12/2004 10:48:16 AM
What is the trick to sending strings to an API when the
function you are calling wants the data ByRef.
For example the CryptEncrypt in the CryptoAPI needs you to
send it the data you want to encrypt, and then it returns
it in the same variable (ie ByRef). But it actually only
wants a po... more >>
Changing code while debugging
Posted by Mike at 1/12/2004 10:47:32 AM
In VB 6, you could change most code while your project was in Break mode. I
am targeting the Pocket PC, and VB .NET 2003 is not allowing me to change
code while debugging. Is this true for all VB .NET projects or just for the
Pocket PC?
... more >>
looking for good book on theory
Posted by Bob at 1/12/2004 10:45:43 AM
I know this is a tall order, but I'm looking for a book that talks about the
implications of alternative approaches to languages than we typically see, such
as allowing multiple inheritance... detailed, but not so heavy that the
interesting, qualitative conclusions are left to the reader to dig o... more >>
C# Conversion
Posted by Sueffel at 1/12/2004 10:41:15 AM
Having a small problem figuring out how to convert the following structures
to VB:
[StructLayout(LayoutKind.Sequential, Pack = 4)]
private struct RECT
{
public int left;
public int top;
public int right;
public int bottom;
public override string ToString()
{
... more >>
Hate my job
Posted by CJ Taylor at 1/12/2004 10:16:01 AM
You know what sucks... I love programming though....
Anyone east cost looking? Or how about not the midwest...
... more >>
Referencing an ActiveX control in VB.NET
Posted by Ken Breit at 1/12/2004 10:04:44 AM
I have an ActiveX control that I would like to make available from any form
in my application. I figured the best way was to create a reference to it,
and then have a module that will create the instince and assign all of the
properties to the control. This is a control that I did not write, i... more >>
Aggregation
Posted by Nice Chap at 1/12/2004 9:32:16 AM
Aggregation in COM was defined as 'Exposing an interface of an inner object
by the outer object as though it were an interface of the outer object'. Is
this type of aggregation possible in vb.net( or c#).
... more >>
Declaring variables in the middle of your code.
Posted by cr113 NO[at]SPAM hotmail.com at 1/12/2004 9:28:39 AM
I've noticed that the trend these days is to declare variables in the
middle of code instead of at the top. What is the advantage of this?
It seems like it makes it hard to reuse variables.
Here is how all the examples I've seen so far create an OleDbCommand
Object:
Dim cmd as new OleDbComm... more >>
Need to implement Novell's "Send" function in a VB.net program.
Posted by Rvo at 1/12/2004 9:28:03 AM
Hi all,
I need to use the Netware "send" function to send messages to some/all
attached netware users on a server. However, I can't find any documentation
on this topic on the Novell site or anywhere else. If any of you has
experience on this topic (or knows of any online documentation about i... more >>
Alternative to stored procedures
Posted by Thilaka at 1/12/2004 9:21:36 AM
Hi guys,
I want to know if there's an alternative to stored procedures.
Ie, when updating certain tables of SQL server, i would like to update a few
other tables with vaules retrieving
from some VB.Net methods or properties?
(Because I don't think i can access the currently exposed VB.Net obj... more >>
Longhorn + XAML & VB.Net
Posted by Thilaka at 1/12/2004 9:18:47 AM
Hi guys,
Recently i read some articles on Longhorn & XAML.
& From what i learnt the future for developing UIs lies in XAML.
Does this mean that I've got to learn XAML as developing UIs for web or win
applications will be different?
Or will future versions of VS.Net wrap up the XAML hence maki... more >>
Export Data from Access to Excel file in VB .Net 2003
Posted by Alice at 1/12/2004 8:59:40 AM
Does anybody knows how to do the above mentioned?
Please see below for the codes used for VB.
I need codes for VB .Net 03 doing the same thing.
TIA for any help.
strSQL = "SELECT Product_Master.* " & _
"INTO [Excel 8.0;DATABASE=C:\PDT_MAS.XLS].[PDT_MAS] " & _
"F... more >>
What happened to Frames
Posted by Joel at 1/12/2004 8:51:36 AM
In vb6 I used frames to hold whole screens of variables
and shifted the frames around the form as needed. I do
not see frames in vb.net. Does anyone know what has
replaced frames?... more >>
Automation to Word
Posted by raesunshin NO[at]SPAM aol.com at 1/12/2004 7:57:37 AM
I just opened my spiffy new VB.NET 2003 and tried to run
my programs that worked fine in earlier VB.Net versions.
They use the statement IMPORTS WORD at the top of the
program or IMPORTS EXCEL, then proceed to address those
programs.
They didn't work.
So, I tooled around the documen... more >>
Windows Services
Posted by brian at 1/12/2004 6:25:58 AM
I want my users to be able to click a VB.NET exe on there
desktop and will run an application on our server. Can
this be achieved through a .NET service? Or is there
another way to run an application from a remote location?
Thanks... more >>
Writing and Retrieving Cookies...
Posted by SamG at 1/12/2004 6:04:36 AM
Hello,
Does anyone know how I can Write a Cookie and then later
retrieve it...? Also, Is it possible to write attributes
and corresponding values to the cookie file.Needless to
say would require this in .Net (VB.Net or C#)...
A sample code or an article on how to accomplish this
would be... more >>
Summing a column in a dataset
Posted by Nitromuse at 1/12/2004 5:30:15 AM
What is the easiest way to sum the input values entered
by a user in a dataset and then show it to them before
proceeding with the rest of the program. I can loop
through, but thought there might be a specific function
that I'm not aware of that does what I'm trying to do.
Thank you for yo... more >>
50,000 in ComboBox?
Posted by hao at 1/12/2004 5:28:18 AM
Hi, all,
Is it possible to list a huge number of items in ComboBox and make it quick?
Like 50,000 items? My customer use MS Access before and in Access, he can
use ComboBox from datagrid(datasheet view
in Access) to select item. The speed is good in Access with Autocomplete.
Now in our new pr... more >>
streamwriter consumes memory??
Posted by Jon at 1/12/2004 5:23:07 AM
I'm puzzled..
let's say I have an array of streamwriters. a lot..
'the code is something like
dim sw() as streamwriter
redim sw(10000)
'instantiate
for i as int16 = 0 to 9999
sw(i) = new streamwriter(arrayOfFileName(i))
next
'write to the files
for i as int16 = 0 to 9999
sw(i).... more >>
Pause console
Posted by kai at 1/12/2004 4:51:47 AM
Hi,
When I use
Console.WriteLine("Hello") in my code, it displays DOS screen so fast,
how do I pause the Console screen?
Thanks
Kai
... more >>
Serialization of NameObjectCollectionBase descendents
Posted by Sam Marrocco at 1/12/2004 4:42:35 AM
I've created a collection class that inherits NameObjectCollectionBase
(call it MyCollection). MyCollection is declared as serializable, and
serializes fine. A cursory glance into the serialized data seems to
contain everything in MyCollection and it's base class data, but when I
attempt to ... more >>
Looking for a freelance developer in Israel
Posted by johannblake NO[at]SPAM yahoo.com at 1/12/2004 4:37:06 AM
We are looking for a freelance software developer in Israel with the
following skills (or at least some of them):
* Develops web applications using ASP.NET
* Database development using Microsoft SQL Server 2000 (or higher)
* Programming in either C# or Visual Basic.NET (preferrably C#)
* D... more >>
arguments passing.
Posted by min_liverpool NO[at]SPAM hotmail-dot-com.no-spam.invalid at 1/12/2004 3:09:19 AM
Can anyone help?
e.g. when you open a vb project property page, in "Configuration
Properties"
You will see "Command line arguments" in "Start Options". Does anyone
knows how to find a way to do arguments passing. Thank you.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usen... more >>
Controls in Form Titlebar?
Posted by Sam Marrocco at 1/12/2004 12:22:07 AM
Is it possible to place controls such as a checkbox or button in the
titlebar of a form?
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Maya, All that cool stuff!
"The fact that... more >>
|