| Thread | Last Post | Replies |
|
| Compilation Error | 21 Oct 2004 10:01 GMT | 1 |
I get the following error when I compile a project The custom tool 'CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator' failed while processing the file 'BatchProcessReport.rpt'. Any idea's?
|
| Screen Resolution in VB.NET (Windows Applications) | 21 Oct 2004 09:55 GMT | 1 |
I am developing an application using VB.Net Windows applications. I have developed this by setting a screen resolution of 1024 X 768. If the user changes the screen resolution or the font size in the settings the forms are not displaying properly. The controls are not in a proper.
|
| New bitmap() is very slow | 21 Oct 2004 09:39 GMT | 2 |
I load a JPEG image, say around 300 kBytes, from disk as follows: myBitmap = New Bitmap(openDlg.FileName) I then make a copy of this as follows: bmpImage = New Bitmap(myBitmap )
|
| [Newb] KeyPress question | 21 Oct 2004 09:35 GMT | 2 |
I have TextBox1 and TextBox2 in my win. app, is it possibe to make my "Left Arrow Key" act like "Shift Tab"(focus the previous control) only in the case the cursor comes to the begining of the text inside the textbox??? (sort of MsWord table behaviour)
|
| Class property as a Byte array | 21 Oct 2004 09:33 GMT | 3 |
Can you define a property as type Byte array of a specific length? I am trying to pass a byte array which is 3200 bytes in length from one form (in which the bytes are read from a file) to another form (where the content can be edited). I have defined a property for the editing ...
|
| Passing collection to web service in .NET | 21 Oct 2004 08:43 GMT | 1 |
I wish to pass a collection object to a web service method in VB.NET, but when i try to do so i get an error message that "There was an error generating the XML", i even tried the XMLSerializer, but the same error came at different point in the program. Can anyone tell me how to ...
|
| Combo boxes | 21 Oct 2004 08:38 GMT | 1 |
Is there some way to auto fill the .Text section of a Combo box using the list items, based on what the user enter into the .Text section. Similar to an Access Combo Box. Thanx
|
| dataset.getchange always flag true when bind to a custom controls | 21 Oct 2004 07:05 GMT | 3 |
I noticed this strange behavior; I created a new control (example inherits from textbox) and add a new property, then I bind this new property to a field in my dataTable in a dataSet. After the binding statement, when I check for dataset.getchanges ... it alway returns that there ...
|
| in VB.net app how to show a modeless form when a model form show. | 21 Oct 2004 07:00 GMT | 3 |
I have a list form and a detail form . Before, I open the List form, use form.showDialog(),then I click List Item and open the Detail Form by form.show(). now , user need when the list form show, auto open the first Item Detail .
|
| richtextbox------its urgent | 21 Oct 2004 06:27 GMT | 1 |
I am placing textbox controls and combo box controls on richtext box and 2 command buttons on form control. after executing the application i'll place some text into textbox controls and select a value from combo box after entering of all the details i'll
|
| Capture the mouse | 21 Oct 2004 06:06 GMT | 3 |
I have a control on my vb app form that dont cath a mouse event`s how can i catch a mouse event on that control and pass it to a function in my main form??? In VB-6 i used the setcapture api function!
|
| Need to debug/trace ADO's Fill method | 21 Oct 2004 04:58 GMT | 5 |
I have a website where cataloge pages are populated by calling a stored procedure on sql server. I use the sql data adapter's fill method to call this stored procedure and fill the dataset. about 6 to 15 times a day the server hangs and times out when this fill method is called ...
|
| How can I get Next month of todays ? | 21 Oct 2004 04:47 GMT | 3 |
e.g today is 23-12-2004, i should get nextmonth of today 23-01-2005 I know DaysAdd(noofdays) ,but I don't know noofdays should be 30 or 31 ? Thanks a lot
|
| SQL Query problem?? | 21 Oct 2004 03:50 GMT | 5 |
Hello Experts, I have problem while making a SQL Query. For Example:- I have three tables
|
| vb.net equivalent of ActiveX? | 21 Oct 2004 03:13 GMT | 3 |
I need project2 to communicate with project1. I usd to do this in VB6 where Project1 was an ActiveX app and Project2 was a regular exe. Project1 runs 24/7. Project1 invokes project2 each day at
|