Design A Flag, That Seems To Wave As It Is Viewed, On A Website?
Aug 16, 2009i need to design a flag, that seems to wave as it is viewed, on a website. can i do this with VB.NET?
View 6 Repliesi need to design a flag, that seems to wave as it is viewed, on a website. can i do this with VB.NET?
View 6 RepliesHow can I access some of the Geo encoding for a website I am making?I would like to extract the location information of where the site is being viewed/used at. This would allow the check-in process to go more smoothly when the users do.
View 3 Replieswith a college assignment. We are to make a program for a school class. It is on Flags of Europe. A Picture Viewer should show a flag and the students must type what the flag is in a text box. If it is correct it must say so in a label and display the next flag. I want it to add the correct answers the student got out of 10 flags.
View 4 RepliesI'm creating a simple web browser. I have a combobox for the url address bar. I'd like the combobox to drop down and display the sites that have already been viewed. I think I can use the BeforeNavigate2 event to do this but I'm unsure how to use it.
View 3 RepliesI am looking to get a list of websiets viewed from the registry. I think the code below is fine but how do i populate a combobox with the typedurls it finds. I have tried myself but i still get blank in the combobox
Imports System
Imports Microsoft.Win32
Imports System.Windows.Forms
[Code]....
Apparently, there is some kind of "bug" or "feature" in 64-bit Windows that prohibits a 32-bit app from "seeing" certain icons. Testing this is simple:Create a basic Windows Form app on a 64-bit machine.In the Project Properties, go to Compile > Advanced Compile Options > Target CPU. Set Target CPU to "x86".Add a button to your app that triggers an OpenFileDialog. Run the app and click the button to open the OpenFileDialog.Browse to: C:UsersDefaultAppDataRoamingMicrosoftWindowsStart MenuProgramsMaintenance
You should see the "Backup and Restore" shortcut, but its icon will be a blank white sheet. (If you don't see it there, it might be in C:Users[MyUser]AppDataetcetcetcMaintenance).
Now, close your app... go back to Project Properties > Compile > Advanced Compile Options > Target CPU and set Target CPU back to "AnyCPU" (this will cause it to run as 64-bit).Run the app and browse to the same folder. Now "Backup and Restore"s icon will be visible.This happens on all 32-bit apps. I tried it in Firefox (using "Open File...") and it can't see that icon (and many others) either. as a result of this behavior, when I try to extract icons from files when running under 32-bit, it produces an error. If I run the same code under 64-bit, it works just fine. running my app as 64-bit isn't an option. I'd literally quit programming if I weren't able to use Edit-and-Continue, and for some brilliant reason, 64-bit apps can't Edit-and-Continue, so I make them all in 32-bit).
Part of the app I am writing allows users to create an encrypted, password-protected output file that they can email safely to a central store. I can't have the users choose their own password for the encryption as the central store needs to access the contents of all the output files emailed to it. So there is one password that gets set within my vb app.I am worried that security will be compromised if the vb executable is somehow deconstructed? Is it possible to read the contents of an exe file (and thus find out the password)?
View 3 RepliesI am working on some sort of client + project management system. Each client can have many projects, many projects can have many staff. The Link (Junction) table allows for many staff members to be linked to the projects. I have attached the relationships which have been put together in Access 2007. In order to display the data in my VB forms, I am making use of OleDb, by having a OleDbDataAdapter and DataSet. I am using SQL queries to select, insert etc data from the original database tables.
My issue; I can't work out the best way to link the data together so it can be viewed on one form. So once I access Client 1, I can see the projects they have with us, and then within that, all the staff they have working on that project.
my program i abot searching in a database viewed by datagridview and i want to search within two columns i'm using this code to do so:
InstructorsBindingSource.Filter = "PhoneNumber = '" & Trim(ToolStripTextBox1.Text) & "' and instructors = '" & Trim(ToolStripTextBox2.Text) & "'"
but its not working
generally i'm trying to make a simple web broswer... my program has a button and a tab control. that when i click on the button a new tabpage is added to the tabcontrol with a web browser inside. now i have added a textbox for the url and another button that when i click on it the viewed web browser in the current tabpage is navigated to the url that i have typed in the textbox.
[Code]...
I'm developing an web application using VB.Net, and I would like to know, if is there any way to make a namespace to be viewed by all project without necessary Imports?
View 1 RepliesI want to be able to take snapshots of the desktop periodically(about 1 every 300 ms) then be able to view them live through a web browser.
Here is what I already have:
I already have a form which takes the snapshots, overwrites a file called 1.jpg with the image. I also already have an http server running which succesfully serves up html documents.[code]...
is it possible to have the open programs on my computer viewed in a list, and have the abbily to minimize and restore if so, what are the codes for it and what do i have to attach it ro (butten etc) it is for my OS i am making.
View 1 Repliesi wrote a program that i can search within a fixed database that contains names,phone number... ok,what i need is that i want to be able to print these results or to print the whole database i used printform1.print() for sure it printed the whole intervace of the program
View 2 RepliesI am trying to convert a mp3 to wav and I need to know...What is the very first thing you see when you open a wave file up? the 2nd, the 3rd, 4th and so on. Is it the riff header or the riff header contents(ID, size, Type). I need this info for a Regex string that would look something like this...
'Frame/MaxFrame (PercentDone%) | CPU time/estim | REAL time/estim | play/CPU | ETA
Private Shared _regLine As Regex = New Regex( _
"(d+)/(d+)D+(d+)D+([d:]+)D+([d:]+)D+([d:]+)D+([d:]+)D+([d.]+)D+([d:]+)"
[code]....
I am executing lame.exe from a process.Start command.VB 6.0, VBExprss, ASP,Net, & Gaming
i have a dataset that i am viewing in detail view i can enter a new record and save it fine but the auto ID field enters as (-1) after i save it does not automatically change the (-1) to a number so i need to clear the dataset then refill it to give it a genuine number to prevent concurrency violations. my problem is after i refill the dataset it returns to the first record in the dataset not the last entered record, how do i get it to return to the last record.
View 4 Repliesnormal when coding, create flag with 2 value : true or false
View 8 RepliesWhats the syntax for 'Not Null' or for when a field contains a value? I'm trying to make a flag be set when a textbox contains a value, but I don't know how to write the code to do this.
View 3 RepliesI am working with a bowling scores program that displays a high score, a low score, and an average. I need to know what flag to use to end the loop. If I use a number, that messes up the values I need.
View 12 RepliesI'm taking a course in Visual Basic 2010 and I'm trying to get a grasp on this new term called a flag. I kind of understand that it has something to do with a boolean condition. I don't quite understand what a flag is. I see references to it using the term flag. I understand it has something to do when a boolean, a condition triggers a flag. But what is the flag.
View 3 RepliesI have created my webpage in asp.net in 1024*768 resolution, my problem was that when i change my monitor resolution then the controls in my webpage will be displayed in unmanaged manner .
How to arrange items in my webpage which support multiple resolution ...
Whatever the resolution of my monitor the controls in my webpage will display as it is as managed in 1024*768 reolution !
Cannot gen. the correct wave values?
View 2 RepliesI want to make an application that can control the general volume of my pc. I have been using waveOutGetVolume and waveOutSetVolume properly. But that only changed the volume of my own appliation in the mixer.[code]...
View 1 Replieshow to get the wave file information in vb.net like frequency,no of channels etc from wave file
View 3 RepliesSo, I re did my project in VB.NEt instead of C#. So, I put all the sound files in the resource files. I made a routine to play the sound file but it says that to make sure the sound file exists. Which it does because it played in the resource manager.Here's the sub routine to play the sound:
Dim sndplayer As New Media.SoundPlayer
Public Sub TestSound(ByVal snd As String)
My.Computer.Audio.Play(snd)
[code].....
i'm needing a control, or a way to show the wave forms from wav file.
View 1 RepliesI seem to have reached a limit on the size of the form. I cannot make the form longer and I need to add more fields. Is there a limit on how many fields can be included in a form?
View 1 Replieshow I could do that to click a button on a Winform send a URL or you can (with parameters) to a Reporting Services and it loads in a browser.
View 4 RepliesI'm using LuaInterface for .NET to create Windows Forms objects. This works pretty good except for one thing:I want to use the Anchor property of Control to make them resize automatically. If I only set one of the Anchors (e.g. only AnchorStyles.Top), it works, but this doesn't really make sense. I have to set more than one Anchor, which is done by combining them with "bit-wise or" (or by just adding them numerically).
In VB.Net both works:
Dim myLabel As New Label()
myLabel.Anchor = AnchorStyles.Top[code]....
which is in a sense correct as "LuaInterface treats enumeration values as fields of the corresponding enumeration typ" (says LuaInterface: Scripting the .NET CLR with Lua).It is also not possible to assign the value as a number:
myLabel.Anchor = 15 -- 15 = 8 + 4 + 2 + 1 = Top+Left+Right+Bottom
This time, the error message is rather unspecific:
LuaInterface.LuaException: function
Is there a possibility to typecast the number to the correct enumeration type in Lua?
I am trying to create a flag viewer in vb and just cant get it.
View 2 Replies