- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 4
- PC Specs
- 9.99 are you out of your mind?
21 Posted Topics
Re: Balls of steel. | |
Re: # Extensions hidden and notepad ++# ##[Alert!!] turning off hide extension may be a security risk[Alert!!]## **you could turn off hide files for known extension types so you can name a files its extension. Then download notepad++** | |
So, one day i type in .com in extension for file, while not paying attention really so much. Then it turns into a ms-dos application. | |
| |
So i have a MDI Thing going on and it is appearing behind split container control I was thinking i may need, FindWindow or something. Dim ChildForm as new Form1 ChildForm.MdiParent = Me ChildForm.Show | |
windows 7 home premimum x64 access denied for saving files to app_data folder and any other folder in the projects root directory. Code below is what im using to save and getting... doc.Save(Server.MapPath("~/App_Data/Logs")) I get a couple access to path denied msgboxes. Set a few permissions and no go. | |
# **CHEAP LAYOUT** # A Full width layout. Tada! | |
Ok here is the deal,i thought ImageAnimator can be controlled so im trying to do so by using the form Key Down Event,a timer,and an integer.So it fails with a An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in System.Drawing.dll Additional information: A generic error occurred in GDI+. When i move … | |
Just wondering here what is a efficent way to communicate between a Windows Form project and a console application. So far im using Visual Studio 2012 and the System.IO.Pipes namespace,to send bytes between the application. In the windows form(as client) Dim pipes As NamedPipeClientStream pipes = New NamedPipeClientStream("A Digital Whirlwind … | |
Re: Refer here [Click Here](http://www.daniweb.com/software-development/vbnet/threads/433602/place-this-together-for-fun-ms-access-update-delete-and-save-to-database) a nice snippet involving datasets. | |
Re: you might want to find a virus and see how it works. | |
Rewrote this a few times heres the meat and potatoes. Has a few issues such as flashing when moving in different directions quickly. Thinking of trying to clamp a few values to try to stop the diagonal movement,flashing and smoothing out the sprite. Something along these lines might update this … | |
Re: [Write to a access database.](http://www.daniweb.com/software-development/vbnet/threads/433602/place-this-together-for-fun-ms-access-update-delete-and-save-to-database)Has code to write to access database plus some extra ideas. | |
A Example for OLE DB I Compiled. Put back together for fun maybe. # Someone convert this to ASP.Net plz with a splash screen. # # Required Materials # 1. a vb.net compiler(visual studio vb.net express perhaps?) 2. Libzplay dll(your search engine will help) Imports System.Data Imports ESO.libZPlay Imports System.Data.OleDb … | |
im expermenting with c# and XNA and was just wondering that is possible im trying to do this is there way to change the name of the proptery or field so i can declare to something the built in xna will recognize? [CODE]rectangle.Location.Above top;[/CODE] or [CODE]xTile.Dimensions.Location.Origin.Above top;[/CODE] | |
ok first its a asp.net web application second i left the folder structure defualt style i added some images to style\images then i dragged them into the the master page they dont show up on the register page login page etc one images does which is in a sub folder … | |
Re: I just added it as a resource in visual studio 2010 1.Go to Projects 2.Then Locatate where it says yourprojectname properties 3.Locate the Resources Tab 4.Click Add Resource in resources tab 5.Locate Database it will appear under files(after you located and added) 6.When you add a wizard should pop up … | |
I want to stick this [CODE] Dim cmd As OleDbCommand = New OleDbCommand("SELECT * FROM 0 WHERE Id = 1", con) Dim reader As OleDbDataReader = cmd.ExecuteReader() If Not reader.HasRows Then MsgBox("Data does not exist") Else MsgBox("Data Exists") End If [/CODE] and this [CODE] If Inc <> -1 Then Dim … | |
Im using Microsoft Visual Studio 2010 Microsoft Acess 2010 This is for practice Lets See First off i was able to get to insert records(Code Below) Now im trying to get the program to prompt a message when the id or field exists on the key down event and not … |
The End.