| Thread | Last Post | Replies |
|
| Clarification of serialization issues | 24 Jan 2005 10:17 GMT | 1 |
I was after clarification of some of serialization issues. I think I know the answers, but I want to be sure. 1. In a serializable collection class is it mandatory (for serialization) to have a default Item property that is effectively
|
| Clarification of serializaton issues | 24 Jan 2005 10:17 GMT | 1 |
I was after clarification of some of serialization issues. I think I know the answers, but I want to be sure. 1. In a serializable collection class is it mandatory (for serialization) to have a default Item property that is effectively indexed by the IList index?
|
| Corresponding Printer Object of Vb6 in VB.Net | 24 Jan 2005 10:05 GMT | 1 |
I want to know what is the corresponding printer object of VB6 in VB.Net In VB 6 printer object was default and we could use it and call all its methods like 1.Printer.PaperSize 2.Printer.DrawWidth 3.Printer.Line How to use them in VB.Net if some can let me with some examples
|
| Page can not displayed in ASP | 24 Jan 2005 09:52 GMT | 1 |
i have one ASP application,through that application i want to download file from one particular FTP site.But the file size contains nearly 76 MB and my browsing speed is normal,if i try to download a file,it downloding upto some
|
| how to prepare a patch | 24 Jan 2005 09:44 GMT | 2 |
Sir, In a form i have kept 2 textboxes(a,b) and a button(add). which supports only of integer values i have written. after entering the values in the textboxes and after clicking the add button
|
| Add Button to Tab Page (using code) | 24 Jan 2005 09:39 GMT | 2 |
I'm using "Dim btn As New ButtonArray(Me)" to create a series of buttons on my form. However, I'd prefer it if they were created on a tab page of a tab control. Is this possible? My code:
|
| SendInput Function Question | 24 Jan 2005 09:29 GMT | 7 |
I'm trying to find a code sample on how to use the SendInput Function to simulate a mouse click on a button of another form. I've looked all over and can't find one. Thanks.
|
| VB.Net Std Trial Version | 24 Jan 2005 09:13 GMT | 2 |
Is there a trial version available for download on the net anywhere? I see on the MS web site that I can get a trial version of VStudio.Net but I am really just interested in VB on it's own. What I really want to know or check in a trial version is that VB.Net Std
|
| For serialization experts... | 24 Jan 2005 09:10 GMT | 2 |
Hi. I've two big serialization problems: The first is about the <nonserialized> attribute on a field on a mother class. His inheritance seems to be effective only if the member is public. If it is not the case, when I try to seriliazise the child class, vb tries
|
| using pipes for communication | 24 Jan 2005 08:35 GMT | 6 |
i want to communicate between simulator1 and simulator2 I use pipes, but, um, it doesn't seem to work right. The main idea is to have a process(main) simulator1 that creates another(child)simulator2 using CreateProcess().
|
| Delay when selecting menu item | 24 Jan 2005 07:46 GMT | 7 |
I'm experiencing a delay (of about 1-2 seconds) when I try and select and item in my VB.NET windows menu. The menu item eventually appears and the program carries on as normal. But I cannot track what is happening between the click and the items appearing.
|
| partiallly transparent window, always on top | 24 Jan 2005 07:44 GMT | 3 |
Is it possible in VB .NET to create a window that is always on top of all other windows, while at the same time being partially transparent? As example that this kind of thing is possible, the splash screen of Adobe Reader (formely Acrobat) seems to be partially transparent.
|
| xpburncd dll - trapping its events | 24 Jan 2005 06:15 GMT | 1 |
I'm using the xpburncd dll from MS, but I'm not using it as a usercontrol; rather, I am simply referring to it thus: Dim oburn As New XPBurnCD This works fine, but I also want to trap its events - eg, addprogress,
|
| Different behavior in debugger between VB.NET and VC# | 24 Jan 2005 05:02 GMT | 2 |
Why is it when you build an assembly in C# and it has a private fields in a class, they are not visible in the Watch/QuickWatch window when referenced and debugged from VB.NET project.
|
| Serivce packs or patches in VB or .NET | 24 Jan 2005 04:05 GMT | 1 |
Thank u very much for assisting us. My doubt is How to Implement the service pack ot patches in VB or VB.NET.for example I have 2 text boxes and 4 buttons add,sub,mul,div the textboxes accepts only
|