VS 2008 : SQL Script Maker For Access DB?
Jun 4, 2009
generate sql script files from their tables and such.I have been told to make a small program that will take as input a mdb filename, and make Create Table commands from every table the database has (in access field naming format), and make Insert into commands for each line of information for each table.piece of code to cycle a hole database non system tables, read their field properties, and then read all their containing rows?
View 1 Replies
ADVERTISEMENT
Jun 6, 2009
I am trying to make a gif maker application,this was the idea: I have 5 pictureboxes on the form 1 Final picturebox User adds 2-5 pictures on form and after that it presses a button that starts a timer The timer it's for the final picturebox to like show 1 picture than hide it and show the next.. I dont know the timer code... The code I added till now looks like this:
Dim str As String 'for the number of pictureboxes
Button"AddPicture"-
dim open as new openfiledialog
[Code]....
maybe Ur own aplication that makes from multiplme images a gif and save it as .gif and give me the source
View 6 Replies
Aug 13, 2010
i want to make a Thumbnails Maker, that makes 20 picture of a video and then a file save dialog will appear when its dune. this is my design i have right now
[Code]...
View 4 Replies
Mar 17, 2011
Im not asking for any code or anything but i was just wondering if you can make a map in notepad and than turn it into a map in Vb.net. (Like if G in notepad = grass. Have VB switch it to the grass picture.)
View 4 Replies
Apr 17, 2009
I'm trying to make a home page for a game i have, i want to be able to push a button on the form and open my game that i made in game maker, what is the code that i need to put behind the button?
View 1 Replies
Oct 30, 2009
How would i create something that would open a choose file dialog, let you click all the files you want(in this case audio files), take the ones you selected and write a windows media player playlist file(you should know but anyways its basically a text file formatted in a specific way with a .wpl extension)[code]...
View 4 Replies
Mar 21, 2011
im trying to make images to avi maker, now i watched this thread: [URL] And i downloaded that avilib and imported, so now im trying to use this
[Code]...
View 10 Replies
Mar 4, 2009
i want to know how to draw cell or grid in picturebox for icon. im creating a small program that i want to include icon editor, i know how to use bitmap or GDI+ to make icon, but i want to include small icon editor like the one with VS IDE. i want to know if the 32 X 32 icon pixels was generated by 32 rows of pictureboxes and 32 columns of pictureboxes. In a real icon editor you can use different color for each pixel.
View 12 Replies
Nov 8, 2010
Is there a way to return only a set number of decimal places when using the mod function? My 'ones' equation seems to be rounding up? (I'm assuming I have the wrong idea about '\')
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[CODE]...
Is this program very inefficient? Based on the past programs I have written for this class, I would say I've probably done it again. I don't think I have written a single "efficient" program yet. =/
View 13 Replies
Sep 10, 2009
I understand how a usual map maker/editor works. I have one that I have been tweaking with on and off for the past 2 years. It gets xPosition, yPosition, and which tile to place. However, I have been running over the problem I had last time I left it...how to apply a zPosition (to determine which layer a specific tile is on). From what I know the typical map consists of a 2D array of tiles, but not only loading the first array would you load multiple arrays for each layer needed for a particular map?
I have yet to find something that explains how a multi-dimensional/layered map array is supposed to work, or how to load multiple layers at once with transparency to allow for the bottom layers to come through. I don't need any code here, just an opinion if I am thinking about this the right way, and what terms I can look up to find out more.
View 1 Replies
Mar 10, 2010
I am trying to make a button maker program.I know I can make a rectangle (will be the main button) and a label (text on it )but how do I save it to png ?
View 3 Replies
Jan 24, 2012
im trying to make a simple schedule maker.-basically i have 2 combobox.-what i want to do is that IF i select 8-930 in combobox1 THEN combobox2 will no longer have 8-930 selection in it.
View 8 Replies
Feb 15, 2012
I wanna make a Shutdown manager :icon_cheesygrin:
Dim SETGETimeOut As Integer = " -t " & NumericSecondsValue.Value.ToString
Dim SETGETComment As String = " -c " & CommentBox.Text
'Dim SETGETNetwork As String = " -m "
[CODE]...
View 8 Replies
May 19, 2011
Visual Studio has a utility to make installers for my programs. People will be able to install and run my applications on their own PC's. It is, however, rather limited. For a start, people can't choose where to install. The installer chooses for them. I can't even find where it puts the application.
I've heard there are many 3rd party installer makers. Recommendations, please. What is your favourite, for VB applications? It should be fairly simple to use. I downloaded one, it has a scripting language that looks complex. It might take a while to learn it.It should also be free, or fairly cheap. At least have a free trial period.
View 7 Replies
Oct 29, 2009
I want to make a 30-day trail in visual basic 2008 i found this software Active Lock Software but how do i use it.
View 12 Replies
Feb 24, 2012
I have a course work for which I have to make a (as advanced as possible) WYSIWYG web page editor in VB.NET (2010). It should have a visual editor with drag-drop support for several elements such as anchors, images, tables etc, and it should generate HTML based on that structure.
I don't know where to begin though. I have some experience with vb.net, I made a tabbed notepad vaguely following a tutorial, but I don't know how to make this drag-drop thingy in a richtextbox. I've searched for a tutorial, but most of them are just too simple, a text editor with browser control rendering the HTML.
View 3 Replies
Sep 6, 2011
Library to find motherboard maker + model?
View 2 Replies
Jul 26, 2009
how make comment maker character for whole paragraph
View 7 Replies
Apr 20, 2010
My IT Project is to make CV MAKER that will create CV and will export it to PDF file, could some of you tell me how can i do it using no third party SDK, and how to manage text within PDF file i mean how to do layout, tables, different fonts, etc etc.
View 2 Replies
Dec 9, 2009
So I am supposed to be choosing a final project for my visual basic 2008 class. I cannot help but remember an old high school classmate from web design class who made a program that used the speaker built into the motherboard (or whatever makes the start up beep when you turn computer on) to time the beeps to play simple songs. It was very funny and amusing and I was wondering if anyone had seen something similar or knows how to go about making one?
View 5 Replies
Feb 22, 2010
any1 has any ideas on how to code a patch maker, (binary differential update) so when i run my patch maker, it output a program (*.exe) that will update files on another machine or local machine, assuming that old files to be updated to a new file having the same data in result;
and also the output patcher should be smaller in size (compressed)currently wad i could think of is a very very simple one but totally useless and not efficient and result large file size patch
1. where mine is read both file data
2. is both byte the same ?
3. [if not same ----> write down the marker value in outputfile1 and byte value in outputfile2]
3. [if same ----> do nothing]
4. read byte if available
5. (marker + 1)
the marker value is how many byte have been advanced so with resulting patcher will read those marker values to advance to the file address (which is the position number) and update accordingly to its byte value outputfile1 is marker values, outputfile2 is byte values corresponding to outputfile1 marker value to advance to the byte position
View 1 Replies
Feb 16, 2010
I just want to know 2 things.
1). How do you make a Vertical TabPage like shown?
2). How was the Event Image buttons done (to the very right with icons on)?
View 3 Replies
Jun 10, 2011
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim ds As New DataSet
[code].....
View 7 Replies
Mar 29, 2009
I am trying to utilize the access database, but I'm getting an error message: Value cannot be null. Parameter name: dataSet
[Code]...
That's the code I'm using, why I'm getting this error?
View 9 Replies
Jan 20, 2010
Is it possible to edit the Windows Form Designer generated code in VS2008?
View 4 Replies
Dec 26, 2010
I have a problem with updating records from vb to access, As i am a fresser with vb software request you all to guide me in resolving this issue. is there any defult code for reference.
View 2 Replies
Jul 28, 2009
I have spent several hours trying to delete a row and insert a row into an Access database using the OLEDBDataadapter and dataSets without any success. I don't get any errors it just doesn't update the datatable. Here is the last version of the code I have been trying to get to work. I have done a lot of searching and have
Data save
Private Sub SaveNumDte(ByVal ltoNum As String, ByVal ltoDate As Date)
Dim numTotal, x, MaxRows As Integer
[code].....
View 4 Replies
Oct 15, 2011
I have an application that has an Ms Access 2007 DataBase which runns great if access is installed. Is there any code that I can use in vb that I would be able to run access with out installing it.
View 5 Replies
Mar 31, 2010
Can i connect MS access 2007 to VB 2008?
View 15 Replies
Jan 27, 2012
I want to VS 2008 connecting to databases
View 3 Replies