all groups > vb.net > october 2007 > threads for thursday october 4
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
Web service host
Posted by Bob Altman at 10/4/2007 10:44:39 PM
I have an application that includes a web service. The web service was
developed in VS 2003, but has since been ported to VS 2005.
Today, when I deploy the application, I need to make sure that IIS is
installed and configured correctly to host the web service. I'd like to get
rid of IIS a... more >>
asp.net synchronising question
Posted by Steve Marshall at 10/4/2007 9:03:50 PM
I'm very new to ASP.NET and I'm develooing an application with an SQL
Server database behind it. I have a form where the user can search
for records, and the summary results are shown in a GridView. They
can select one of these (using the GridView select mechanism) then
click an Edit hyperlink... more >>
Now Microsoft wants you to debug .Net....
Posted by jim at 10/4/2007 6:38:08 PM
Microsoft announced that it will be releasing its source code for the .Net
libraries. But, don't get too excited at Microsoft's new SHARED source
initiative.
According to CNET (at http://www.news.com/8301-10784_3-9790863-7.html), "The
source code will be released under Microsoft's Referenc... more >>
Joystick API
Posted by Jack Russell at 10/4/2007 6:06:03 PM
Can anyone give me an example of using joygetdevcaps and joygetposex in
vb.net. I have no problem in VB6 but get various exceptions, memory
violations in .net. I have (I think converted all the longs to integers
etc)
Thanks
Jack Russell... more >>
Help: Continue String Code to next line
Posted by fhwa at 10/4/2007 10:18:40 AM
ok, I'm trying to write a string code and currently the code works
however I've run out of room and I need to change some of the source
names it pulls from. Changing the source names create the string
longer and there is no room left. I need to know how I can split this
into two or more lines ... more >>
Build using /doc
Posted by Lou at 10/4/2007 10:10:34 AM
The doc says
Compile with /doc to process documentation comments to a file.
Is this a settings in the project/properties window.
Where do I set this?
... more >>
Equality Help...Can Figure it out
Posted by mlarsen1982 NO[at]SPAM aol.com at 10/4/2007 10:03:06 AM
Hello everyone
I am trying to write this application that picks a random number
between 1-1000, and prompts the user to attempt to enter a number to
try to guess it. Depending on how far or close the number guessed is
to random number created by the program, the background will turn blue
for... more >>
Extracting numbers from a string
Posted by Dan at 10/4/2007 9:31:59 AM
I have a number of strings that represents time.
1w 2d 3h 15m
2d 3h 15m
4h 30m
45m
I want to extract the number parts of my strings into separate
variables for Weeks, Days, Hours and Minutes.
Any body got any good ideas about how to do this?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do you declare this C DLL function in VB? - uses a long pointer
Posted by Angus at 10/4/2007 7:00:20 AM
Hello
I have a function in a C DLL like this:
DWORD __stdcall FCSConnect(const TCHAR * ServerName, UINT
ServerPort,
FCS_HANDLE * FCSHandle);
My interpretation in VB is (VB6):
Private Declare Function FCSConnect Lib "C:\FCS\FCSAPI\Release
\FCSAPI.dll" (ByVal szServername As... more >>
Need help on time out loop after certain time.
Posted by joaotsetsemoita NO[at]SPAM gmail.com at 10/4/2007 4:33:58 AM
hello everyone.
Im trying to time out a loot after a certain time. Probably 5 to 10
minutes.
I have the following function
Private Sub processFileCreation(ByVal source As Object, ByVal e As
System.IO.FileSystemEventArgs)
Dim strFilename As String = "c:\web\example.mdb"
Do
Loop Wh... more >>
VB 2005 Pro: Collapse to definitions is incorrect
Posted by Andreas at 10/4/2007 2:25:00 AM
If i click on the function "Collapse to definitions" ALL the collapsable
elements in the source become collapsed. This is a bug, then it is not
correct.
If you do it in c# 2005, then namespace and class will be not collapsed. In
VB.NET 2003 it was correct to.
I have installed SP1 of VS20... more >>
|