all groups > dotnet general > june 2005 > threads for sunday june 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
Msgbox on Windows Server 2003
Posted by Daryl Zavier at 6/12/2005 11:56:02 PM
Hi Guys,
I'm really new to .Net development and need your advise on this.
Recently I've completed a web application using VB.net (Visual Studio .Net
2003). In the application whenever the user clicks the delete button, a
msgbox will appear prompting the user to confirm the deletion via th... more >>
HELP ME
Posted by BRAINY JANEY at 6/12/2005 10:50:01 PM
HELP ME PLEASE PEOPLE!!!!!!!!!!! someone hacked into my msn account so i
changed my password to something really long and now i can't rememeber it and
have tried to reset my password but it sent it to my alernet email address
and i don't know what that is. CAN ANYONE HELP ME???????????? come... more >>
Where is the "search" link?
Posted by Leu at 6/12/2005 5:54:46 PM
I like to search in the forum but I can't find the (in FAQ described
"search" link:
"... To access the search feature, click on the "search" link at th
top of most pages. ..."
Where is the "search" link?
Le
--
Le
-----------------------------------------------------------------------
L... more >>
Access to MdiParent Controls in VB.Net
Posted by Terrance at 6/12/2005 4:40:03 PM
Good Day, I have a programming problem and need some help/advice. I have a
MdiParent Form that has a tool bar with icons on it. I have a child form that
needs set the toolbar enabled property to FALSE. Currently, I have the
following syntax in my main module when running the application:
... more >>
Error running VB.NET Application through Service
Posted by Raj Sandhu at 6/12/2005 3:41:02 PM
I am running a simple .NET program, which is being executed by a windows
service and I am coming across the error -532459699. I have tried the
following:
Ran the service using the system id and a specific id - no difference
Compiled program using VB6 - this actually works but unfortunat... more >>
Delete Query
Posted by lea at 6/12/2005 1:28:03 PM
i write this, im using access and oledb:
i have a lblDate=Date.Today in form load
"DELETE FROM Tblname WHERE SaleDate='" & lblDate.text "'"
i just want to delete the records with SaleDate=today date but when
run the system, it delete all the records. I put the Record'
field(SaleDate) as null,... more >>
Question about .Net deployment
Posted by ed at 6/12/2005 10:19:01 AM
I've just recently started working with .Net. So I appologize if this is a
repeat question.
I have a small app (~1.5 MB) that requires the .Net framework on the target
machine. The only articles that I have seen that will add the framework to
the distribution increase the msi file size by... more >>
Hwo do I instrantiate a object
Posted by Sparmar2000 at 6/12/2005 5:19:01 AM
Hi,
This might sound like a unusual question, but I would like to be able to
read a string from a XML stream and use this string at runtime to be able to
instantiate a 'new' object.
For example:
dim strObj as string = "ObjectA" 'This will be read from XML file
dim obj as new ObjectA 'Next... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SELECT * FROM[Table]WHERE field BETWEEN...
Posted by lea at 6/12/2005 4:06:45 AM
Does anyone know how to write the
SELECT * FROM tblename WHERE fldname BETWEEN combobox1.text AN
combobox2.text
i can't find much source about this query on net,i need to let use
select category to print report.Please help me,THank
--
le
---------------------------------------------------... more >>
|