| Thread | Last Post | Replies |
|
| MaskEditControl | 30 Oct 2007 17:05 GMT | 2 |
Good Day Group, I have a MaskEdit control to show phone in (###)###-####. I'm trying to extract number only from the maskedit control. For example, maskedit shows this (123) 456-7890 and would
|
| Config Files | 30 Oct 2007 16:23 GMT | 1 |
Does anyone know of any config file reader classes that I can implement within my application. I am not attempting to read the current applications config file, but other applications. I need to be able to add sub nodes to existing nodes within the document.
|
| Inline warning Supression | 30 Oct 2007 15:44 GMT | 4 |
Does VB.NET have any support for inline warning suppression like C#? I am porting a project from VB.NET 2003 to VB.NET 2005 and I have a bunch of warnings that after careful examination are benign. I would like to be able to mark those lines of code so that the warnings to not ...
|
| I heard there is some trick to referencing statics in VB.NET CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to | 30 Oct 2007 15:03 GMT | 3 |
I heard there is some trick to referencing statics in VB.NET CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to compromise safety in the ...
|
| Problems on Vista | 30 Oct 2007 12:37 GMT | 3 |
I have created one VSTo COM - addin for office 2007 in vb.net 2005. I have seen that my code is not working if I access the hkey_Classes_Root or hkey_local_machine through my code on windows VISTA. My code is working fine on all OS except VISTA. I have access
|
| VB2005: Can a usercontrol 'trigger' your main form ? | 30 Oct 2007 12:12 GMT | 13 |
I have a solution containing two projects - main project with main form containing a statusstrip - second project containing a usercontrol. I have added the usercontrol to my main form, all works perfect...
|
| Syncronizing two threads | 30 Oct 2007 11:38 GMT | 16 |
I have got two classes: One producing data and one consuming data. Running as two threads, the first class adds data to a job-queue, the second one fetches data from the queue. My problem is that the consumer thread spends most of its time waiting
|
| How to save image with the textbox(read-only) on it? | 30 Oct 2007 08:46 GMT | 2 |
I want to save a picture using that code and i have a read-only textbox on the picturebox1 named "textbox2". I want users to enter their custom text using "textbox1" and save the image with the text associated to textbox2.text (will be saved/
|
| Disabled textbox (and richtextbox) coloring | 30 Oct 2007 06:14 GMT | 3 |
I've some textboxes and richtextboxes. I want to keep the user from being able to modify the text that is displayed. So I've set them to disabled. But I don't want them to be grayed out. So I've set the forecolor to
|
| The way of creating a settings / config form? | 30 Oct 2007 05:53 GMT | 6 |
I want to implement a settings form to my project which consists of some strings and simple codes thus the users will be allowed to have their custom settings/profiles. How can i make settings form in VB.NET and store/recall them?
|
| Vista border sizes in form design vs application | 30 Oct 2007 04:34 GMT | 2 |
In VisualStudio2005, using Vista OS: in the form design window a form's border width appears to not have changed from using WindowsXP or Windows Server 2003 OS's. However, when the application is launched (in Vista), each form's border width has doubled in size.
|
| Dynamic Button Anchor Problem | 30 Oct 2007 04:10 GMT | 6 |
FYI: This may be a duplicate posting. It appears my previous posts have failed. I have a form that displays nothing on it except a few buttons. When the form is loaded it is dynamically displays additional buttons. Each customer
|
| How to get the current date/time stamp from a network computer? | 30 Oct 2007 01:58 GMT | 7 |
I am a network administrator in a fairly large software company and I would like to write myself a small utility, which would connect (one by one) to all machines on the network and get their current date and time stamps.
|
| Absolute position | 29 Oct 2007 19:44 GMT | 1 |
I'm trying to make a button on my form be in a fixed position, I used: <asp:Button ID="butCancel" style="position:absolute"; runat="server" Text="Cancel" /> but I get an error that this "is not well formed"
|
| Programmatically adding a schedule? | 29 Oct 2007 17:28 GMT | 2 |
I need to add an item to windows scheduler, as part of an installation. Is it possible? Can anyone point me to information on how to do it? Thanks. Al G
|