| Thread | Last Post | Replies |
|
| Sporadic problem with ShowDialog - Application Hangs | 23 May 2008 14:13 GMT | 3 |
I am having a problem in a .NET 2.0 / Visual Studio 2003 application. Most of the time, the app works fine. But occasionally, I get to the point where I execute this code: frmPolStatus.Refresh()
|
| How to minimize command mode window in console program? | 23 May 2008 13:07 GMT | 5 |
I'd like to know if there is any method to minimize command mode window when a console program is running. In my case, there are several console programs which run periodically in server. Now, every console program instance will open a command mode window and they occupy the ...
|
| How to insert element after specific element in xml ? | 23 May 2008 09:41 GMT | 2 |
i try to manage xml with vb.net and i have to insert this element between 2 elements: <QUATRE Attr_1="400" Attr_2="100" /> in my xml file witch is looking like that :
|
| Cannot connect database | 23 May 2008 06:13 GMT | 3 |
I have posted my question as below. But no answers, hope it can found here. http://forums.microsoft.com/msdn/ShowPost.aspx?postid=3377176&isthread=true&site id=1&authhash=e09bd5812ef06751e9618ca5e2acbf8709a7521a&ticks=633469349810029562
|
| Major problem with VS 2008 | 23 May 2008 05:36 GMT | 16 |
I know there are other files that we don't get to see in VS 2008 but why. I know there is info about what regions are collapsed etc. Now I have a problem with the form designer. When I open a form it right off the bat marks it as changed. Just a double click on the form will ...
|
| firing an event at specific time or interval | 23 May 2008 05:24 GMT | 3 |
I want to be able to to have an event fired within my application at a certain time on certain days (such as 2am Monday, Wednesday and Friday) as well as other timers that fire an event based on a time interval (such as every 3 minutes).
|
| Blowfish | 23 May 2008 05:03 GMT | 2 |
Does anyone have a simple implementation of Blowfish encryption ? I have gone to freevbcode.com and it wants me to download two installers that install a "chillkat" framework and so on. I really do not want to do this if i dont have to....
|
| Raising events from a class | 22 May 2008 20:36 GMT | 7 |
I have a class with shared properties and methods that manages the open forms in my WinForms application, VB.NET 2005. The data contained within must persist for the lifetime of the application. When the user selects a menu item on the main form I want the method of the class to
|
| Is it possible to translate C Call to a DLL in Visual Basic? | 22 May 2008 19:58 GMT | 2 |
I get a dll with standard call in C ++ but I really do not know how to use it in VB anyone can help??? there is the declarations in cpp to use the functions
|
| Populated gridView with thumbnails | 22 May 2008 19:15 GMT | 3 |
Hello all i need some help, What i want to do is to create a browser based app that can display various thumbnails of large images stored in an sql db. The user can then click the thumbnail to display the full image.
|
| Help With Hyperlinks | 22 May 2008 17:52 GMT | 1 |
I have a document where in there are many hyperlinks pointing to files located in a paticular directory. My concern is, if these files are moved from this directory to some other directory on the same system, then how do I replace the path mentioned in hyperlink with the new
|
| Inserting and Resizing and image into Word | 22 May 2008 16:20 GMT | 1 |
I have some images stored locally that i retrieve and insert into a word document that is programatically created im using the following code If File.Exists("C:\Pic2.jpg") Then
|
| Resizing an image before inserting into word | 22 May 2008 15:56 GMT | 1 |
I have some images stored locally that i retrieve and insert into a word document that is programatically created im using the following code If File.Exists("C:\Pic2.jpg") Then
|
| Add/insert a word doc as html doc to app (help file with no .chm) | 22 May 2008 14:55 GMT | 7 |
I have been creating help files as richtext docs and adding them to a richtextbox. I can use hyperlinks and so one, and I then have a simple help file. But since a word doc can be save as an html doc, I thought why not just make the help file an html help file (without the .chm ...
|
| problem how to pass value from one procedure to another | 22 May 2008 14:12 GMT | 11 |
I create 5 dropdownlist in code-behind. I want to insert their selectedvalues in a table by making a string separated with ":" I can get their selecedvalues but i'm stuck when i want to execute the insert.
|