Answer Questions
Nikita Mironov Creating Tables with sql express
I know this deals with ms sql express more so than vb.net but it correlates b/c I want to edit the database with vb.net express. On to my question... I'm trying to learn how to use ms sql express using the SQL Express Manager. However, I can't seem to figure out how to create tables. I'm reading http://msdn.microsoft.com/SQL/2005/getstarted/default.aspx pull=/msdnmag/issues/04/09/expresseditions/toc.asp but it seems outdated and I can't re ...Show All
Panos889 system.string[] problem
Hi all, Im really new with .NET, I tried to make a little program on VB. NET, Im really new with this, and I cant contionue because I cant convert the system.string[] into a normal string, Ihave this: Dim management As ManagementClass = New Management.ManagementClass("Win32_NetworkAdapterConfiguration") Dim colNicConfig As ManagementObjectCollection = management.GetInstances() Dim txtDireccionIP() As String For Each mgr As Management ...Show All
Wesley Wong How to get Windows Directory
I was programing on Visual Basic 6 and I was good. Since days I have purchased Visual Basic 2005 and I liked it very much, it is stately. There are a lot of differences, e.g. in VB 2005, there is no API. My question is: How can I get Windows and System Directory Can anybody help me, please Thanks VB6 questions are off topic in these forums, you should try ...Show All
masd Multithreading Problems With A Windows Form
Hi! I took a course on Operating Systems this semester and I finally wrapped some time around the idea of threaded programming. As a way of practicing and learning how it works in .NET I am implementing a Round Robin Scheduler simulator in visual basic. I have created a class called ProcessList which is basically a queue that feeds the scheduler with processes at specified intervals. Whenever the interval passes, I want to dequeue an item, then ...Show All
Zweistein Cannot save my.settings if one of the setting fields is a sortedList
The following gives me a null reference error. Setting: name = Recipe, type = SortedList, scope = User Code: my.settings.Recipe = new SortedList my.settings.Recipe.Add("aKey", "aString") my.settings.Save() < Null reference error occurrs here. I have tried (and failed) with many different approaches to use a sorted list in my.settings. I would love to know the correct way to do this. Steve, ...Show All
arif_setiawan Context Menus
There must be an easy way to do this but I sure can't figure it out. I have three listboxes on a form and one context menu that has "Select All" and "Select None" in it as options. If I assign this one context menu to all three listboxes, how in the .Click event may I determine in which listbox to select all or no items You might take a look at "AddHandler" I think that will allow you to use the ...Show All
Tinker Tenor Context Menu....
OK, so I have a context menu that contains two options - a TextBox and a (Submit) option...it pops up when a user right clicks a radio button on my form. I want the user to be able to enter a string in the textbox, click the (Submit) option, and have the string replace the current text of the radio button. It works easy for one Radio Button, but I'd like to have this functionality available for several components. Aside from creating a separate ...Show All
imrash use flash within vb.net application
I have developed a simple application, my friend designed a startup flash animation (.swf file) for me, but i have no idea how to combine this file with my application so that it will appear every time when i run the exe file of my application. plz help the process calss has a method to wait until it is finished executing befor continuing yiou code: public void WaitForExit () Member of System.Diagnostics . Process Summ ...Show All
Rafael Nami Open presets hyperterminal
ok, i have a program, that pending on what is done it should open hyperterminal with the following setings Connects to COM port 2 Buad Rate: 1200 Data Bits: 8 Parity: none Stop Bits: 1 Flow Control: None Now i would think that i could just open a hyperterminal presets file. But every thing i have tired i can't seems to open it. a few examples: 1). Shell("C:\BT900.ht", AppWinStyle.NormalFocus, False ) 2). Openfiledialog1.filen ...Show All
Andrew Sears - T4G Published version number
When using to Clickonce publishing tool, is it possable to show what the publish version number is within the published application Yes, you can. Use My.Application.Deployment.CurrentVersion Almost forgot, the line it halts at is... Label1.Text += My .Application.Deployment.CurrentVersion.Build & vbCrLf which is in my form_load event ...Show All
Dat Dang Help needed with Converting an old C program script to Visual Basic
I've found a great program script written in C and I want to use it in my VB program, buth I have little to no understanding of C. The online version of the code is here: http://www.rpgweb.com/worldgen.c (Is legal to use: http://www.gnu.org/licenses/licenses.html#GPL ) An example of the effect is found here: http://www.bin.sh/gaming/tools/world.cgi Can anyone help me or sent me to someone or a site or forum where this code ...Show All
EddieBear Problem with DLL in Windows 2003
Hi, I have a component(dll) that calls another component(dll), but i am getting the error "429 - cannot create object" when i call a method. For Example: In the DLL that calls another DLL visual basic code: Did you register the DLL after installing Windows 2003 If not, try registering it by calling: "regsvr32 yourdll.dll" Hope that helps, contact the manufacturer/developer of the product I don't know if i ...Show All
M.Johnson Cannot connect to SQL 2000 from Visual Studio
I am a new .Net user. I am trying to use Visual Studio.net 2003 to creat a Windows application. When I try to connect to my SQL server I am getting th efollowing message "Unable to connect to batabase. It is only possible to connect to SQL server Desktop engine database and MS Access databases with this version of Visual studio. Someone suggested that I may not have proper security set up. i am not sure where to start checking. Any help would be ...Show All
ROBSR Links
hi everyone, can i link to asp.net page from a vb.net program for an instance, i click on a button in a vb.net form and it will link and open up internet explorer (an asp.net page). ok..thanks a lot for helping ok..thanks.. hi, If I directly run in Internet Explorer, it will not work.. it will onli works went i run through web matrix. how to check whether the URL runs on IIS web server or not hi! i have ...Show All
PBlais IP/DNS resolver
hey people out there :-) i've just started a new project i VB xpress. however i have encountered som problems: 1. none of the my.computer "info" things have anything about how to find the computers IP adress. how do i make the program show that 2: is it possible to make the computer convert a raw IP adress to a domain name/url adress sa that 999.999.999.999 can be converted to, google.com for instance and how about r ...Show All
