all groups > vb.net > september 2004 > threads for sunday september 26
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
specific meanings of ".Net"
Posted by zafar haider at 9/26/2004 11:58:16 PM
what are the specific meanings of word ".Net". what describes the word
".Net" why not something else
please tell me the answer becuase it was asked in my interview
... more >>
Help With OleDbDataAdapter
Posted by shachar at 9/26/2004 11:26:44 PM
hi all(i tried yesterday but it didnt work).
i wrote this code and i get an error msg:
Private Pr_MyCon As System.Data.OleDb.OleDbConnection
Private Pr_DataSet As DataSet
Private Pr_DataAdapter As
System.Data.OleDb.OleDbDataAdapter
Pr_MyCon = New System.Data.OleDb.OleDbConnection
Pr_DataSet ... more >>
my question:how to implement sending message in LAN with vb.net?
Posted by Simon.C at 9/26/2004 10:54:03 PM
when we use vb ,we can use "shell"or the control of "winsock",then how to
implement sending message in LAN with vb.net?I mean how to implement such
functions in vb.net?
please help me,thank you.Good luck!
Simon.C
lysimon@163.com
... more >>
How to iterate thru a PropertyGrid
Posted by Dean Slindee at 9/26/2004 10:37:51 PM
I would like to write each property name and value to a database, and also
read the values back from the database into the property grid via setting
the properties of the class that is the selected object of the property
grid.
Can anyone point me to VB (or C#) code that interates thru a Proper... more >>
Eleminate duplicate items in a listbox
Posted by mamatha at 9/26/2004 10:06:18 PM
Hi
I am developing a VB.NET application,in that application i
have a listbox.When adding items to the listbox some
duplicate items are added,how can i prevent listbox items
from duplication.If any one knows please suggest me.
Mamatha
... more >>
How to find memory leak
Posted by Tosch at 9/26/2004 9:00:56 PM
I have an application that uses to COM objects and does a complex file
conversion between two different systems.
When converting a large amout of files I'm experiencing a memory leak
resulting in my application eating hundreds of MBs of memory and not
releasing it. This again results in a system... more >>
How to write a BHO (resources?)
Posted by jcnews at 9/26/2004 8:40:56 PM
I want to learn how to write a BHO for Internet Explorer. I am somewhat new
to VB.NET.
The specific thing that I need accomplished is a sort of browser hijacker
(for legitimate reasons). I need the public-access computers at work to
always be set to a certain webpage. I want to write a smal... more >>
CheckedListBox
Posted by shadow_vann NO[at]SPAM hotmail-dot-com.no-spam.invalid at 9/26/2004 8:02:15 PM
Hi, I'm having trouble loading a list into a CheckedListBox.
I have to load the list from a ListBox that's in in another form.
Here's my code.
Dim Ingrediente = New FrmABCIngredientes
Me.CheckedListBox1.Items.Add(Ingrediente.LstBoxABCIngrediente.LstBoxABCIngrediente.SelectedItem())
It c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Opening an Outlook profile with VB
Posted by Paul at 9/26/2004 7:35:01 PM
Hello,
I am trying to set up a program that will email me when a process has been
completed by a user. The user uses a program that moves some files, after
these files are moved I want the program to also send an email that the
process has been completed.
The PC's are set up to use out... more >>
Asp Web App
Posted by Grumpy Aero Guy at 9/26/2004 6:39:18 PM
OK...probably a DUMB question... but here goes.....
Created a simple web app (experimental app)...
runs OK....
Shows up on localhost and runs as degined.... (ALL IS WELL !!!!!!!!!!)
NOW.......
how do i add this one asp page/app to an existing site built with FP2003 as
its own page i... more >>
85 Identical Procedures Are Having An Orgy In My Program. Could You Help?
Posted by Confessor at 9/26/2004 6:19:07 PM
Having just figured out the function of the *sender* argument in control
events, I now have 85 labelX_Click procedures that perform the exact same
function: Call ColorChange(sender). That's it.
I could make one procedure to handle them all, of the form:
Sub GUITileProc([arguments here]) Ha... more >>
export vb.net
Posted by sympatico at 9/26/2004 5:18:36 PM
hello! does anyone know whether .net application can be exported... so that
the application is viewable for people without visual studio?
... more >>
VB->Saving & Loading A File
Posted by Hareth at 9/26/2004 4:28:59 PM
i want to make my app save certain things..so i can reload them after I
reopen my app..
ex.( save text1.text = "hi" .. to file.so i can to load it to my app later)
how can i do that?
i need examples...b/c im amatuer like a motha...
so i need a save & load sample. for multiple text & la... more >>
3 Tier Project Question
Posted by WStoreyII at 9/26/2004 4:13:02 PM
I have a project that i am trying to create using three tiers
data Tier: Access Database
data Access Tier:
and a User Interface Tier:
My question concerns the data access tier. When creating a project of this
nature
is it better to create objects that represent the data and create
c... more >>
Enum Question
Posted by Dennis at 9/26/2004 1:09:03 PM
I have an enum as follows:
Public Enum myData
FirstData = 6
SecondData = 7
end enum
Is there anyway that I can return the Enum names by their value, i.e., I
want to input 6 into a function and return the name "FirstData"
Thanks.
--
Dennis in Houston... more >>
Get object that called context menu
Posted by Eric at 9/26/2004 12:46:28 PM
Hello,
I have a single ConextMenu that is used for dozens of labels. When the user
right-clicks the label, they select a menu item, and that label's text and
tag should be added to a ListBox.
How can I reference the label that initially called the context menu to
popup? I know that I coul... more >>
Manifest file for DLL
Posted by Atchoum at 9/26/2004 11:21:51 AM
Is it possible to create a manifest file for a DLL. I tried and it does not
seem to work...
TIA
... more >>
Using AXBrowser in a strong names assembly
Posted by Nak at 9/26/2004 10:46:59 AM
Hi there
I'm trying to use the Microsoft Web Browser within a strong names .NET
assembly that I have written. Unfortunately I am getting the following
linker problem as the Interop DLL that was created does not have a strong
name,
"Unable to emit assembly: Referenced assembly 'I... more >>
Adding to the PATH variable
Posted by Colmag at 9/26/2004 10:31:02 AM
I remember setting the PATH environment variable from years back, but haven't
touched it since win95 days. Now i have to add a couple of lines to it using
vb.net so that a console app will work properly.
I've read that at the moment you can only get environment variables, and
that vb.net 2... more >>
passing long filenames as arguments to command line
Posted by Colmag at 9/26/2004 10:09:05 AM
I'm running a console application (ghostscript) by starting it as a process
with arguments.
The problem i'm having is that it's falling over when I pass a file
containing spaces in the filename or filepath.
Anyone know how to get around this? (i've tried putting the file in quotes,
but... more >>
How to include " in string
Posted by Colmag at 9/26/2004 9:51:01 AM
Can somebody please help me and tell me how to include the " symbol in a
string?
... more >>
Email Problem
Posted by David at 9/26/2004 8:55:14 AM
Dear All,
I am building a library inventory system. I want to auto send email to
the users when expire. However, I do not know how to do it. Would you please
give me some hints ? Thanks in advance.
Best Regards,
David
... more >>
Passing multiple (dynamic) external arguments to app
Posted by pyrexia at 9/26/2004 1:28:04 AM
Greets all. I'm attempting to write an app that will be used as a
'control/launcher' application for other apps. For the sake of argument
let's say the app is launched from a command line:
controlapp externalapp argument1 argument2 argument3 argument4...etc.
(number of arguments is ALWAYS dyna... more >>
Functions in a C DLL returning strings as char *
Posted by Erich Neuwirth at 9/26/2004 1:09:19 AM
I am calling a function in a DLL from VB6, and I need to convert the
code to VB.NET.
The function in the DLL is written in C and returns a char *
By googling around I found that the way to handle this:
(dllNewLispEval is the C function returnin a char *)
Public Declare Function dllNewlispE... more >>
problem with OleDbDataAdapter
Posted by shachar at 9/26/2004 12:21:40 AM
hi all.
i wrote this code and i get an error msg:
Private Pr_MyCon As new System.Data.OleDb.OleDbConnection
Private Pr_DataSet As new DataSet("Temp")
Private Pr_DataAdapter As
system.Data.OleDb.OleDbDataAdapter
Pr_MyCon.ConnectionString ="....."
Pr_DataAdapter = New OleDb.OleDbDataAda... more >>
|