Im completely new to printing, so please forgive me if this is a noob question...haha...basically I have an image that needs to be automatically scaled up/down when printed...similar to "Scale to...
Type: Posts; User: JeffStaples
Im completely new to printing, so please forgive me if this is a noob question...haha...basically I have an image that needs to be automatically scaled up/down when printed...similar to "Scale to...
Ok, its been posted, thanks a lot for all the help :D
Link to follow-up topic for future reference: http://www.vbforums.com/showthread.php?696335-Already-installed...but-it-isnt
TechGnome suggested I post this here to get more feedback since my last topic strayed away from the main topic..any help would be appreciated on this. :)
...
Did that and this is the error it returned
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.269
System.Deployment.dll : 4.0.30319.1...
Wow that worked...never realized I could do that. :lol:
Before it installed to a temp folder and ran without going through the whole install process...but now it wont even install because its...
Is there any way to run the Published file from the publish location? Ive had it set like that before...and I set it back EXACTLY the way it was....but now it doesnt work...Selecting online only...
I changed all of the coding as suggested above, and still nothing...the game runs fine in debug, but still messes up in the published version
I dont think the problem is in the programming...
I do have a quick question...in this code instance:
If v=3 Then v = v + 1 : function1()
Will the function be called regardless the outcome of the IF statement? If so I might have found my...
I dont see any reason why it wouldnt work unless the values are stored in textboxes...other then that it should work without a problem.
Can you give us more of the code? Looks like from the...
On my screen on the first reply I made the first and seconds CODE lines are on the same line.
and thanks for the info about the edit. :)
Why....did it do that? :/
and why cant I edit?
Private Sub Provinces_Radio_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Heres how you do it, just have the combo boxes directly over each other
Private Sub Provinces_Radio_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
I guess this is the best place to post this. Even though Ive been programming for about 10 years, everything is self-taught...if I need to learn how to do something I just look it up, and usually...