| Thread | Last Post | Replies |
|
| .NET MySQL (or any database): Getting Schema | 13 Apr 2007 06:07 GMT | 3 |
I am building a MySQL query application, and I have run into a small snag. MySQL has released a set of classes that extend the .NET framework base data classes (command, connection, etc), and I am using them to interact with the MySQL server (on localhost). Everything
|
| can datagrid column hidden in vb.net ? | 13 Apr 2007 04:59 GMT | 4 |
If I have a datagrid, actually has 5 column. but I would like in run time hidden last column. The reason is the form also have combobox for filter datagrid row. my problem is that I don't want the filter key show in datagrid. so that's why
|
| Control Datagrid height in vs2003 | 13 Apr 2007 04:56 GMT | 7 |
my problem is...i have 2 textbox for user input no. of row and no.of column. After user input, the datagrid will show what user input....for example: user input 5 rows and 6 column. After that...the datagrid will show.I would like to control the height for datagrid after ...
|
| creating a simple class, a cat class? | 13 Apr 2007 03:19 GMT | 5 |
I want to learn about classes so I would like to know how to create a simple one say a cat class with sleep, eat, meow properties. how would I make a class that i could later use proterties of for example
|
| Dim p As Process = New Process() vs Dim p as New Process() | 12 Apr 2007 23:37 GMT | 6 |
Is there a difference between these two lines? Dim p As Process = New Process() Dim p As New Process() Thanks,
|
| Replace Bytes | 12 Apr 2007 21:44 GMT | 1 |
dim br as BinaryReader(stream) dim buf(5000) as byte br.Read(buf,0,5000) closeit..
|
| [Dotfuscator] Phones home ? | 12 Apr 2007 21:19 GMT | 1 |
The PreEmptive Dotfuscator 3.0 (professional version) in evaluation mode works for 14 days. It dotfuscates .exe and .dll (common .dll and aspx .dll) . Dotfuscator scrambles the original code and
|
| Two gridview questions | 12 Apr 2007 21:01 GMT | 1 |
Hi -- I thought this would be a simple thing to do, but I haven't found a way to do it. Forgive me if it's a FAQ.. Can you limit the input of a column's cells to a certain number of
|
| creating .mdf in ASP | 12 Apr 2007 20:43 GMT | 5 |
I've been writing Windows apps for years now but to become familiar with web apps I'm working my way through some instructions to build a web site using a SQL database. The instructions assume I'm using VB Express but I'm using VB 2005 pro. I ran into a problem when the ...
|
| How to make default toolbars come back vb.net2005 | 12 Apr 2007 19:42 GMT | 1 |
Is there a way I can make vb.net 2005 go back to its default settings for it to show me the default toolbars and explorers and all that?
|
| Adjust screen resolution | 12 Apr 2007 17:58 GMT | 1 |
Can someone help me with tips and code on how to make a VB.NET 2005 program fit to any screen resolution, the user might have. Is there a standard resolution in which I have to make the program and what is the code to implement, so all controls
|
| scan image with TWAIN | 12 Apr 2007 17:32 GMT | 2 |
Hello, I have an application in which I want to adquire an image from a TWAIN scanner and I need a free library to use in my VB.NET application. Any one can help me? Thanks in advance,
|
| Interface Inheritence Help | 12 Apr 2007 15:39 GMT | 11 |
Need some help - and I may be doing this wrong, so please correct and suggest! I'm learning the MVP method, which I seem to have a good grasp of. Now I am trying something a bit more advanced. I'm declaring an event in a
|
| Docking Forms & Tabs | 12 Apr 2007 11:24 GMT | 3 |
Does anybody have any code samples that show me how to dock tabs around a form. I have found numerous controls out there that does the job, but I want to learn how to code it myself. Any sites that show how to code this.
|
| Developing for EXE and ASP | 12 Apr 2007 10:27 GMT | 14 |
Could someone give me a few bullet point notes on how I go about developing a system that can be deployed both as an ASP intranet as well as a stand alone EXE. In essence we are aiming to provide both ASP/EXE to our clients, but to try
|