Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Member Avatar for jcgldr

hi i'm new here and new in the programming world i started about a year ago to learn about programming i didn't went to school i just studied from books and tutorials and with friends help i learned visual basic the main i learned from the book "programming with visual …

Member Avatar for JorgeM
0
291
Member Avatar for jcgldr

i'm working with vb to automate word documents so to create a new document i use dim oword as word.application dim odoc as word.documant odoc=oword.documents.add and to open a document i use odoc=oword.document.add(mypath+mytemplate) but i'm struggling now how to add a template to an existing document for example i want …

0
76
Member Avatar for jcgldr

hi i'm working on a website that i allow the user to enter a name and then press a button that prompts the server to setup a pdf acording to the info the user entered and then send the pdf to the user i'm testing the website on my leptop …

0
83
Member Avatar for jcgldr

hi i created an vb application and when i debug it or build it it works beautiful but when i try to publish it it succeed but wit 2 warning as follows Warning 1 Two or more assemblies have the same identity 'Shull Account, Version=1.0.0.0, Culture=neutral, ProcessorArchitecture=x86'. Shull Account Warning …

Member Avatar for Begginnerdev
0
121
Member Avatar for jcgldr

hi i just finished an application it works good when i debug but i tried to publish it and the publishing fails with errors that some files are double but i don't get what the problem is the error details are as follows PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) …

Member Avatar for hericles
0
576
Member Avatar for jcgldr

hi i'm working with a database application and i want to check if there is a null value in a specific column but it works only when its not null but if its null it throws an exception automatically i tried to change the nullvalue property of this column but …

Member Avatar for Begginnerdev
0
2K
Member Avatar for jcgldr

hi when i open my form to work with it it comes up this error i have no idea what to do with it can someone help me [QUOTE] Value cannot be null. Parameter name: objectType Instances of this error (1) 1. Hide Call Stack at System.ComponentModel.TypeDescriptor.TypeDescriptionNode.GetRuntimeType(Type objectType) at System.ComponentModel.TypeDescriptionProvider.GetRuntimeType(Type …

Member Avatar for jcgldr
0
261
Member Avatar for jcgldr

hi i'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested …

Member Avatar for hericles
0
236
Member Avatar for jcgldr

hi i'm a beguiner in visual basic i have a datagrid view filled with a dataset table thats combined by 2 tables 1-persons 2- actions i want to select a row in the grid view and get the person table where personid is selected in datagridview i assume that it …

Member Avatar for M.Waqas Aslam
0
294