Questions |
| |
Can anybody send me a simple vb program using sql server as database?
|
|
0 answers
|
Can I get a simple program on vb and sql server database from anyone?
|
|
1 answers
|
Create a form that allows the user to click a button that opens a file selection dialog where the user can select two Access database files. Once the user has selected the database files, obtain the collection of tables within the database and iterate through each table comparing each field within each record of the database comparing the values between database 1 and database 2. In order to compare the data within each table, you must identify the primary index named GINTINDEX which may contain one more fields. Then, use the values in the primary index of database 1 to identify the record for comparison between the two databases.Could anyone specify the code in detail
|
|
0 answers
|
hi all,
i have kept 2 dtpick to select startdate & enddate i want to retrive the records from my access table between startdate & enddate selected from dtpick & to be displayed in mshflexgrid can any one help me please.
TIA
|
|
0 answers
|
How can I add sound files to my form and I need to control it by my program?
|
|
1 answers
|
How can I connect SQL Server 2000 DB to Visual Basic 6.0 ?
|
|
1 answers
|
How do I call a function automatically when Powerpoint advances to the next slide without using an action button? I just want to check a variable state after each slide is entered, but don't want to use a button. Thanks. Acam
|
|
0 answers
|
How do you make coding if use converter usb to com port1 (computer-usb and device-comport1)
|
|
0 answers
|
How to dynamically load a JPEG into a PictureBox in VS2008? I need to program an app on an HP iPAQ using the Windows Mobile 6 Professional SDK and VS 2008 and the .NET Compact Framework. I am "tearing my hair out" (and believe me there isn't that much left to tear out!) trying to load an external JPEG into an existing PictureBox on my form using code in VB.NET. Can anyone provide me with an example of how to load a picture named "MYPIC.JPG" into a PictureBox named PictureBox1 in VB.NET on a Windows Mobile 6 Classic SmartDevice? |
|
0 answers
|
how to make conversion program using VB?
(convert: from anything, especially .xls, to .Txt).
anybody have the code to share?
pls, thx.
|
|
0 answers
|
How to solve an error "statement is not valid in a namespace?
\In the following code first line shows an error as in quastion.I have added this method after a paint event in the window form.\
Public Sub FillRegionRectangle(ByVal e As PaintEventArgs)
' Create solid brush.
Dim blueBrush As New SolidBrush(Color.Blue)
' Create rectangle for region.
Dim fillRect As New Rectangle(100, 100, 200, 200)
' Create region for fill.
Dim fillRegion As New [Region](fillRect)
' Fill region to screen.
e.Graphics.FillRegion(blueBrush, fillRegion)
End Sub |
|
0 answers
|
How to write to dBase file?
|
|
1 answers
|
I cannot locate the USB devices on my system. Hi,
I have tried to locate the USB devices on my system. If I use the DIR$ function I can see all devices except the USB devices.
They are listed in the explorer window.
I need to find the device and then get the Volume name for the device.
Any help will be greatly appreciated
Thanks,
Roy
|
|
1 answers
|
I have been sampling out some data from the database and showing it in listview. I want to show the samples in microsoft access. What is the coding for this?
|
|
0 answers
|
In VBA what code will tell me if the macro will end-up in an error? If the macro / code turns out to be an error Then run a different macro.
The code is:
ActiveSheet.ShowAllData
but if it is already showing all then the macro shuts down with an error message.
|
|
1 answers
|
Is there a way to override the Sorting and Grouping in report? I am not new to programming but I'm new to VB.
I have a report which is called from two different buttons. Can I use the same report if I want the records sorted differently depending on from where the report is printed?
In both instances I want them sorted by the same first field, then in one case I want them sorted by 2 additional fields and in another case I want them sorted by 1 additional field different from the other 2. Do I have to create two different reports or is there a way to override or change the Sorting and Grouping informmation in a report? |
|
0 answers
|
Printing Receipt How I can print Chinese using Epson TM88III in normal fast speed? My project gets slow when i click print. |
|
0 answers
|
VB help needed Hi,
I'm new to VB6. One way to learn this language of course is by starting a new project which I am doing. I'm starting a basic casino roulette software and I need some help to complete it.
Right now I'm stuck at the point where I have one Listbox and many different lists and would like to select a list using a Combo Box and view the content of that specific list in the Listbox.
I have seen something similar using 4 lists and 4 listboxes but i'm short on space on my software and would like to display one list at a time in the same listbox.
For example, the content of List #1 would be visible in the listbox but when I select List #2 using the Combo Box, the Listbox would clear itself and now the content of the List #2 would be visible in the listbox.
Can many lists share the same listbox? Please let me know.
Thanks,
Richard |
|
0 answers
|