| Thread | Last Post | Replies |
|
| multiple table in datagrid | 08 Sep 2005 11:00 GMT | 3 |
I meet a system.ArgumentException: cannot create a child list for field x. my coding as follow Dim cn As SqlConnection Dim da As SqlDataAdapter, da1 As SqlDataAdapter
|
| Alignment of text in RichTextBox | 08 Sep 2005 10:48 GMT | 3 |
I'm doing a notepad application for learning. I have a problem finding anything on how to align text left, center and right in the RichTextBox. Couldn't find any clear answer in the group.
|
| w3wp keeps hold of bitmap(fromFile) | 08 Sep 2005 10:16 GMT | 2 |
I've opened a bitmap from a jpg file with Dim bmp As New Bitmap(IO.Path.Combine(origFolder, value)) ' now resize the image into another bitmap and save that where origFolder is the directory containg the image and value is its
|
| VB.NET + Crystal report . | 08 Sep 2005 07:25 GMT | 3 |
I got this error when I preview report in Vb.net "Unknown query Engine Error" Is that my crystal report got something wrong ??? or my SQL server is too slow to response ??
|
| How to suppress an Outlook warning message? | 08 Sep 2005 06:29 GMT | 1 |
I have a VB.NET application where I am writing emails from rows in a table. For each email, an dialog box with an Outlook warning message appears. I would like to be able to write the emails without getting this message for each email.
|
| Why use Interfaces? | 08 Sep 2005 05:09 GMT | 5 |
I know seasoned OOP-savvy developers will roll their eyes at this one, but can anyone provide a clear explanation as to *why* one would need to use an Interface in a VB.NET application? Every book and article I seem to run across jumps right into "and here's how
|
| Darn Ding | 08 Sep 2005 05:06 GMT | 6 |
I'm trying to prevent the beep when the tab key is pressed. It works ok on XP but windows 2000 is ding ding ding Here is my code: Protected Overrides Function ProcessDialogKey(ByVal keyData As
|
| How to run application at shutdown? | 08 Sep 2005 03:47 GMT | 4 |
I need to run an application each time a user shuts down their PC. Is there a built in way to do this in Windows XP? Perhaps a registry entry or through a scheduled task or will this require the creation of a Windows Service that simply listens for the shutdown command?
|
| How to print like the old ways | 07 Sep 2005 23:38 GMT | 12 |
I am just wondering if anyone has got any idea of setting up a new class so that you could just print like the old ways with the printer class, since I am writing a program that really requires simple black and white text printing, but there is alot to print and it's needed at ...
|
| SQLDMO failing to enumerate sql servers in vb | 07 Sep 2005 22:43 GMT | 3 |
Anyone know why this would happen... I added a reference to the SQLDMO COM object, imported it on top of my code.. then this test code fails Imports SQLDMO Module Module1
|
| Datagrid EditCommandButton CausesValidation | 07 Sep 2005 22:24 GMT | 1 |
Having an issue with the datagrid.... Instead of actually updating everytime someone selects update in the datagrid, I am currently writing an XML file on the server that consists of the datagrid changes, to which, when the "Submit" button is selected it will then do the update ...
|
| Writing to Registry: Unauthorized Access Exception | 07 Sep 2005 21:12 GMT | 3 |
I am attempting to write values to the registry, but get an UnauthorizedAccessException when I try to do a SetValue on an existing key. However, I can create the key, with a value, when it does not exist. Here is a snippet of the code:
|
| Line Terminators using streamwriter.writeline | 07 Sep 2005 19:58 GMT | 5 |
I posted this earlier with another question but did not explain myself well... How do get a line feed character on the end of a line using the streamwriter.writeline fuction? Following are a list of possible terminators. I need to use the line feed, option 2, instead of the ...
|
| PDF Printing | 07 Sep 2005 19:11 GMT | 4 |
Why is it so hard to find some sample code to print a pdf without a 3rd party component? -- I am using the free version of SPAMfighter for private users.
|
| "calculate number of weeks between two dates" | 07 Sep 2005 15:54 GMT | 3 |
Can someone tell me how to calculate the number of weeks between two dates. Your help is appreciated. Thanks, George
|