| Thread | Last Post | Replies |
|
| Need Help With ASP.NET | 22 Jul 2004 11:13 GMT | 3 |
I need some help with asp.net... I have a problem with web.config file.... I would like to bind extensions to
|
| Socket problem (Connection refused) | 22 Jul 2004 08:09 GMT | 5 |
Hi I'm created a socket listening on port 1234 (it is shown that this post is in listening mode if I use NETSTAT). Now Iam trying to connect to this port: IPHostEntry entry = Dns.Resolve("localhost");
|
| System.Byte() array convert to string... HOW??? | 22 Jul 2004 07:16 GMT | 2 |
Using the VB6 Winsock control in VB.NET the GetData(byRef Data as Object) method of the control returns an Object. I have used this code that works but am not familiar with .NET arrays/object/conversions... Private Sub wskSocketPlus_DataArrival(ByVal sender As Object, ByVal e ...
|
| Toolbars and Menus | 22 Jul 2004 06:22 GMT | 2 |
Hello Sir/Madam, I am tring to create Menu and toolbar controls that looks like the one used in Office Xp. I have trird using the Menu class to create my own myMainMenu and MyMenuItem but in Ide after I put myMainMenu and try to create the subitems it creates MenuItem rather than ...
|
| Changing the main form | 22 Jul 2004 05:57 GMT | 3 |
Hi, How do you change the main form in visual basic .net 2003? I have a form1 as the startup form. Based on a user response as to which mode to run the program in, i would like to transfer control of
|
| Control box in VB6? | 21 Jul 2004 23:03 GMT | 1 |
Hi, I am using a check subroutine to check whether a code exists in the database, if the code exists i want the sub to set the combotext to the code of the value (the combobox has all the codes). I want to use the dropdown list not the dropown Combo.
|
| Enumerting Type out of an Assembly through unmanaged API | 21 Jul 2004 21:32 GMT | 1 |
Given a path to an assembly in unmanaged code does anyone know of a way to load the assembly and enumerate out the types as strings using the mscorlib API? Thanks in advance Tom
|
| how Can i convert from rectangle to rectangle F | 21 Jul 2004 18:06 GMT | 2 |
hi all i need to convert from rect to rectf .. how can i do this .. (VB.NET) thks JSB
|
| Comments in Powerpoint | 21 Jul 2004 16:29 GMT | 1 |
Hi, this is a critical presentation we are working on, there are lot of fields on the screen and each field has a small description to it. If the desciptions are put on the screen directly as a comment or a
|
| HELP PLEASE - new install of Server 2003 - ASPX not running | 21 Jul 2004 15:48 GMT | 7 |
Simple ASPX application not running. I've given the ASP.NET, IWAM, and USR accounts full permissions to the folder my application resides in. I don't know what else needs done on the server so that .Net applications run on it. I do see under "Control Panel --> Administrative Tools" ...
|
| HttpWebRequest from winform | 21 Jul 2004 15:36 GMT | 9 |
I have code which works as an asp.net page that posts an xml file to web page and gets a response back. When the the calls GetResponse() it goes into the page it's posting to to and works fine. When it's been ported
|
| HELP PLEASE - IIS6 - default web site properties - SharePoint Settings error | 21 Jul 2004 15:22 GMT | 3 |
When I go to properties of Default Web Site and click on Server Extensions 2002 tab, I get, "Microsoft SharePoint is installed on this web site. Version 5.0.2.5012
|
| Communication between forms | 21 Jul 2004 15:14 GMT | 1 |
I have two forms a MainForm which is the entry point of my application and I created a 'Settings..' dialog box which appears when I click on my itemmenu 'Setting'. I had no problem to get the results from the 'setting' form into my MainForm when I use : if (SettingForm.ShowDialog() ...
|
| How to Post back OBjects and remember State | 21 Jul 2004 15:06 GMT | 1 |
Hi Every One, How do i create Objects and then remember the state of the Objects once we do the post back. Here is what i am trying to Do. .
|
| determine IP address for TCPListener | 21 Jul 2004 14:35 GMT | 2 |
I have a TCPListener which needs to listen on my LAN IP as well as the loopback address. In VS.Net 2002 the TCPListener constructor could accept the port as an argument and it automatically bound to all network adapters (this is also how it worked with VB6). Now that
|