|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
cj2 -
27 Jun 2009 12:49 AM - 7 messages
I have a TCP/IP server that accepts incoming TCP/IP traffic creating a new thread to answer each request. The thread then takes the info and calls a web service. The results of the web service call are then then ...
Siv -
26 Jun 2009 9:31 PM - 7 messages
Hi, I want to write a function that I pass a string to that is the name of one of my properties in my class. I.e. My class could have 3 properties: Forname Surname Initials etc I want to call my function like this: ...
Mike -
26 Jun 2009 3:26 PM - 6 messages
Hi All, We are in the process of upgrading some VB6 code to .Net Specifically, we are re-writing some class definitions in the .Net environment to still be used in VB6. I think we have most of the stumbling blocks figured out, however, there is one design requirement due to poor programming that we need to implement. This requirement is to be able to have access to all child properties from its parent. Let's do a simple example that may illustrate this. ...
tsluu -
26 Jun 2009 3:40 AM - 2 messages
public class form1 Private WithEvents Appt As Calendar.Apptmnt Private Sub Panel2_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel2.MouseDoubleClick static idx as integer Appt = New Calendar.Apptmnt Appt.Name = idx idx = idx + 1 ...
Anil Khemchandani -
25 Jun 2009 8:26 PM - 5 messages
Hello, I am trying to create a mouseover event in .net and show a hand icon on a label to make it appear like a link. I cannot use a text use a textlink or a image link for design reasons. Can anyone help me or give me the syntax to ...
Mark Brown -
25 Jun 2009 4:25 PM - 5 messages
I've encountered a problem that is very frustrating. I'm working on a web page and storing data in a session variable. I've done this in many other programs done with with no problems, so hitting this snag took me by ...
Mythran -
25 Jun 2009 4:17 PM - 4 messages
Reposted from microsoft.public.vstudio.general (no answer there)..maybe this group can help even though it isn't language specific...I can't seem to find any other place to post this specific question...if there is another place, ...
Nully Girl -
25 Jun 2009 12:27 PM - 2 messages
Hi, I am wondering if someone know where I can find some code which takes a datetime as a parameter and returns a string like many of the forums example of some return strings.. 2 seconds ago 3 minutes ago ...
Nigel V Thomas -
25 Jun 2009 10:04 AM - 4 messages
I have been commissioned to produce a client server application. Budget constraints prevent me from using a commercially available server so I will have to write my own which I have done successfully using VB6 and Winsock in the past. ...
cj2 -
24 Jun 2009 8:42 PM - 6 messages
I have a windows app that calls a web service. If the web service requires more than 20 seconds to reply I would like to timeout waiting for a response from it and proceed on with processing. Is there any way ...
BillE -
24 Jun 2009 6:36 PM - 6 messages
I am using a backgroundworker to execute a lengthy SQL Server stored procedure. There is no opportunity for the DoWork procedure to test the CancellationPending property, so I can't cancel the operation. What I would like to do instead is terminate the backgroundworker if a ...
Brian Cryer -
24 Jun 2009 12:55 PM - 9 messages
Can anyone recommend where I can get a class library to provide NNTP functions? I'm after something I can use or build on which will allow me to pull down articles from a newsgroup, and perhaps later in the project post back too. ...
Screaming Eagles 101 -
24 Jun 2009 9:48 AM - 8 messages
Hi, Using Visual Studio 2008: I have a tableadapter in my dataset connecting to a table in Microsoft Access Database, which forces me to use the IIF statement rather than the CASE statement in my query which Access doesn't allow (unfortunately....) ...
Dale Atkin -
23 Jun 2009 9:49 PM - 6 messages
Somewhere in the development of the program I'm working on, I did something that a whole bunch of dependencies to be added to my project. I'm not sure where these extra dependencies came from, but I'd like to ...
Ellie -
23 Jun 2009 6:58 PM - 3 messages
I'm having a lot of trouble with this one so any help would be appreciated. The C++ dll is just using the standard libraries. I have no trouble getting numeric values. thanks ...
cj2 -
23 Jun 2009 6:32 PM - 6 messages
Since a web service is basically multi-threaded. I was wondering how to allow it to write to a file and not have all the threads tramping on eachother. I did it this way in a multi-threaded windows app I wrote recently. ...
myckel Welliams -
23 Jun 2009 3:03 PM - 2 messages
.. . . so is TPASoft.com No, that's not breaking the law. No it is NOT fraud, dick brain! You know SFA about the law! But you ARE breaking the law by spreading wilfully damaging and and thoroughly nasty lies about TPASoft. ...
Andy B. -
23 Jun 2009 2:48 AM - 8 messages
I am new to HashTables. What are they good for and what kinds of uses do they have? I am looking for a broad generalized list of what people most commonly use them for. It is for research on my project to determine if they ...
mickey -
22 Jun 2009 11:13 PM - 8 messages
Does anyone know of a good book about winmm.dll. I tried looking online and going to the local book store but found nothing. Thanks ...
gillardg -
22 Jun 2009 6:52 PM - 3 messages
hello i'm using this code to create big mosaic from image but it does not the job what is wrong whit my code? 'add an image to the bitmap Private Function addImg(ByVal ibitmap As Image, ByVal imagename As ...
AW <> -
22 Jun 2009 12:27 AM - 4 messages
Simple(?) program to draw random lines in a rectangle but when I discard all random lines longer than size and graph the results I get a set of diagonal bands. How can random lines have a pattern? Can anyone explain? When I discard a line, I generate a new random line ...
Lloyd Sheen -
21 Jun 2009 6:22 PM - 4 messages
I generated the stubs for a web service that provides lyric information for songs. The URL of the wsdl is: [link] Some of the calls work with no problem but there are several which I have a ...
GS -
21 Jun 2009 6:35 AM - 5 messages
I tried a build com class from vs 2008 on vista ultimate form a power user. despite I have access to the files, folders, and use administrator explicitly created the appropriate CLS ID key and ...
|
|||||||||||||||||||||||