Topics
-
-
- Leaders
- 1 reply
- 1.6k views
How can I shared the same ImageList between two forms? If I create ImageList with form editor, it is viewed only in that form. I create Image List from code (module) and it is viewd in all project forms but I want that the image loaded into imagelist haven't absolute path, I want that images are incapsulated into the project so the final .exe will be without reference. Somebody can help me? Christian
Last reply by snarfblam, -
-
-
- Leaders
- 1 reply
- 940 views
Is it possible load (via code) windows icons into an ImageList? Christian
Last reply by snarfblam, -
-
- 4 replies
- 1.1k views
Hi: Forgive me if this is the wrong forum...didn't see a forum that applies to this. Are there any good sources on how to do file IO on pocket pc development? Application.startuppath isn't an option here and it is not apparent to me how to test with file IO (i.e. get files read in and out). Any thoughts would be appreciated. Thanks! Eric
Last reply by ehelin, -
-
- *Experts*
- Leaders
- 4 replies
- 1.1k views
Hi All: Just sitting here with one of my collegues and was wondering if anyone knows what visual studio is built with? And for that matter, windows itself? I have always assumed it was C/C++ since that is what the API calls resemble. Just curious... Eric
Last reply by Nerseus, -
-
-
- Administrators
- *Experts*
- 3 replies
- 1.1k views
First, congratulations to me - my company has been bought by 3M! As we moved from a small company to a large company (from 8 to about 80) we experienced a number of issues - which we've overcome (not without a lot of work and growing pains). Now we're expected to double in size in the next year (up to about 150 people). Besides the issues of just finding the right people, we're finding ourselves with new kinds of problems, such as keeping our codebase consistently high quality. The main question is (I hope): How do you share knowledge among many developers? Our company has a product that is sold from state to state (and soon to be international). Each area is ov…
Last reply by PlausiblyDamp, -
-
-
- *Experts*
- 1 reply
- 846 views
Abstract: I want to filter a dataview with a value where column name have a SPACE. Description:- I bind a dataview to a datagrid, The query which is fetching the results in Dataset is something like this:- Select POSTAL_ADDRESS as "Postal Address" from Emp where .... Now the column name in Dataview is "Postal Address" which is having a space, with this column name when I am filtering the Dataview like:- DataViewAddress.RowFilter = "Postal Address LIKE '*Bel1*'" which throws following exception:- System.Data.SyntaxErrorException: Syntax error: Missing operand after 'Address' operator. I tried DataViewAddress.RowFilter = "\"Postal Address\" LIKE '*Bel1*'" I al…
Last reply by Nerseus, -
-
-
- Leaders
- 5 replies
- 1.2k views
Using visual basic I want to prevent the user from entering '*' into a textbox. How can this be done? Any help offered is greatly appreciated.
Last reply by mskeel, -
-
- 0 replies
- 1.1k views
Do you know where I can find information about changing layout (form color, form border, etc..) about MDI Form. I have to create a program with treeview in left dock, statusbar in bottom dock and mainmenu in topbotton. Every child form is open in fill dock. I don't know how changing color and border in all the controls!! Mainmenu and statusbar are always in windows default color!
Last reply by cmarchiol, -
- 1 reply
- 1.5k views
What's the command to retrive the windows logon details? Exist a class to do this? Christian
Last reply by cmarchiol, -
- 1 reply
- 1.5k views
I wanted to detect when a person logged on to my server with terminal services and detect that person's logged on name It seems like I should be able to do this with System.Security, but I am having trouble getting documentation on it Thanks!
Last reply by cmarchiol, -
- 2 replies
- 1.2k views
Hi there i'm trying to build a page for my company's intranet. The general idea of the page is that we replace the logon page to the intranet options with a page that reads your windows logon details. Anyway we have Many different parts to the options page and we only want certain users to be able to access certain parts. To do this we want to create a seperate user group for each button in the options menu, and only make the user a member of the groups we want them to be able to access. At the moment i cannot work how to get user groups for a username. I can get the username fine, but getting what windows groups it is a member of i cannot work out how to do. How does…
Last reply by cmarchiol, -
- 0 replies
- 753 views
This seems really easy, but I can't seem to get it to work. Lets say I have a dataset that I am filling with all the information that I will use later named rs. Now I want to add data to rs from an xml file. So far I tried to just read the file into rs, but since rs already has data in it, it cannot fill with a multitable xml. So now I am reading the xml into a temperary dataset, rs2, and trying to just copy the tables that I want, but I can't seem to get it to work. Is there 1) a better way to do what I want or 2) a way to copy tables into another or 3) will I have to read each row from the table into the other? Thanks.
Last reply by JJKazJr, -
- 2 replies
- 1k views
Hi: This is a bit wierd...we have a number of .net applications (2003) that use crystal reports. Recently (and very intermittenly), some of the applications will be in use and they will spontaneously uninstall themselves. We reinstall and they run fine...no errors thrown. My search on the internet hasn't turned anything up and I was curious if anyone had any thoughts. Thanks! Eric
Last reply by ehelin, -
- 0 replies
- 735 views
I have page [asp 2.0] that have loginstatus button! and also "search tool", emm.. you know: textbox and button... the problem is - everytime i enter some text in search textbox and don't press button, but ENTER key, loginstatus button works and i'm logged out... :( it looks smth like that: <html> <head> ........ </head> <body> <form id = "form1" runat = "server"> ........... ........... loginstatus1....... ......... textbox_search.... button_search.... ............. </form> </body> </html> do i have to create form tags to each - loginstatus button and "search tool"??? …
Last reply by sidnijs, -
-
- Leaders
- 12 replies
- 3.4k views
I noticed that in the Profile section there is a space for writing your language preferences. Is it at all possible that this information be shown with every post like the avatar, signature, post count and everything else. The reason I ask is I've lost count of the amount of threads where examples have been given in one language only to find the user only understands another. Users that had the foresight to add such information to their signature are rare in these parts.
Last reply by Denaes, -
-
- 3 replies
- 1.2k views
Is it possible to change the TCP/IP Properties from code? I need to toggle between the settings "Obtain an IP address automatically" and "Use the following address:". And for the latter one I need to specify the "IP address:" and "Subnet mask:". Any ideas? For clarity I attached a picture.
Last reply by MrPaul, -
-
- Leaders
- 4 replies
- 3.7k views
When a form is minimized or maximized the size and location properties change. But where are the normal state's size and location stored in the meantime? Or is some event fired when the user minimizes or maximizes the form? I'm actually trying to save the form state of my main form on program end and restore the size and location on program start.
Last reply by JumpyNET, -
-
-
- Leaders
- 1 reply
- 639 views
Hello I�m a beginner VB.Net programmer. The program I�m building requires that I save user information. I would like the score of a game to be saved the next time the player plays. Can anyone help me with this? I know khow to build the program. I just don�t know how to build it to save data. Thanks for any help
Last reply by snarfblam, -
-
- 0 replies
- 780 views
i have 5 tables in access database and i want create report of them. how can i create one dataset of some of their fields. i n fact i can create relation between 2 tables. how can i create relation between more than 2 tables? relation between tables 1 and 2 on field id : DataRelation relationB2A = new DataRelation("rb2a", ds.Tables["A"].Columns["id"], ds.Tables["B"].Columns["id"]); p.s how can i use c# code in code tag
Last reply by hamid, -
- 5 replies
- 1.2k views
I am needing to convert contents of a Text file to xml The text file contents look like this as this is a part of the actual file THE FIRST BOOK OF MOSES, CALLED GENESIS CHAPTER 1 1 In the beginning God created the heaven and the earth. 2 And the earth was without form, and void; and darkness [was] upon the face of the deep. And the Spirit of God moved upon the face of the waters. 3 And God said, Let there be light: and there was light. 4 And God saw the light, that [it was] good: and God divided the light from the darkness. 5 And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day. 6 ¶ And God said, Let t…
Last reply by vbMarkO,
-
Who's Online 0 Members, 0 Anonymous, 21 Guests (See full list)
- There are no registered users currently online